Releases: cavaldos/Ice
Release list
v0.11.28
🐛 Fix: menu bar icons disappearing on macOS 27 (#17)
The bug: on macOS 27, launching Ice could hide most of your menu bar icons (including system icons like Wi-Fi and Sound), with no way to drag them back — Refresh did nothing, dragged icons snapped back, and only quitting Ice restored the menu bar.
What caused it: macOS 27 changed the menu bar internals Ice relied on — the system no longer honors divider positions and no longer exposes per-item windows. Sections left hidden (by an earlier install, or by the hidden-by-default fresh state) therefore trapped icons out of sight with no working recovery path. Misordered dividers additionally dumped every icon into the Always-Hidden section.
The fix: Ice now reveals all sections once on update, so every trapped icon comes back. It also ignores an invalid (swapped) divider order when classifying icons, so they land in Hidden/Visible instead of piling into Always-Hidden.
After updating, all your icons will be visible once. Re-hide anything you want hidden — your choice is remembered afterwards.
Note: system icons managed by Control Center (Wi-Fi, Sound, …) can't be rearranged by any third-party app on macOS 26+; toggle those in System Settings › Control Center.
Full Changelog: v0.11.26...v0.11.28
v0.11.27
Full Changelog: v0.11.26...v0.11.27
v0.11.26
What's Changed
- docs: document permissions and add TCC recovery script by @pythongod in #14
- fix: open $APP as a path instead of via -a lookup by @pythongod in #16
New Contributors
- @pythongod made their first contribution in #14
Full Changelog: v0.11.24...v0.11.26
v0.11.24
Full Changelog: v0.11.23...v0.11.24
v0.11.23
What's Changed
- Fix fullscreen Space detection reading the wrong Space type by @WuColin-1 in #10
- Return nil for the average color of a fully transparent image by @WuColin-1 in #11
New Contributors
- @WuColin-1 made their first contribution in #10
Full Changelog: v0.11.22...v0.11.23
v0.11.22
v0.11.21
Full Changelog: v0.11.20...v0.11.21
v0.11.20
Ice v0.11.20
Bug Fixes
Fixed an issue where the Always-Hidden section icon was not displayed correctly. (#3, #5, #6)
Improved menu bar visibility and layout behavior.
Full Changelog: v0.11.18...v0.11.20

v0.11.19
Full Changelog: v0.11.18...v0.11.19
v0.11.18
Full Changelog: v0.11.17...v0.11.18
