webappify/CHANGELOG.rst
Raoul Snyman e2628bce55
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Update README and CHANGELOG for 0.4.0 release
2022-06-10 12:40:10 -07:00

38 lines
767 B
ReStructuredText

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
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
Version 0.2
-----------
Released: 2017-06-13
- Added the ability to minimize to a system tray icon
- 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