Skip to content

Commit fa2f4e1

Browse files
committed
v0.5.1
1 parent deb8dbc commit fa2f4e1

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

README-ZH.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414

1515
> 注意:本插件计划迁移至 [nativeapi](https://github.com/leanflutter/nativeapi-flutter) 以提升可维护性和性能,但目前该方案仍处于实验阶段。
1616
17-
---
18-
1917
[English](./README.md) | 简体中文
2018

2119
---
@@ -81,7 +79,7 @@ dependencies:
8179

8280
```yaml
8381
dependencies:
84-
tray_manager: ^0.5.0
82+
tray_manager: ^0.5.1
8583
```
8684

8785

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ This plugin allows Flutter desktop apps to defines system tray.
1414

1515
> Note: This plugin is planned to migrate to [nativeapi](https://github.com/leanflutter/nativeapi-flutter) to improve maintainability and performance, but the solution is still experimental at this stage.
1616
17-
---
18-
1917
English | [简体中文](./README-ZH.md)
2018

2119
---
@@ -81,7 +79,7 @@ Add this to your package's pubspec.yaml file:
8179

8280
```yaml
8381
dependencies:
84-
tray_manager: ^0.5.0
82+
tray_manager: ^0.5.1
8583
```
8684

8785
Or

packages/tray_manager/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.5.1
2+
3+
* Prevent plugin to be reregistered when spawning subwindow (#80)
4+
* Fix the sandbox check to also work for docker/podman containers (#78)
5+
* Fix: Resolved a memory leak when setting the icon multiple times on windows (#76)
6+
17
## 0.5.0
28

39
* feat(windows): restore icon and context menu when Explorer restarts if necessary #71

packages/tray_manager/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tray_manager
22
description: This plugin allows Flutter desktop apps to defines system tray.
3-
version: 0.5.0
3+
version: 0.5.1
44
homepage: https://github.com/leanflutter/tray_manager
55

66
platforms:

0 commit comments

Comments
 (0)