Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed May 8, 2022
1 parent 639f90f commit 99607cc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.5

* Support Checkbox MenuItem #3
* [macos] Fixed onTrayIconMouseDown not triggered

## 0.1.4

* [macos] Fix the problem that the tray highlight state is incorrect #4 #10
Expand Down
3 changes: 2 additions & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

- [tray_manager](#tray_manager)
- [平台支持](#平台支持)
- [截图](#截图)
- [快速开始](#快速开始)
- [安装](#安装)
- [Linux requirements](#linux-requirements)
Expand Down Expand Up @@ -53,7 +54,7 @@

```yaml
dependencies:
tray_manager: ^0.1.4
tray_manager: ^0.1.5
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
tray_manager: ^0.1.4
tray_manager: ^0.1.5
```
Or
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.4"
version: "0.1.5"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tray_manager
description: This plugin allows Flutter desktop apps to defines system tray.
version: 0.1.4
version: 0.1.5
homepage: https:/leanflutter/tray_manager

platforms:
Expand Down

0 comments on commit 99607cc

Please sign in to comment.