Releases: Veda-Swaroop/TidyBit
Releases · Veda-Swaroop/TidyBit
TidyBit v.1.2.0
- Improved UI framework from Custom Tkinter to PySide6 - For consistent and stable experience across Windows and Linux platforms.
- Better file handling - uses python's "pathlib" library instead of "os" library.
- Improved logic to handle duplicate file names. Program automatically renames files instead of replacing them.
- File move logic now runs on separate thread and UI runs on main thread. UI won't freeze if large files are moved.
- UI cosmetic changes
- Portable App Image format - For consistent experience on Linux platform.
- Progress Bar in UI - displays real-time File move operation progress. This is helpful while working with large files.
TidyBit v1.0
First official release of TidyBit V1.0.0. Includes file organization logic, modern UI, and error handling.