diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac222a..9a6ac2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README-ZH.md b/README-ZH.md index 5edc3bc..0368ea0 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -21,6 +21,7 @@ - [tray_manager](#tray_manager) - [平台支持](#平台支持) + - [截图](#截图) - [快速开始](#快速开始) - [安装](#安装) - [Linux requirements](#linux-requirements) @@ -53,7 +54,7 @@ ```yaml dependencies: - tray_manager: ^0.1.4 + tray_manager: ^0.1.5 ``` 或 diff --git a/README.md b/README.md index 6898dfd..1970041 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example/pubspec.lock b/example/pubspec.lock index 9649d13..41af7a1 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -176,7 +176,7 @@ packages: path: ".." relative: true source: path - version: "0.1.4" + version: "0.1.5" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 87bffe1..6eae1e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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://github.com/leanflutter/tray_manager platforms: