From ae73710a4a9f4cbffd9b837f9400d813792d5c84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 May 2023 20:26:26 +0800 Subject: [PATCH] publish new versions (#730) Co-authored-by: wusyong --- .changes/auto-hide-taskbar-windows.md | 5 ----- .changes/cached_ns_view.md | 5 ----- .changes/clear-shortuts-linux.md | 5 ----- .changes/fix-windows-focus.md | 5 ----- .changes/fullscreen-hang.md | 6 ------ .changes/linux-device-thread.md | 5 ----- .changes/linux-primary-monitor.md | 5 ----- .changes/menu-no-autorelease.md | 5 ----- .changes/remove-colorsync-link.md | 5 ----- .changes/shadow.md | 5 ----- .changes/win+d-minimized.md | 5 ----- CHANGELOG.md | 25 +++++++++++++++++++++++++ Cargo.toml | 2 +- 13 files changed, 26 insertions(+), 57 deletions(-) delete mode 100644 .changes/auto-hide-taskbar-windows.md delete mode 100644 .changes/cached_ns_view.md delete mode 100644 .changes/clear-shortuts-linux.md delete mode 100644 .changes/fix-windows-focus.md delete mode 100644 .changes/fullscreen-hang.md delete mode 100644 .changes/linux-device-thread.md delete mode 100644 .changes/linux-primary-monitor.md delete mode 100644 .changes/menu-no-autorelease.md delete mode 100644 .changes/remove-colorsync-link.md delete mode 100644 .changes/shadow.md delete mode 100644 .changes/win+d-minimized.md diff --git a/.changes/auto-hide-taskbar-windows.md b/.changes/auto-hide-taskbar-windows.md deleted file mode 100644 index 5e570a439..000000000 --- a/.changes/auto-hide-taskbar-windows.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, fix auto-hide taskbar can't be shown when maximizing undecorated window. diff --git a/.changes/cached_ns_view.md b/.changes/cached_ns_view.md deleted file mode 100644 index 2af5842e1..000000000 --- a/.changes/cached_ns_view.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -fix not get actual ns_view when it's replace by setContentView \ No newline at end of file diff --git a/.changes/clear-shortuts-linux.md b/.changes/clear-shortuts-linux.md deleted file mode 100644 index c0d8199a1..000000000 --- a/.changes/clear-shortuts-linux.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Linux, fix `ShortcutManager::unregister_all` making `ShortcutManager::register` succeed but no events are triggered. diff --git a/.changes/fix-windows-focus.md b/.changes/fix-windows-focus.md deleted file mode 100644 index 4ed71b3ff..000000000 --- a/.changes/fix-windows-focus.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tao': 'patch' ---- - -Fix set_focus not working on Windows in some situations like interactive notifications. diff --git a/.changes/fullscreen-hang.md b/.changes/fullscreen-hang.md deleted file mode 100644 index 42a77a1e1..000000000 --- a/.changes/fullscreen-hang.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tao": patch ---- - -On macOS, fix window frozed when starting with fullscreen. - diff --git a/.changes/linux-device-thread.md b/.changes/linux-device-thread.md deleted file mode 100644 index ecf1d0fa6..000000000 --- a/.changes/linux-device-thread.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Linux, spawn device event thread only once instead of a new thread on each iteration of the event loop. \ No newline at end of file diff --git a/.changes/linux-primary-monitor.md b/.changes/linux-primary-monitor.md deleted file mode 100644 index 8f50d9028..000000000 --- a/.changes/linux-primary-monitor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Attempt to get primary monitor on linux will now return None rather than panicking if monitor not found. diff --git a/.changes/menu-no-autorelease.md b/.changes/menu-no-autorelease.md deleted file mode 100644 index 7faa9b042..000000000 --- a/.changes/menu-no-autorelease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": patch ---- - -Retain NSMenu reference instead of autoreleasing it. diff --git a/.changes/remove-colorsync-link.md b/.changes/remove-colorsync-link.md deleted file mode 100644 index be369fe3a..000000000 --- a/.changes/remove-colorsync-link.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On macOS, Remove linking to `ColorSync` diff --git a/.changes/shadow.md b/.changes/shadow.md deleted file mode 100644 index 4ac2491bf..000000000 --- a/.changes/shadow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -Fix undecorated window shadow enabled by default on Windows. diff --git a/.changes/win+d-minimized.md b/.changes/win+d-minimized.md deleted file mode 100644 index 13b98ab4e..000000000 --- a/.changes/win+d-minimized.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tao": "patch" ---- - -On Windows, fix `Window::set_minimized(false)` not working when the window was minimized using `Win + D` hotkey. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa5ef6ee..20742d471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## \[0.16.1] + +- On Windows, fix auto-hide taskbar can't be shown when maximizing undecorated window. + - [554f41d1](https://github.com/tauri-apps/tao/commit/554f41d107e0fa00773663a9e04bb51d720968c7) fix(windows): leave space for auto-hidden taskbar for undecorated windows ([#726](https://github.com/tauri-apps/tao/pull/726)) on 2023-04-19 +- fix not get actual ns_view when it's replace by setContentView + - [c52c2841](https://github.com/tauri-apps/tao/commit/c52c28417d4048dabefdb0fe51e3557700c893d2) fix: not get actual ns_view when it's replace by setContentView ([#710](https://github.com/tauri-apps/tao/pull/710)) on 2023-03-07 +- On Linux, fix `ShortcutManager::unregister_all` making `ShortcutManager::register` succeed but no events are triggered. + - [70d06cbe](https://github.com/tauri-apps/tao/commit/70d06cbeee7c2c8b8719d821aed499e203589bcb) fix(linux): clear shortcuts instead of replacing it ([#724](https://github.com/tauri-apps/tao/pull/724)) on 2023-04-18 +- Fix set_focus not working on Windows in some situations like interactive notifications. + - [e00b4e54](https://github.com/tauri-apps/tao/commit/e00b4e5409b8dd2b4a116c2fe54352cc7bdacef8) fix(windows): backport "Use SetForegroundWindow before focus hack ([#719](https://github.com/tauri-apps/tao/pull/719))" ([#721](https://github.com/tauri-apps/tao/pull/721)) on 2023-04-04 +- On macOS, fix window frozed when starting with fullscreen. + - [ed6aab6b](https://github.com/tauri-apps/tao/commit/ed6aab6b1226e56683798732ad01bf3f4658097e) fix(macOS): backport fix about windows frozen when starting in fullscreen to v0.16 ([#729](https://github.com/tauri-apps/tao/pull/729)) on 2023-05-04 +- On Linux, spawn device event thread only once instead of a new thread on each iteration of the event loop. + - [6bc391d7](https://github.com/tauri-apps/tao/commit/6bc391d73bc195adb2c2589c59c8b5517fe25f77) fix: don't panic if primary monitor not discoverable. ([#705](https://github.com/tauri-apps/tao/pull/705)) on 2023-01-23 +- Attempt to get primary monitor on linux will now return None rather than panicking if monitor not found. + - [f3544f49](https://github.com/tauri-apps/tao/commit/f3544f4901987cb4ce58f47e53b822376274e126) fix: don't panic if primary monitor not discoverable. ([#705](https://github.com/tauri-apps/tao/pull/705)) on 2023-02-22 +- Retain NSMenu reference instead of autoreleasing it. + - [303d8baa](https://github.com/tauri-apps/tao/commit/303d8baa6d91005f2e713e5d8225cd42d4f125ac) fix(macos): retain and release NSMenu manually ([#699](https://github.com/tauri-apps/tao/pull/699)) on 2023-02-20 +- On macOS, Remove linking to `ColorSync` + - [7dc59096](https://github.com/tauri-apps/tao/commit/7dc590960efc8c74e0af35ec74ff7cd76521b5ec) feat: remove linking to `ColorSync` ([#713](https://github.com/tauri-apps/tao/pull/713)) on 2023-03-15 +- Fix undecorated window shadow enabled by default on Windows. + - [2eab4654](https://github.com/tauri-apps/tao/commit/2eab4654dfb284ae1fcdb1a7d0b258f1ae30428e) fix(windows): backport default undecorated shadow to false ([#690](https://github.com/tauri-apps/tao/pull/690)) ([#701](https://github.com/tauri-apps/tao/pull/701)) on 2023-02-16 +- On Windows, fix `Window::set_minimized(false)` not working when the window was minimized using `Win + D` hotkey. + - [373ca432](https://github.com/tauri-apps/tao/commit/373ca432169a468ebbe026e2c7a9170bcf9014bd) fix(Windows): fix `set_minimized` with `Win + D` ([#676](https://github.com/tauri-apps/tao/pull/676)) on 2023-01-21 + ## \[0.16.0] - Yanked `0.15.9` and publish a new minor as `0.15.9` included breaking changes by depending on `tao-macros`. diff --git a/Cargo.toml b/Cargo.toml index 292587e82..63eba88d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tao" -version = "0.16.0" +version = "0.16.1" description = "Cross-platform window manager library." authors = [ "Tauri Programme within The Commons Conservancy",