Skip to content

Releases: ProFiveCK/my-Kikau

v0.5.1

Choose a tag to compare

@ProFiveCK ProFiveCK released this 20 Aug 20:19

Version 0.5.1 — August 2026

New

  • A real Settings window (⌘,) with a Launch at Login toggle — myKikau can now start automatically without a third-party login-item tool
  • Apps list gains search and sort (by size, name, or last used)
  • Clean gets a "Review All" action to confirm every cleanup category in one pass instead of one at a time

Improved

  • Optimise no longer always flags Cache Refresh and LaunchServices Repair as needing attention — they're now recommended only when actually due
  • Mac Health card's status wording and color now always agree with each other
  • Top Processes can be quit from either the CPU or Memory view, not just Memory

Fixed

  • A dashboard navigation flag could silently stop working if touched during a refactor; replaced with a type-safe version

v0.5.0

Choose a tag to compare

@ProFiveCK ProFiveCK released this 17 Aug 08:02

Version 0.5.0 — August 2026

New

  • Live GPU utilisation and CPU temperature are now available in both the main dashboard and menu bar HUD
  • Analyse scans can be reused across views, so moving between disk tools no longer means starting over

Improved

  • Dashboard cards, metric details, and window navigation were redesigned for a clearer at-a-glance view without duplicate windows
  • Optimise now groups maintenance tasks more clearly and gives stronger preview, progress, and completion feedback
  • Apps and Analyse workflows have clearer empty states, actions, and scan-result presentation

Fixed

  • Opening myKikau from the menu bar now reuses and focuses the existing main window instead of creating duplicates

v0.4.3

Choose a tag to compare

@ProFiveCK ProFiveCK released this 14 Aug 21:27

Version 0.4.3 — August 2026

Improved

  • Menu bar icon redesigned as a custom monochrome vector glyph (bundled PDF) that renders correctly in the system tray across light and dark menu bar themes
  • Teal accent dot appears on the menu bar icon when a Full System Scan finds 500MB+ of reclaimable space
  • Menu bar icon now uses .renderingMode(.template) to reliably follow the system menu bar colour

v0.4.2

Choose a tag to compare

@ProFiveCK ProFiveCK released this 14 Aug 20:50

Version 0.4.2 — August 2026

Fixed

  • Menu bar icon replaced with a proper SF Symbol (internaldrive) that renders correctly in the system tray — the previous template-image approach produced a white square from the full-colour app icon

v0.4.1

Choose a tag to compare

@ProFiveCK ProFiveCK released this 14 Aug 20:21

Version 0.4.1 — August 2026

Improved

  • Menu bar icon now renders in the system menu bar colour (white in dark mode, black in light mode) to blend with other system tray icons
  • Removed several force-unwrap crash risks across the formatter, URL handling, and log paths
  • Removed dead code and debug print statements from production builds
  • Extracted hardcoded UserDefaults keys into a shared constants enum

Fixed

  • Sparkle appcast no longer references delta update files that were never uploaded to the server, eliminating 404 errors during update checks

Full changelog: github.com/ProFiveCK/my-Kikau/releases

v0.4.0

Choose a tag to compare

@ProFiveCK ProFiveCK released this 10 Aug 11:34

Version 0.4.0

See docs/WEBSITE_COPY.md for the current release notes.

v0.3.0

Choose a tag to compare

@ProFiveCK ProFiveCK released this 09 Aug 23:34

Version 0.3.0 — August 2026

New

  • Full System Scan now summarizes cleanup, apps, duplicate files, and large files in one dashboard entry point, then opens each module with cached results
  • Dashboard CPU and memory cards now open live top-process views without needing to rescan
  • Menu bar mode now supports a tray-first workflow with improved status, quick actions, and clearer app identity
  • Release tooling now prepares Sparkle appcasts, release notes, and GitHub Releases from one deploy-prep command

Improved

  • Dashboard simplified: duplicate Quick Actions and the flickering Disk IO card were removed, and module navigation now leans on the colored sidebar
  • Disk Analyse now starts from the top-level disk view, keeps the last scan with a timestamp, and makes the map/list views easier to read
  • Uninstall adopts Full System Scan app results, highlights large apps unused for 3+ or 6+ months, and removes uninstalled apps from the list immediately
  • Optimise now uses clearer visual task cards with per-task status and safer preview language
  • Clean and Trash results now clear from the UI after successful removal instead of requiring a fresh scan

Fixed

  • Local debug app bundles are ad-hoc signed after rpath mutation so macOS no longer kills them for invalid code signatures
  • Top CPU and memory process sheets no longer hang when process output fills a pipe
  • Memory process results are sorted by resident memory use, matching the CPU sheet's highest-usage-first behavior

Full changelog: github.com/ProFiveCK/my-Kikau/releases

v0.2.1

Choose a tag to compare

@ProFiveCK ProFiveCK released this 09 Aug 07:04

Improved

  • Uninstall now shows a clear "App Uninstalled" (or "with Warnings") popup when it finishes, instead of an easy-to-miss caption
  • Clean's app-cache targets (Slack, Discord, Zoom, Dropbox, Teams, Safari, Edge, Brave) now point at their correct, current cache locations

Fixed

  • Clean's Trash category now actually empties the Trash
  • Disk Analyser was undercounting real usage — it was skipping ~/Library from its totals; fixed
  • A checkbox-looking icon in the Uninstall review screen wasn't interactive; now reads clearly as "this app will be removed"

v0.2.0

Choose a tag to compare

@ProFiveCK ProFiveCK released this 09 Aug 06:22

New

  • Status dashboard redesigned as a live "Mac Health" card — storage, memory, battery, and CPU at a glance, with one-click access into Clean
  • Disk Analyse gets an interactive donut chart alongside the treemap and list views
  • Duplicate and large-file finder, content-hash verified, across Downloads/Documents/Desktop/Pictures/Movies
  • One-click "Scan Everything" from the dashboard
  • About screen — version, update checks, and your operation log, one click away
  • Auto-updates via Sparkle

Improved

  • GPU usage now reads live, without needing admin privileges
  • Network throughput readings fixed
  • Optimise trimmed to the 10 maintenance tasks that actually run, each clearly marked safe, with an optional preview mode
  • Mac Health score now explains what it is measuring instead of showing a bare number
  • Real app icons throughout the Uninstaller

Fixed

  • Cancel on a delete confirmation could no longer trigger a deletion
  • CPU usage reading fixed (was stuck near 0%)
  • Fixed a crash on launch in the signed/notarized build (missing embedded framework)