Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Jan 9, 2023
1 parent cd6dacf commit 4c671cc
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.3.0

* Add integration test (#275)
* [windows] add show and hide events (#274)
* [linux] clean up state tracking (#273)
* Add missing future return values (#272)
* [linux] implement minimizable & maximizable (#270)
* [linux] fix getTitle() crash when null (#269)
* [linux] fix on_window_show and on_window_hide signatures (#268)

## 0.2.9

* [windows] Fix set maximizable throwing an error (#267)
Expand Down
2 changes: 1 addition & 1 deletion README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

```yaml
dependencies:
window_manager: ^0.2.9
window_manager: ^0.3.0
```

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

```yaml
dependencies:
window_manager: ^0.2.9
window_manager: ^0.3.0
```

Or
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.9"
version: "0.3.0"
sdks:
dart: ">=2.17.0-0 <3.0.0"
flutter: ">=1.20.0"
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ packages:
name: screen_retriever
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
version: "0.1.5"
sky_engine:
dependency: transitive
description: flutter
Expand Down
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.2.9
version: 0.3.0
homepage: https://github.com/leanflutter/window_manager

platforms:
Expand Down

0 comments on commit 4c671cc

Please sign in to comment.