Skip to content

Commit f62bdd7

Browse files
committed
v0.5.0
1 parent 0c655a1 commit f62bdd7

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

README-ZH.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
这个插件允许 Flutter 桌面应用定义系统托盘。
1414

15+
> 注意:本插件计划迁移至 [nativeapi](https://github.com/leanflutter/nativeapi-flutter) 以提升可维护性和性能,但目前该方案仍处于实验阶段。
16+
1517
---
1618

1719
[English](./README.md) | 简体中文
@@ -25,6 +27,7 @@
2527
- [截图](#%E6%88%AA%E5%9B%BE)
2628
- [已知问题](#%E5%B7%B2%E7%9F%A5%E9%97%AE%E9%A2%98)
2729
- [与 app_links 不兼容](#%E4%B8%8E-app_links-%E4%B8%8D%E5%85%BC%E5%AE%B9)
30+
- [在 GNOME 中不显示](#%E5%9C%A8-gnome-%E4%B8%AD%E4%B8%8D%E6%98%BE%E7%A4%BA)
2831
- [快速开始](#%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B)
2932
- [安装](#%E5%AE%89%E8%A3%85)
3033
- [Linux requirements](#linux-requirements)
@@ -78,7 +81,7 @@ dependencies:
7881

7982
```yaml
8083
dependencies:
81-
tray_manager: ^0.4.0
84+
tray_manager: ^0.5.0
8285
```
8386

8487

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
This plugin allows Flutter desktop apps to defines system tray.
1414

15+
> Note: This plugin is planned to migrate to [nativeapi](https://github.com/leanflutter/nativeapi-flutter) to improve maintainability and performance, but the solution is still experimental at this stage.
16+
1517
---
1618

1719
English | [简体中文](./README-ZH.md)
@@ -25,6 +27,7 @@ English | [简体中文](./README-ZH.md)
2527
- [Screenshots](#screenshots)
2628
- [Known Issues](#known-issues)
2729
- [Not Working with app_links](#not-working-with-app_links)
30+
- [Not Showing in GNOME](#not-showing-in-gnome)
2831
- [Quick Start](#quick-start)
2932
- [Installation](#installation)
3033
- [Linux requirements](#linux-requirements)
@@ -78,7 +81,7 @@ Add this to your package's pubspec.yaml file:
7881

7982
```yaml
8083
dependencies:
81-
tray_manager: ^0.4.0
84+
tray_manager: ^0.5.0
8285
```
8386

8487
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.0
2+
3+
* feat(windows): restore icon and context menu when Explorer restarts if necessary #71
4+
15
## 0.4.0
26

37
* fix: resolve memory leak issue when update menu on macOS (#66)

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

66
platforms:

0 commit comments

Comments
 (0)