tauri-apps / window-vibrancy

Make your windows vibrant.
Apache License 2.0
624 stars 32 forks source link

chore(deps): update rust crate tao to 0.16 #76

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
tao dev-dependencies minor 0.15 -> 0.16

Release Notes

tauri-apps/tao ### [`v0.16.0`](https://togithub.com/tauri-apps/tao/blob/HEAD/CHANGELOG.md#-0160) [Compare Source](https://togithub.com/tauri-apps/tao/compare/tao-v0.15.9...v0.16.0) - Yanked `0.15.9` and publish a new minor as `0.15.9` included breaking changes by depending on `tao-macros`. - [5397b8f6](https://togithub.com/tauri-apps/tao/commit/5397b8f6177f01418f1e56b60c9777395607278c) chore: bump minor on 2023-01-11 ### [`v0.15.9`](https://togithub.com/tauri-apps/tao/blob/HEAD/CHANGELOG.md#-0159) [Compare Source](https://togithub.com/tauri-apps/tao/compare/tao-v0.15.8...tao-v0.15.9) - On Linux, Fix mnemonics for submenus. - [77569c89](https://togithub.com/tauri-apps/tao/commit/77569c893f9835717a79bf445fa3a7f433e0fb3f) fix(linux): fix mnemonics for submenus ([#​650](https://togithub.com/tauri-apps/tao/pull/650)) on 2022-12-20 - [e313ef69](https://togithub.com/tauri-apps/tao/commit/e313ef69d2b3849fa7f5d43effad7c1e76c73748) publish new versions ([#​651](https://togithub.com/tauri-apps/tao/pull/651)) on 2023-01-09 - [3cd851d1](https://togithub.com/tauri-apps/tao/commit/3cd851d14126c305964b957eeb4f9ed0011d96cb) Revert "Publish New Versions" ([#​663](https://togithub.com/tauri-apps/tao/pull/663)) on 2023-01-09 - On iOS, add Sync trait to `EventLoopProxy` when `T` has Send trait. - [651137ce](https://togithub.com/tauri-apps/tao/commit/651137ce9ec5bf37593e6641d8f6ab79fc9d6f3c) On iOS, add Sync trait on `EventLoopProxy` when `T` has Send trait ([#​658](https://togithub.com/tauri-apps/tao/pull/658)) on 2023-01-04 - [e313ef69](https://togithub.com/tauri-apps/tao/commit/e313ef69d2b3849fa7f5d43effad7c1e76c73748) publish new versions ([#​651](https://togithub.com/tauri-apps/tao/pull/651)) on 2023-01-09 - [3cd851d1](https://togithub.com/tauri-apps/tao/commit/3cd851d14126c305964b957eeb4f9ed0011d96cb) Revert "Publish New Versions" ([#​663](https://togithub.com/tauri-apps/tao/pull/663)) on 2023-01-09 - On Linux, fix setting min/max size clears the other. - [9927c3a5](https://togithub.com/tauri-apps/tao/commit/9927c3a5815bbc581d35ca7dc4e7ded834ef5f51) fix(linux): fix setting min/max size, clears the other ([#​669](https://togithub.com/tauri-apps/tao/pull/669)) on 2023-01-11 - Fix resize event emits before fullscreen actually exit. - [3867e7b7](https://togithub.com/tauri-apps/tao/commit/3867e7b783cd0d1bf00ce81214cbfe53354466cd) On macOS, fix resize event emits before fullscreen actually exit ([#​662](https://togithub.com/tauri-apps/tao/pull/662)) on 2023-01-09 - [e313ef69](https://togithub.com/tauri-apps/tao/commit/e313ef69d2b3849fa7f5d43effad7c1e76c73748) publish new versions ([#​651](https://togithub.com/tauri-apps/tao/pull/651)) on 2023-01-09 - [3cd851d1](https://togithub.com/tauri-apps/tao/commit/3cd851d14126c305964b957eeb4f9ed0011d96cb) Revert "Publish New Versions" ([#​663](https://togithub.com/tauri-apps/tao/pull/663)) on 2023-01-09 - Add `WindowBuilder::with_visible_on_all_workspaces` and `Window::set_visible_on_all_workspaces`. - [0aa2176c](https://togithub.com/tauri-apps/tao/commit/0aa2176c31fbc76cdc7746601c9bc3d0da449a88) feat: add `set_visible_on_all_workspaces`, closes [#​185](https://togithub.com/tauri-apps/tao/pull/185) ([#​666](https://togithub.com/tauri-apps/tao/pull/666)) on 2023-01-11 - Add `WindowExtWindows::set_undecorated_shadow` and `WindowBuilderExtWindows::with_undecorated_shadow` to draw the drop shadow behind a borderless window. - [f832ca99](https://togithub.com/tauri-apps/tao/commit/f832ca99abbaf93e6ce67a87da710b4f4efe6e6e) feat(Windows): undecorated shadows ([#​664](https://togithub.com/tauri-apps/tao/pull/664)) on 2023-01-10 ### [`v0.15.8`](https://togithub.com/tauri-apps/tao/blob/HEAD/CHANGELOG.md#-0158) [Compare Source](https://togithub.com/tauri-apps/tao/compare/tao-v0.15.7...tao-v0.15.8) - Add `with_cursor_moved` Unix extension trait method. - [8c6b2d05](https://togithub.com/tauri-apps/tao/commit/8c6b2d05ae55cefe72bd63d1adfeca6c20058879) Add `with_cursor_moved` unix extension method ([#​644](https://togithub.com/tauri-apps/tao/pull/644)) on 2022-12-14 ### [`v0.15.7`](https://togithub.com/tauri-apps/tao/blob/HEAD/CHANGELOG.md#-0157) [Compare Source](https://togithub.com/tauri-apps/tao/compare/tao-v0.15.6...tao-v0.15.7) - On Linux, fix menu item mnemonics. - [86a439ed](https://togithub.com/tauri-apps/tao/commit/86a439edc5da2bd1baa1067831dde2408fd14fbf) fix: fix menu mnemonics ([#​640](https://togithub.com/tauri-apps/tao/pull/640)) on 2022-12-08 - [e623efdc](https://togithub.com/tauri-apps/tao/commit/e623efdc9ab797b3d9e104f34ba5bc1a4648b32c) publish new versions ([#​639](https://togithub.com/tauri-apps/tao/pull/639)) on 2022-12-10 - [bdce0a4c](https://togithub.com/tauri-apps/tao/commit/bdce0a4c816bb63b9e52114924ee4a66d353a019) Revert "publish new versions ([#​639](https://togithub.com/tauri-apps/tao/pull/639))" on 2022-12-10 - On Windows, retain `WS_MAXIMIZE` window style when unminimizing a maximized window. - [ca844a2e](https://togithub.com/tauri-apps/tao/commit/ca844a2ebb171f676962bd0bebd65243b9239347) fix(Windows): retain `WS_MAXIMIZE` when unminimizing a maximized window, closes [#​622](https://togithub.com/tauri-apps/tao/pull/622) ([#​638](https://togithub.com/tauri-apps/tao/pull/638)) on 2022-12-04 - [e623efdc](https://togithub.com/tauri-apps/tao/commit/e623efdc9ab797b3d9e104f34ba5bc1a4648b32c) publish new versions ([#​639](https://togithub.com/tauri-apps/tao/pull/639)) on 2022-12-10 - [bdce0a4c](https://togithub.com/tauri-apps/tao/commit/bdce0a4c816bb63b9e52114924ee4a66d353a019) Revert "publish new versions ([#​639](https://togithub.com/tauri-apps/tao/pull/639))" on 2022-12-10 - On macOS, strip menu mnemonics for consistency with other platforms. - [86a439ed](https://togithub.com/tauri-apps/tao/commit/86a439edc5da2bd1baa1067831dde2408fd14fbf) fix: fix menu mnemonics ([#​640](https://togithub.com/tauri-apps/tao/pull/640)) on 2022-12-08 - [e623efdc](https://togithub.com/tauri-apps/tao/commit/e623efdc9ab797b3d9e104f34ba5bc1a4648b32c) publish new versions ([#​639](https://togithub.com/tauri-apps/tao/pull/639)) on 2022-12-10 - [bdce0a4c](https://togithub.com/tauri-apps/tao/commit/bdce0a4c816bb63b9e52114924ee4a66d353a019) Revert "publish new versions ([#​639](https://togithub.com/tauri-apps/tao/pull/639))" on 2022-12-10 ### [`v0.15.6`](https://togithub.com/tauri-apps/tao/blob/HEAD/CHANGELOG.md#-0156) [Compare Source](https://togithub.com/tauri-apps/tao/compare/tao-v0.15.5...tao-v0.15.6) - Revert `nextResponder` call because this will bring key beep sound regression. We'll call the key equivalent in wry instead. - [a59b69b2](https://togithub.com/tauri-apps/tao/commit/a59b69b2733b273d86dc200ba90065be3db871a6) On macOS, revert nextResponder calls ([#​628](https://togithub.com/tauri-apps/tao/pull/628)) on 2022-11-21 ### [`v0.15.5`](https://togithub.com/tauri-apps/tao/blob/HEAD/CHANGELOG.md#-0155) [Compare Source](https://togithub.com/tauri-apps/tao/compare/tao-v0.15.4...tao-v0.15.5) - Change `WebviewAttributes::focused` default to `true`. - [ece3e8f6](https://togithub.com/tauri-apps/tao/commit/ece3e8f6a34de21ec4c19944f668edd47ecc8ce0) fix: default `focused` to true on 2022-11-20 - On Linux, wake the main context in `EventLoopProxy::send_event()`. - [b7b5f04d](https://togithub.com/tauri-apps/tao/commit/b7b5f04d4b4c2f58146aca1b7e03223cdae74f7c) Gtk: wake the main context in EventLoopProxy::send_event(), closes [#​625](https://togithub.com/tauri-apps/tao/pull/625) ([#​626](https://togithub.com/tauri-apps/tao/pull/626)) on 2022-11-16 ### [`v0.15.4`](https://togithub.com/tauri-apps/tao/blob/HEAD/CHANGELOG.md#-0154) [Compare Source](https://togithub.com/tauri-apps/tao/compare/tao-v0.15.3...tao-v0.15.4) - On macOS, call next responder in view's keyDown and doCommandbySelector. - [516e5fcd](https://togithub.com/tauri-apps/tao/commit/516e5fcd50de601330f3434ecd00bf5889f1a5cc) On macOS, remove `doCommandBySelector` in view ([#​620](https://togithub.com/tauri-apps/tao/pull/620)) on 2022-11-09 - [e9d6dadb](https://togithub.com/tauri-apps/tao/commit/e9d6dadb59fd8d5d32704a5d80d8d587f5d581ca) Publish New Versions ([#​621](https://togithub.com/tauri-apps/tao/pull/621)) on 2022-11-09 - [045b768e](https://togithub.com/tauri-apps/tao/commit/045b768e30b4dc261edcaba4b8ed8ec9fee8305e) On macOS, call next responder in view's keyDown and doCommandbySelector ([#​623](https://togithub.com/tauri-apps/tao/pull/623)) on 2022-11-14 ### [`v0.15.3`](https://togithub.com/tauri-apps/tao/blob/HEAD/CHANGELOG.md#-0153) [Compare Source](https://togithub.com/tauri-apps/tao/compare/tao-v0.15.2...tao-v0.15.3) - On macOS, remove `doCommandBySelector` in view since this will block the key event to responder chain. - [516e5fcd](https://togithub.com/tauri-apps/tao/commit/516e5fcd50de601330f3434ecd00bf5889f1a5cc) On macOS, remove `doCommandBySelector` in view ([#​620](https://togithub.com/tauri-apps/tao/pull/620)) on 2022-11-09 ### [`v0.15.2`](https://togithub.com/tauri-apps/tao/blob/HEAD/CHANGELOG.md#-0152) [Compare Source](https://togithub.com/tauri-apps/tao/compare/v0.15.1...tao-v0.15.2) - On Windows, fix compliation regression introduced in 0.15.1 when `tray` feature is active - [081664dc](https://togithub.com/tauri-apps/tao/commit/081664dc6b12c7765b667072dfbfbc089e50c5a3) fix(Windows): fix build regression when tray feature is used ([#​618](https://togithub.com/tauri-apps/tao/pull/618)) on 2022-11-09 ### [`v0.15.1`](https://togithub.com/tauri-apps/tao/blob/HEAD/CHANGELOG.md#-0151) [Compare Source](https://togithub.com/tauri-apps/tao/compare/v0.15.0...v0.15.1) - On Windows, fix window always visible initially. - [ae06c3e2](https://togithub.com/tauri-apps/tao/commit/ae06c3e2806b85a9baa10b84c898cd0c15af7de4) fix(Windows): fix windows always visible initially on 2022-11-08

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.