Skip to content

Releases: leanflutter/tray_manager

v0.5.1

22 Aug 23:44
Compare
Choose a tag to compare

What's Changed

  • Fix: Resolved a memory leak when setting the icon multiple times on windows by @jovica-me in #76
  • Fix the sandbox check to also work for docker/podman containers by @sumwale in #78
  • Fix tray menus won't show up after spawning sub window on Windows by @rivafarabi in #80

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Apr 13:28
Compare
Choose a tag to compare

What's Changed

  • docs: add "path" to use Git package correctly by @pzhlkj6612 in #72
  • docs: solve issues by using GNOME AppIndicator by @pzhlkj6612 in #73
  • feat: restore icon and context menu when Explorer restarts if necessary by @pzhlkj6612 in #71

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

23 Mar 00:23
Compare
Choose a tag to compare

What's Changed

  • fix: resolve memory leak issue when update menu on macOS by @anserme in #66

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

22 Jan 14:26
Compare
Choose a tag to compare

What's Changed

  • refactor: ✏️ Rename TrayIconPositon to TrayIconPosition by @harimasora in #62

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

12 Dec 12:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Nov 13:53
Compare
Choose a tag to compare

What's Changed

  • Gives Option in popUpContextMenu() to Foreground App or Not by @EthanBarlow in #58

New Contributors

Full Changelog: v0.2.4...v0.3.0

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)