Skip to content

Releases: Veda-Swaroop/TidyBit

TidyBit v1.3.4

24 Dec 19:05

Choose a tag to compare

In this latest version, the following improvements are made to the app.

  1. Settings with manage rules and about sections in a tabbed layout.
  2. Fully customizable file organization rules.
  3. Option to reset to default rules.
  4. Minor changes to improve app functionality.
  5. Main UI small cosmetic changes - to improve display readability.
  6. App officially available on Microsoft store and Linux Snap store.

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.