Skip to content

v0.1.1

Choose a tag to compare

@repository-butler repository-butler released this 21 Jul 09:16
867cf58

0.1.1 (2026-07-21)

Features

  • browser session import from Chromium + Firefox + Safari (#10) (262a028)
  • collapse less-common browser import targets under "More" (9f84908)
  • core: pace ratio, projections and PaceSignal (#16) (cae90ed)
  • first-run setup wizard (#11) (220ee6e)
  • icon: adopt the "Spark Bolt" package icon (54f52a2)
  • implement all six tray icon styles (#9) (10e090f)
  • implement Claude Meter redesign — switchable popover + settings restyle (0bc13dd)
  • launch at login via tauri-plugin-autostart (#12) (f4614e0)
  • live tray updates, Linux menu surface, macOS popover window (#4) (b09396a)
  • macos: native NSPopover for the menu-bar pop-down (a4ed885)
  • master switch to enable/disable pace tracking (#16) (7e75ab7)
  • move settings into a dedicated window (d5dbe8d)
  • notification testing, reset-spam fix, and Spark Bolt icon (62e05ff)
  • notifications: add test button, wire reset toggle, fix reset spam (5f42b97)
  • pace UI — projections, verdict badge, display-mode + weekly-basis settings (#16) (88f5667)
  • pace-based utilization tracking (#16) (3123c3e)
  • pace-first setting + weekly basis, tray pace badge (#16) (f2b9725)
  • packaging & release CI — signed DMG, AppImage/deb, tag-triggered release (#14) (b0c9b20)
  • polling scheduler with cache, backoff and wake-from-sleep refresh (#2) (abc7f0a)
  • popover usage cards for headline windows and scoped limits (#5) (a12009d)
  • popover: size the macOS popover to its content (4408c0c)
  • popover: size the macOS popover to its content (9271c4b)
  • quality hardening — coverage gate, cargo-deny, duplication check (#15) (50519ee)
  • render: enlarge tray icon artwork to match ClaudeMeter sizing (eb27a25)
  • render: flame/snowflake pace badge + pace-first overrides (#16) (44db9e1)
  • render: wide icons with baked percentage text matching ClaudeMeter (ab3999f)
  • scaffold Tauri v2 workspace with domain core, API client and quality gates (473d3a8)
  • secure session-key storage via OS keyring (#1) (f0c1b26)
  • settings persistence, per-model visibility toggles, thresholds, intervals (#6) (83cec83)
  • show exact reset time in popover cards (ClaudeMeter PR #26) (ac0699e)
  • threshold-crossing and reset notifications (#7) (acc02c9)
  • token/cost usage mode with response logging to nail the shape (514809d)
  • token/cost usage mode with response logging to nail the shape (82ea6d1)
  • tray gauge renderer with icon cache and perceptual snapshot tests (#3) (b49441f)
  • usage.json export for external consumers (#8) (e05f417)
  • use icons for the popover header Refresh/Settings buttons (b179484)
  • visual icon-style picker with live previews (6256db0)

Bug Fixes

  • address design-review findings (settings in a dedicated window) (3ba2032)
  • address design-review findings (tray renderer redesign (match ClaudeMeter)) (5aac62c)
  • address pace-tracking review findings (core, #16) (d664d7d)
  • address pace-tracking review findings (frontend, #16) (c6abfa3)
  • address pace-tracking review findings (render, #16) (7b53975)
  • address pace-tracking review findings (shell, #16) (e4635e0)
  • address review findings (#1) (c568cff)
  • address review findings (#10) (d809218)
  • address review findings (#11) (7d748fd)
  • address review findings (#12) (fea40f7)
  • address review findings (#13) (e8a898f)
  • address review findings (#14) (05bc4c8)
  • address review findings (#15) (d0618c0)
  • address review findings (#2) (c7ab2ab)
  • address review findings (#3) (80b9752)
  • address review findings (#4) (3db22fb)
  • address review findings (#5) (c9379a2)
  • address review findings (#6) (1a2bcd8)
  • address review findings (#7) (3b49c27)
  • address review findings (#8) (45cd97d)
  • address review findings (#9) (7dec2e5)
  • api: keep usage windows with a null reset instead of dropping them (72a7697)
  • ci: resolve Linux-only clippy errors in the NSPopover window code (c85da16)
  • docs: update stale Status section and document the two CI-only checks (c615f35)
  • macos: fit the NSPopover height to typical content (a9d50bd)
  • pace-first tray icon always shows the ratio, not just when off-pace (#16) (1cb7e4d)
  • ui: add top padding so the popover header clears the arrow (0643247)
  • ui: more top padding above the popover header (a9a1e2d)
  • validate pasted session keys everywhere and keep credential I/O off the UI thread (3c03b67)

Documentation

  • document the pace-tracking contract in CLAUDE.md (#16) (07c85bc)
  • refresh README/CLAUDE.md for NSPopover + redesign; expand License (5199ba2)

Code Refactoring

  • render: share one SVG document envelope across all six icon styles (949e431)