Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed May 21, 2023
1 parent f400262 commit cc90b9d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.3.4

* [macos] Fix blur and focus events when the MainFlutterWindow extends from NSPanel

## 0.3.3

* [macos] feat: setTitleBarStyle() restores window frame on Linux (#323)
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

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

```yaml
dependencies:
window_manager: ^0.3.3
window_manager: ^0.3.4
```
Or
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.3"
version: "0.3.4"
sdks:
dart: ">=3.0.0-0 <4.0.0"
flutter: ">=3.3.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: window_manager
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
version: 0.3.3
version: 0.3.4
homepage: https://github.com/leanflutter/window_manager

platforms:
Expand Down

0 comments on commit cc90b9d

Please sign in to comment.