Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Aug 27, 2022
1 parent d558a23 commit 4ffbab1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.7

* [linux] fix bottom edge resizing (#209)
* [linux] fix: cannot resize again after startResizing (#205)

## 0.2.6

* [windows] Added `vertically` param to the `maximize` method.
Expand Down
8 changes: 4 additions & 4 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@
- [setMovable `macos`](#setmovable--macos)
- [isMinimizable `macos` `windows`](#isminimizable--macos--windows)
- [setMinimizable `macos` `windows`](#setminimizable--macos--windows)
- [isMaximizable `windows`](#isMaximizable--windows)
- [setMaximizable `windows`](#setMaximizable--windows)
- [isClosable `macos` `windows`](#isclosable--macos--windows)
- [isClosable `windows`](#isclosable--windows)
- [isMaximizable `windows`](#ismaximizable--windows)
- [setMaximizable](#setmaximizable)
- [setClosable `macos` `windows`](#setclosable--macos--windows)
- [isAlwaysOnTop](#isalwaysontop)
- [setAlwaysOnTop](#setalwaysontop)
Expand Down Expand Up @@ -133,7 +133,7 @@

```yaml
dependencies:
window_manager: ^0.2.6
window_manager: ^0.2.7
```
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ English | [简体中文](./README-ZH.md)
- [setMovable `macos`](#setmovable--macos)
- [isMinimizable `macos` `windows`](#isminimizable--macos--windows)
- [setMinimizable `macos` `windows`](#setminimizable--macos--windows)
- [isMaximizable `windows`](#isMaximizable--windows)
- [setMaximizable `windows`](#setMaximizable--windows)
- [isClosable `macos` `windows`](#isclosable--macos--windows)
- [isClosable `windows`](#isclosable--windows)
- [isMaximizable `windows`](#ismaximizable--windows)
- [setMaximizable](#setmaximizable)
- [setClosable `macos` `windows`](#setclosable--macos--windows)
- [isAlwaysOnTop](#isalwaysontop)
- [setAlwaysOnTop](#setalwaysontop)
Expand Down Expand Up @@ -133,7 +133,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
window_manager: ^0.2.6
window_manager: ^0.2.7
```
Or
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.6"
version: "0.2.7"
sdks:
dart: ">=2.17.0-0 <3.0.0"
flutter: ">=1.20.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.2.6
version: 0.2.7
homepage: https://github.com/leanflutter/window_manager

platforms:
Expand Down

0 comments on commit 4ffbab1

Please sign in to comment.