webappify/CHANGELOG.rst

38 lines
767 B
ReStructuredText
Raw Permalink Normal View History

2017-06-13 22:46:41 +00:00
Changelog
=========
Version 0.4.0
-------------
Released 2022-06-10
- Rename ``canMinimizeToTray`` to ``can_minimize_to_tray``
- Remove support for Python versions less than 3.8
- Move to hatch for package management
- Update README
2017-08-11 17:36:03 +00:00
Version 0.3
-----------
Released: 2017-08-11
- Shorten the time the tray icon message shows to 5 seconds
- Force the window to raise above other applications when clicking on the tray icon
- Toggle between showing and hiding the window when clicking on the tray icon
2017-06-13 22:46:41 +00:00
Version 0.2
-----------
Released: 2017-06-13
2017-08-11 17:36:03 +00:00
- Added the ability to minimize to a system tray icon
2017-06-13 22:46:41 +00:00
- Moved the module into a file instead of a directory
- Updated setup.py for the module move
Version 0.1
-----------
Released: 2017-05-17
- Initial version