Skip to content

Commit 7f47e58

Browse files
committed
v0.4.2
1 parent 9f174e9 commit 7f47e58

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.4.2
2+
3+
* [windows] Update window_manager_plugin.cpp for fix #439 issue #486
4+
* [windows] fix: win, adjustNCCALCSIZE with monitor coords #482
5+
16
### 0.4.0
27

38
* chore: Use custom paint icons to replace png icons (#467)

README-ZH.md

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

146146
```yaml
147147
dependencies:
148-
window_manager: ^0.4.0
148+
window_manager: ^0.4.2
149149
```
150150
151151

README.md

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

147147
```yaml
148148
dependencies:
149-
window_manager: ^0.4.0
149+
window_manager: ^0.4.2
150150
```
151151
152152
Or

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ packages:
317317
path: ".."
318318
relative: true
319319
source: path
320-
version: "0.4.0"
320+
version: "0.4.2"
321321
sdks:
322322
dart: ">=3.3.0 <4.0.0"
323323
flutter: ">=3.18.0-18.0.pre.54"

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.4.0
3+
version: 0.4.2
44
homepage: https://github.com/leanflutter/window_manager
55

66
platforms:

0 commit comments

Comments
 (0)