Releases: ShiningPr1sm/File-Organizer
Releases · ShiningPr1sm/File-Organizer
Release list
New Release | v3.4.1
Release v3.4.1
- Changed the title of the main window;
- Updates will now be released via a Maven package, which will make them more stable;
- The update system has been redesigned. Updates will now be synchronized via the GitHub Release Version API rather than through the version.txt file. This will ensure the program remains stable even when pushes and versions are out of sync.
- The --win-dir-chooser parameter has been removed from the .exe file. You can NO LONGER install the program in a folder of your choice. All files will be installed to the ~\AppData\Roaming\ShiningPr1sm~ folder. This will eliminate unwanted errors with the Windows operating system and various issues that might have arisen (in particular, the unauthorized deletion of files from the desktop when installing the program in its own folder).
- The previous .exe installer included the --win-console option. In the releases, I replaced it with a .exe file without that option.
New Release | v3.4.0
Release v3.4.0
- Added № of version to name of frame;
- Remake Crop Panel, now photo will shows correctly;
- Now after update user will see a release notes;
- Fixed typo at API url.
Release v3.3.3
Release v3.3.3
- Removed "Stop" button;
- Added volume slider.
Release v3.3.2
Release v3.3.2
- Updated system to support auto-update.
Release v3.3.1
Release v3.3.1
- Renamed folder name to storage data;
- Added support for ico format.
Release v3.3.0
Release v3.3.0
- Updated video preview;
- Added support for mp3, webp formats;
- Now program connected to GitHub API and have auto-update.
- Now program have installer created by jpackage, and you no need to download JDK manually. All dll is contained in exe.
HOTFIX: File Organizer v3.1.0.2
The program no longer requires VLC to be installed in order to work properly.
File Organizer
- The program now supports various types of photos, text documents, and different video formats.
- #1 was successful solved.
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.
PhotoSorter v1.0
Release v1.0 of PhotoSorter in java