Skip to content

Commit cc5d754

Browse files
committed
v0.3.1
1 parent 24e9376 commit cc5d754

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Main
1+
name: build
22

33
on:
44
push:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.3.1
2+
3+
* [linux] avoid removing shadows if no title is set (#297)
4+
* [macos] Implement isMaximizable and setMaximizable (#290)
5+
* Don't crash if an event doesn't have a dedicated handler (#286)
6+
* Remove all subWindow related implementations
7+
18
## 0.3.0
29

310
* Add integration test (#275)

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136

137137
```yaml
138138
dependencies:
139-
window_manager: ^0.3.0
139+
window_manager: ^0.3.1
140140
```
141141
142142

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Add this to your package's `pubspec.yaml` file:
136136

137137
```yaml
138138
dependencies:
139-
window_manager: ^0.3.0
139+
window_manager: ^0.3.1
140140
```
141141
142142
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ packages:
325325
path: ".."
326326
relative: true
327327
source: path
328-
version: "0.3.0"
328+
version: "0.3.1"
329329
sdks:
330330
dart: ">=2.18.0 <3.0.0"
331331
flutter: ">=2.5.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: window_manager
22
description: This plugin allows Flutter desktop apps to resizing and repositioning the window.
3-
version: 0.3.0
3+
version: 0.3.1
44
homepage: https://github.com/leanflutter/window_manager
55

66
platforms:

0 commit comments

Comments
 (0)