PhotoSorter v2.0
Version 2.0 - The Configuration & Usability Update
This release completely overhauls how the application manages folder paths, moving away from a local folders.txt file to a more robust and user-friendly system.
✨ New Features:
- Persistent Configuration: Folder paths are now automatically saved to
%APPDATA%/PhotoSorter/folders.txt. Your settings are preserved even if you move the application's executable file. - First-Time Setup Wizard: On the very first launch, the application will now guide you to select the source and destination folders using your system's file explorer. No more manual file editing!
- In-App Folder Selection: New "Select Source" and "Select Destination" buttons have been added to the control panel. You can now change your working directories at any time. The application will gracefully restart itself to apply the new paths.
🛠️ Improvements & Fixes:
- Path Validation: The application now checks if the saved source and destination folders exist on startup. If not, it will prompt you to select new ones, preventing errors.
- UI Bug Fix: Fixed a critical issue where after moving a file with the "Move (C)" button, the UI would not correctly navigate back to the root folder, causing the window title and internal state to become out of sync.
- Code Refactoring: The startup and configuration logic has been significantly refactored for better stability and maintainability.