Skip to content

Commit 047a63d

Browse files
committed
0.1.2
1 parent 60ec580 commit 047a63d

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.2
2+
3+
- [macos] Add setTitleBarStyle method.
4+
- [windows] Add setTitleBarStyle method (**Experiment**).
5+
- [windows] #24 Updated windows fullscreen handling.
6+
- [windows] #26 Make `maximize`, `unmaximize`, `minimize`, `restore` methods have native animation effects.
7+
18
## 0.1.1
29

310
- [macos] Fixed `setSize` coordinate error.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ packages:
169169
path: ".."
170170
relative: true
171171
source: path
172-
version: "0.1.1"
172+
version: "0.1.2"
173173
sdks:
174174
dart: ">=2.14.0 <3.0.0"
175175
flutter: ">=1.20.0"

macos/window_manager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'window_manager'
7-
s.version = '0.1.0'
7+
s.version = '0.1.2'
88
s.summary = 'A new flutter plugin project.'
99
s.description = <<-DESC
1010
A new flutter plugin project.

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

66
environment:

0 commit comments

Comments
 (0)