Skip to content

Releases: ioan45/open-my-files

v0.3.2

16 Sep 19:01
Compare
Choose a tag to compare
  • Fixed a bug where the application closes when not giving an answer to the "Save Changes" pop-up (when pressing the "X" button of the pop-up window) that appears when trying to close the application from the "X" button of the window.

v0.3.1

14 Sep 09:38
Compare
Choose a tag to compare
  • Fixed a bug where the group opening operation crashes when encountering a path that doesn't exist.
  • It's now safe to modify a group while it's being opened.

v0.3.0

13 Sep 11:05
Compare
Choose a tag to compare
  • Added listening to directory feature: Each group can be set to listen to changes occurred in a directory. Any file adding/deleting/renaming operation in that directory will be reflected in the group.
  • Added auto saving feature which automatically saves changes (if any) once per minute.

v0.2.0

10 Sep 14:37
Compare
Choose a tag to compare
  • The application can be set to launch when Windows starts (both when launched as a script or launched as an executable made with PyInstaller).

v0.1.0

10 Sep 13:18
Compare
Choose a tag to compare
  • Added base functionality
    • Group entries operations (add, delete, edit details)
    • Group entries can be files and/or web pages
    • Groups operations (add, delete, edit, open entries)
    • Save/Revert changes
    • Pop-up window, when closing the application, which asks if changes should be saved or not (if there are any)