From 92357e140de79223e36c5a9870d4b9286ef88b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=81=A5=E8=8E=B9?= Date: Sun, 21 May 2023 15:04:15 +0800 Subject: [PATCH] v0.3.3 --- CHANGELOG.md | 5 +++++ README-ZH.md | 2 +- README.md | 2 +- example/pubspec.lock | 4 ++-- example/pubspec.yaml | 2 +- pubspec.lock | 2 +- pubspec.yaml | 14 ++++++++++---- 7 files changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c848a62b..a880f8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.3 + +* [macos] feat: setTitleBarStyle() restores window frame on Linux (#323) +* [macos] Implement `isVisibleOnAllWorkspaces` & `setVisibleOnAllWorkspaces` methods + ## 0.3.2 * [macos] Feature to set labeled badge on taskbar aka dock (#305) diff --git a/README-ZH.md b/README-ZH.md index 2297e2d7..94a63f3d 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -136,7 +136,7 @@ ```yaml dependencies: - window_manager: ^0.3.2 + window_manager: ^0.3.3 ``` 或 diff --git a/README.md b/README.md index f33771d5..a65036ce 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Add this to your package's `pubspec.yaml` file: ```yaml dependencies: - window_manager: ^0.3.2 + window_manager: ^0.3.3 ``` Or diff --git a/example/pubspec.lock b/example/pubspec.lock index 624fdb0c..63450edc 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -301,7 +301,7 @@ packages: path: ".." relative: true source: path - version: "0.3.2" + version: "0.3.3" sdks: dart: ">=3.0.0-0 <4.0.0" - flutter: ">=2.5.0" + flutter: ">=3.3.0" diff --git a/example/pubspec.yaml b/example/pubspec.yaml index fe94bd94..df4ab78d 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -6,7 +6,7 @@ description: Demonstrates how to use the window_manager plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ">=2.18.0 <4.0.0" dependencies: flutter: diff --git a/pubspec.lock b/pubspec.lock index aa3b66a9..fde1484b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -290,4 +290,4 @@ packages: version: "3.1.1" sdks: dart: ">=3.0.0-0 <4.0.0" - flutter: ">=2.5.0" + flutter: ">=3.3.0" diff --git a/pubspec.yaml b/pubspec.yaml index d2e7861b..9d808cfd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: window_manager description: This plugin allows Flutter desktop apps to resizing and repositioning the window. -version: 0.3.2 +version: 0.3.3 homepage: https://github.com/leanflutter/window_manager platforms: @@ -8,14 +8,20 @@ platforms: macos: windows: +topics: + - window + - window resize + - window manager + - desktop + - desktop window + environment: - sdk: ">=2.12.0 <3.0.0" - flutter: ">=2.5.0" + sdk: ">=2.18.0 <4.0.0" + flutter: ">=3.3.0" dependencies: flutter: sdk: flutter - path: ^1.8.2 screen_retriever: ^0.1.6