diff --git a/.changes/fix-tray-icon-visibility-explorer-restart.md b/.changes/fix-tray-icon-visibility-explorer-restart.md deleted file mode 100644 index a3cc008e..00000000 --- a/.changes/fix-tray-icon-visibility-explorer-restart.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tray-icon": patch ---- - -On Windows, preserve tray icon visibility on Explorer restart so a hidden tray icon won't become visible. diff --git a/CHANGELOG.md b/CHANGELOG.md index 47597842..a7711a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.24.1] + +- [`7adc007`](https://www.github.com/tauri-apps/tray-icon/commit/7adc007bb54a91e7e6de4baac87ae534e1aa0550) ([#325](https://www.github.com/tauri-apps/tray-icon/pull/325) by [@Y-ASLant](https://www.github.com/tauri-apps/tray-icon/../../Y-ASLant)) On Windows, preserve tray icon visibility on Explorer restart so a hidden tray icon won't become visible. + ## \[0.24.0] - [`19bcab3`](https://www.github.com/tauri-apps/tray-icon/commit/19bcab382753cbbb883b7d6ae96d07111fc73e67) ([#305](https://www.github.com/tauri-apps/tray-icon/pull/305) by [@expenses](https://www.github.com/tauri-apps/tray-icon/../../expenses)) Make gtk an optional feature (enabled by default) diff --git a/Cargo.lock b/Cargo.lock index d745534d..1ac9b314 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3531,7 +3531,7 @@ dependencies = [ [[package]] name = "tray-icon" -version = "0.24.0" +version = "0.24.1" dependencies = [ "crossbeam-channel", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 840bae5c..790981ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tray-icon" -version = "0.24.0" +version = "0.24.1" edition = "2021" description = "Create tray icons for desktop applications" homepage = "https://github.com/tauri-apps/tray-icon"