From 5ded53580972966691f29f2c89e0f5a0e3c41969 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:37:33 +0000 Subject: [PATCH] apply version updates --- .changes/fix-tray-icon-visibility-explorer-restart.md | 5 ----- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 .changes/fix-tray-icon-visibility-explorer-restart.md 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"