diff --git a/.changes/nagative-initial-position.md b/.changes/nagative-initial-position.md deleted file mode 100644 index 1b8797cc5..000000000 --- a/.changes/nagative-initial-position.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tao: patch ---- - -Fix initial position gets reset to 0 on Windows if it's accounted for the shadow diff --git a/.changes/x11-feature.md b/.changes/x11-feature.md deleted file mode 100644 index ad03e06a6..000000000 --- a/.changes/x11-feature.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tao: minor ---- - -Added `x11` feature flag (enabled by default). diff --git a/CHANGELOG.md b/CHANGELOG.md index e275cb78d..7cab793a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[0.34.0] + +- [`ba65486a`](https://github.com/tauri-apps/tao/commit/ba65486abe14f2963e016731520e0cdadce3e199) ([#1107](https://github.com/tauri-apps/tao/pull/1107) by [@Legend-Master](https://github.com/tauri-apps/tao/../../Legend-Master)) Fix initial position gets reset to 0 on Windows if it's accounted for the shadow +- [`4a085054`](https://github.com/tauri-apps/tao/commit/4a08505412ed365ba160832305c5cfec5b53e622) ([#1103](https://github.com/tauri-apps/tao/pull/1103) by [@aurelj](https://github.com/tauri-apps/tao/../../aurelj)) Added `x11` feature flag (enabled by default). + ## \[0.33.0] - [`dae6d887`](https://github.com/tauri-apps/tao/commit/dae6d8875dbc10ce0ab45d9a00072436b3688b0e) ([#1100](https://github.com/tauri-apps/tao/pull/1100) by [@Legend-Master](https://github.com/tauri-apps/tao/../../Legend-Master)) Updated `windows` to `0.61`. diff --git a/Cargo.lock b/Cargo.lock index 8962c9397..94e1a6b02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2216,7 +2216,7 @@ dependencies = [ [[package]] name = "tao" -version = "0.33.0" +version = "0.34.0" dependencies = [ "bitflags 2.8.0", "core-foundation", diff --git a/Cargo.toml b/Cargo.toml index e5bd5c7b0..3a9a9c375 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.33.0" +version = "0.34.0" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",