Skip to content

Commit d7ec4be

Browse files
committed
Bump tray_manager to v0.5.2 and update docs
Updated tray_manager package version to 0.5.2 in pubspec.yaml and documentation. Changelog now includes a Windows tray icon disappearance fix after explorer restart (#85).
1 parent 43eb147 commit d7ec4be

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies:
7979

8080
```yaml
8181
dependencies:
82-
tray_manager: ^0.5.1
82+
tray_manager: ^0.5.2
8383
```
8484

8585

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Add this to your package's pubspec.yaml file:
7878

7979
```yaml
8080
dependencies:
81-
tray_manager: ^0.5.1
81+
tray_manager: ^0.5.2
8282
```
8383

8484
Or

packages/tray_manager/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.2
2+
3+
* fix(windows): tray icon disappears after explorer restart #85
4+
15
## 0.5.1
26

37
* Prevent plugin to be reregistered when spawning subwindow (#80)

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.1
3+
version: 0.5.2
44
homepage: https://github.com/leanflutter/tray_manager
55

66
platforms:

0 commit comments

Comments
 (0)