Skip to content

Commit d5e56fb

Browse files
committed
v0.1.8
1 parent 1bb9eff commit d5e56fb

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.1.8
2+
3+
* [windows] getBounds method returns null when not initialized
4+
* [macos] fixed destroy() not properly destroying tray icons #21 #22
5+
* [macos] Fix getBounds crash
6+
17
## 0.1.7
28

39
* [macos] Optimize tray icon click event response

README-ZH.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
```yaml
5858
dependencies:
59-
tray_manager: ^0.1.7
59+
tray_manager: ^0.1.8
6060
```
6161
6262

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add this to your package's pubspec.yaml file:
5656

5757
```yaml
5858
dependencies:
59-
tray_manager: ^0.1.7
59+
tray_manager: ^0.1.8
6060
```
6161
6262
Or

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ packages:
176176
path: ".."
177177
relative: true
178178
source: path
179-
version: "0.1.7"
179+
version: "0.1.8"
180180
vector_math:
181181
dependency: transitive
182182
description:

pubspec.yaml

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

66
platforms:

0 commit comments

Comments
 (0)