Skip to content

Ice 2 v2.11.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 02:43
· 14 commits to main since this release

Uninstall now clears everything Ice 2 created, not just some of it — the leftover Caches, HTTPStorages, and Application Support folders are finally removed along with your settings, saved state, login item, and the app itself.

That means the in-app Uninstall, the manual steps in the README, and brew uninstall --zap all clean up the same five locations, so whichever route you take leaves nothing behind.

Your settings backups are deliberately left untouched, so you can uninstall and still restore your setup later.

Behind the scenes: running the test suite no longer leaves throwaway preference files piling up on disk. Nothing else about day-to-day behaviour changes.


What's Changed

  • fix(uninstall): remove everything Ice 2 owns, except the user's backups by @teddychan in #66
  • fix(tests): stop IceTests leaking UserDefaults plists into ~/Library/Preferences by @teddychan in #67

Full Changelog: v2.11.0...v2.11.1