Skip to content

Commit 369fd8d

Browse files
committed
Update tray_manager to version 0.3.1, enhancing macOS support with icon size configuration. Reflect changes in README files and update pubspec.yaml accordingly.
1 parent 115ea6e commit 369fd8d

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
@@ -76,7 +76,7 @@ dependencies:
7676

7777
```yaml
7878
dependencies:
79-
tray_manager: ^0.3.0
79+
tray_manager: ^0.3.1
8080
```
8181

8282

README.md

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

7777
```yaml
7878
dependencies:
79-
tray_manager: ^0.3.0
79+
tray_manager: ^0.3.1
8080
```
8181

8282
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.3.1
2+
3+
* [macos] Support setting the icon size on macOS. (#60)
4+
15
## 0.3.0
26

37
* chore: Add `bringAppToFront` param to `popUpContextMenu` method (#58)

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

66
platforms:

0 commit comments

Comments
 (0)