diff --git a/CHANGELOG.md b/CHANGELOG.md index 622a6eb..5b6fe16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.3.9 + +* fix(windows): fix TitleBar buttons does not display correctly #415 +* fix(windows): crash after deconstruction #423 +* fix(windows): WindowManager.IsFocused() method (#461) + ### 0.3.8 * Updates minimum supported SDK version to Flutter 3.3/Dart 3.0. diff --git a/README-ZH.md b/README-ZH.md index 43405fb..6391213 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -145,7 +145,7 @@ ```yaml dependencies: - window_manager: ^0.3.8 + window_manager: ^0.3.9 ``` 或 diff --git a/README.md b/README.md index d1f5e68..7a1b47e 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Add this to your package's `pubspec.yaml` file: ```yaml dependencies: - window_manager: ^0.3.8 + window_manager: ^0.3.9 ``` Or diff --git a/example/pubspec.lock b/example/pubspec.lock index 0a2324c..4951d6f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -317,7 +317,7 @@ packages: path: ".." relative: true source: path - version: "0.3.8" + version: "0.3.9" sdks: dart: ">=3.2.0-0 <4.0.0" flutter: ">=3.3.0" diff --git a/pubspec.lock b/pubspec.lock index 88d9417..2604638 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,10 +5,10 @@ packages: dependency: transitive description: name: args - sha256: eef6c46b622e0494a36c5a12d10d77fb4e855501a91c1b9ef9339326e58f0596 + sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a" url: "https://pub.dev" source: hosted - version: "2.4.2" + version: "2.5.0" async: dependency: transitive description: @@ -119,10 +119,10 @@ packages: dependency: transitive description: name: json_annotation - sha256: b10a7b2ff83d83c777edba3c6a0f97045ddadd56c944e1a23a3fdf43a1bf4467 + sha256: "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1" url: "https://pub.dev" source: hosted - version: "4.8.1" + version: "4.9.0" leak_tracker: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4b62d8c..b0fdf2c 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.8 +version: 0.3.9 homepage: https://github.com/leanflutter/window_manager platforms: