Skip to content

Commit 51430e9

Browse files
publish new versions (#221)
Co-authored-by: wusyong <[email protected]>
1 parent 98e7fe2 commit 51430e9

File tree

10 files changed

+22
-41
lines changed

10 files changed

+22
-41
lines changed

.changes/gtk-visiblity.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/macos-layers.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/macos-printing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/macos-window-order.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/request-redraw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/tao.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/window-close-on-drop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/winit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## \[0.9.1]
4+
5+
- Correctly set visibilty when building `Window` on gtk-backend
6+
- [4395ad1](https://github.com/tauri-apps/wry/commit/4395ad147b799e67f9802c499346d0ad53554317) fix: only call `show_all` when needed ([#227](https://github.com/tauri-apps/wry/pull/227)) on 2021-05-02
7+
- Fix `macOS` cursors and other minors UI glitch.
8+
- [d550b2f](https://github.com/tauri-apps/wry/commit/d550b2f0a1c708747537e3a5e6d880fea00e651d) fix(macOS): Window layers ([#220](https://github.com/tauri-apps/wry/pull/220)) on 2021-04-28
9+
- Expose `print()` function to the webview. Work only on macOS for now.
10+
- [5206db6](https://github.com/tauri-apps/wry/commit/5206db6ca599fe0e146d72b04c908330e3045838) fix(macOS): Printing ([#235](https://github.com/tauri-apps/wry/pull/235)) ([#236](https://github.com/tauri-apps/wry/pull/236)) on 2021-05-06
11+
- Fix macOS windows order for tray (statusbar) applications.
12+
- [229275f](https://github.com/tauri-apps/wry/commit/229275f106371d79800e0ca1cbc7b6c1827bc2ac) fix: macOS windows order ([#242](https://github.com/tauri-apps/wry/pull/242)) on 2021-05-07
13+
- Add `request_redraw` method of `Window` on Linux
14+
- [03abfa0](https://github.com/tauri-apps/wry/commit/03abfa06019a78a182c7cd29dc63bf3d9df10e44) Add request_redraw method on Linux ([#222](https://github.com/tauri-apps/wry/pull/222)) on 2021-04-30
15+
- Add tao as window dependency.
16+
- [483bad0](https://github.com/tauri-apps/wry/commit/483bad0fc7e7564500f7183547c15604fa387258) feat: tao as window dependency ([#230](https://github.com/tauri-apps/wry/pull/230)) on 2021-05-03
17+
- Close the window when the instance is dropped on Linux and Windows.
18+
- [3f2cc28](https://github.com/tauri-apps/wry/commit/3f2cc28b4fbfcf54c97000a6541e9356440838e8) fix: close window when the instance is dropped ([#228](https://github.com/tauri-apps/wry/pull/228)) on 2021-05-02
19+
- Remove winit dependency on Linux
20+
- [fa15076](https://github.com/tauri-apps/wry/commit/fa15076207d9e678db4149210aba929044d0ff45) feat: winit interface for gtk ([#163](https://github.com/tauri-apps/wry/pull/163)) on 2021-04-19
21+
- [39d6f59](https://github.com/tauri-apps/wry/commit/39d6f595d81c857e92aef31cc2559b402e64edd3) publish new versions ([#166](https://github.com/tauri-apps/wry/pull/166)) on 2021-04-29
22+
- [4ef8330](https://github.com/tauri-apps/wry/commit/4ef8330d856e07d34bf86d1f2903c82c37042556) Remove winit dependency on Linux ([#226](https://github.com/tauri-apps/wry/pull/226)) on 2021-04-30
23+
324
## \[0.9.0]
425

526
- Refactor signatures of most closure types

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ workspace = { }
22

33
[package]
44
name = "wry"
5-
version = "0.9.0"
5+
version = "0.9.1"
66
authors = [ "Tauri Programme within The Commons Conservancy" ]
77
edition = "2018"
88
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)