Changelog
1.3.0
November 21, 2025
Major update
- You can now switch between two categorization modes: More Refined and More Consistent. Choose depending on your folder and use case.
- Added optional Whitelists - limit the number and names of categories when needed.
- Added sorting by file names, categories, subcategories in the Categorization Review dialog.
- You can now add a custom Local LLM in the Select LLM dialog.
- Multilingual categorization: the file categorization labels can now be assigned in Dutch, French, German, Italian, Polish, Portuguese, Spanish, and Turkish.
- New interface languages: Dutch, German, Italian, Polish, Portugese, Spanish, and Turkish.
1.1.0
November 8, 2025
Major update
- New feature: Support for Vulkan. This means that many non-Nvidia graphics cards (GPUs) are now supported for compute acceleration during local LLM inference.
- New feature: Toggle subcategories in the categorization review dialog.
- New feature: Undo the recent file sort (move) action.
- Fixes: Bug fixes and stability improvements.
- Added a CTest-integrated test suite. Expanded test coverage.
- Code optimization refactors.
1.0.0
October 30, 2025
Major update
- Migrated the entire desktop UI from GTK/Glade to a native Qt6 interface.
- Added selection boxes for files in the categorization review dialog.
- Added internatioinalization framework and the French translation for the user interface.
- Added refreshed menu icons, mnemonic behaviour, and persistent File Explorer settings.
- Simplified cross-platform builds (Linux/macOS) around Qt6; retired the MSYS2/GTK toolchain.
- Optimized and cleaned up the code. Fixed error-prone areas.
- Modernized the build pipeline. Introduced CMake for compilation on Windows.
0.9.7
October 19, 2025
Categorization approach improvement
- Added paths to files in LLM requests for more context.
- Added taxonomy for more consistent assignment of categories across categorizations. (Narrowing down the number of categories and subcategories).
- Improved the readability of the categorization progress dialog box.
- Improved the stability of CUDA detection and interaction.
- Added more logging coverage throughout the code base.
0.9.3
September 22, 2025
- Added compatibility with CUDA 13.
0.9.2
August 6, 2025
- Bug fixes.
- Increased code coverage with logging.
0.9.1
August 1, 2025
- Bug fixes.
- Minor improvements for stability.
- Removed the deprecated GPU backend from the runtime build.
0.9.0
July 18, 2025
- Local LLM support with
llama.cpp. - LLM selection and download dialog.
- Improved
Makefilefor a more hassle-free build and installation. - Minor bug fixes and improvements.