Skip to content

TidyBit v.1.2.0

Latest

Choose a tag to compare

@Veda-Swaroop Veda-Swaroop released this 04 Dec 19:35
· 29 commits to main since this release
9691fb8
  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.