Skip to content

Releases: leanflutter/tray_manager

v0.2.4

26 Sep 01:08
Compare
Choose a tag to compare

What's Changed

  • Add notes to the code comments of setToolTip by @MegatronKing in #54
  • [windows][bug] fix the crash bug on windows targeting c++20 by @wooshifu in #47

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

18 May 08:54
Compare
Choose a tag to compare
  • fix(macos): Fix app will crash when closing the tray. #44

v0.2.2

31 Mar 07:48
Compare
Choose a tag to compare
  • fix(linux): ensure icon works in sandboxed environments #43
  • Updates minimum supported SDK version to Flutter 3.3/Dart 3.0.

v0.2.0

27 Aug 06:06
Compare
Choose a tag to compare
  • [macos] Implemented setIconPosition method. (#25)

v0.1.8

12 Jun 03:04
Compare
Choose a tag to compare
  • [windows] getBounds method returns null when not initialized
  • [macos] fixed destroy() not properly destroying tray icons #21 #22
  • [macos] Fix getBounds crash

v0.1.7

15 May 14:11
Compare
Choose a tag to compare
  • [macos] Optimize tray icon click event response

v0.1.6

12 May 01:54
Compare
Choose a tag to compare
  • Support Flutter 3.0
  • [macos] Implemented setTitle method.
  • [linux] Implemented setTitle method. #15
  • [linux] Fix build on Ubuntu 22.04 #16 #17

v0.1.5

08 May 02:51
Compare
Choose a tag to compare
  • Support Checkbox MenuItem #3
  • [macos] Fixed onTrayIconMouseDown not triggered

v0.1.4

05 Mar 01:43
Compare
Choose a tag to compare
  • [macos] Fix the problem that the tray highlight state is incorrect #4 #10

v0.1.3

09 Jan 04:16
Compare
Choose a tag to compare
  • [windows] Implemented setToolTip Method.