It's been a while but we are nearing the stable release version! Our focus will be mostly bug fixes and solving the UI/UX issues.
✨ New features ✨
- Theme Customization
We have decided to allow custom CSS by loading a CSS file from the Allusion/themes
directory. Right now we have two presets with light and dark variations. To add a new theme, add a new CSS files and it will show the name in the dropdown menu.
allusion-custom-themes-v2.mp4
Improvements
- Move files to a location
For the longest time our mantra was to never touch the file system of the user. However, since then we have added more file operations in the context of Allusion due to feature requests and doing it manually via the file explorer is in many situations just very cumbersome. We will probably change our mantra more to keep file operations transparent.
That said in this release we add the possibility to move images to another location by dragging an image and dropping it on a location in the locations panel.
allusion-move-files.mp4
Fixes
- Detect if SIMD instructions are supported and falls back to a non-SIMD compiled version (#452).
- Fix dragging images and dropping on a location to import image.
- Fix allowing dragging and dropping a tag on a descendant tag.
- Fix a new loaction being mistaken as sub-directory of an existing location.
- Fix for untagged file counter not showing the correct number.
Community
Many issues have been converted to discussions in order to keep better track of feature requests and actual bugs. In the coming days, duplicate feature requests will be merged into one and we will also add comments on progress and likelyhood of it happening. This is to improve communicating our development plans but also for users to discuss features without any pressure of it being not on topic.