Skip to content

Commit

Permalink
publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wusyong authored Jul 21, 2021
1 parent 847cffe commit 4fd08de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changes/unix-support.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/windows-cursor-flicker.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[0.11.1]

- Add flags to support all other possible unix systems.
- [c0d0a78](https://github.com/tauri-apps/wry/commit/c0d0a78b893eecdc45c6cda71264020d6ae17bda) Add flags to support all other unix systems. ([#352](https://github.com/tauri-apps/wry/pull/352)) on 2021-07-21
- On Windows, Fix cusror flickering when Tao widnow is without decorations
- [e28bcce](https://github.com/tauri-apps/wry/commit/e28bcce0884937365013fda3098f64f9956d569f) fix(windows): fix mouse style flicker when `decorations: false` ([#350](https://github.com/tauri-apps/wry/pull/350)) on 2021-07-20

## \[0.11.0]

- Allow resizing of borderless window on Windows
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { }

[package]
name = "wry"
version = "0.11.0"
version = "0.11.1"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -37,7 +37,6 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
url = "2.2"
#tao = { version = "0.4", default-features = false, features = [ "serde" ] }
tao = { git = "https://github.com/tauri-apps/tao", branch = "dev", default-features = false, features = [ "serde" ] }

[dev-dependencies]
Expand Down

0 comments on commit 4fd08de

Please sign in to comment.