Skip to content

Releases: Veda-Swaroop/TidyBit

TidyBit v.1.2.0

04 Dec 19:35
9691fb8

Choose a tag to compare

  1. Improved UI framework from Custom Tkinter to PySide6 - For consistent and stable experience across Windows and Linux platforms.
  2. Better file handling - uses python's "pathlib" library instead of "os" library.
  3. Improved logic to handle duplicate file names. Program automatically renames files instead of replacing them.
  4. File move logic now runs on separate thread and UI runs on main thread. UI won't freeze if large files are moved.
  5. UI cosmetic changes
  6. Portable App Image format - For consistent experience on Linux platform.
  7. Progress Bar in UI - displays real-time File move operation progress. This is helpful while working with large files.

TidyBit v1.0

27 Nov 20:09

Choose a tag to compare

First official release of TidyBit V1.0.0. Includes file organization logic, modern UI, and error handling.