webappify/CHANGELOG.rst

767 B

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