Skip to content

Commit 8f5bcea

Browse files
aqua5230claude
andcommitted
release: 0.27.2 — smoother popover opening
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 12db59c commit 8f5bcea

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
All notable changes to usage are documented here.
66
Format follows [Keep a Changelog](https://keepachangelog.com/).
77

8+
## [0.27.2] - 2026-07-15
9+
10+
### Fixed
11+
- **Opening the popover no longer stutters**: clicking the menu bar icon used to kick off a data refresh whose UI apply raced the popover's first frame on the main thread, and every open re-injected the full state JSON into the panel even when nothing changed. The refresh now starts only after the popover is fully shown, and state injection is skipped when the payload is identical to the last one (still force-reinjected after a WebKit process reload, so recovery is unaffected).
12+
813
## [0.27.1] - 2026-07-14
914

1015
### Fixed

CHANGELOG.zh-TW.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
本檔記錄 usage 所有重要變更。格式參考 [Keep a Changelog](https://keepachangelog.com/)
66

7+
## [0.27.2] - 2026-07-15
8+
9+
### 修正
10+
- **打開面板不再偶爾卡頓**:原本點選單列圖示的瞬間就觸發資料刷新,刷新結果套回畫面時會跟面板彈出的第一幀搶主執行緒;而且每次打開都把整包狀態 JSON 重新注入面板,即使內容完全沒變。現在刷新改成等面板完全顯示後才開始,狀態內容跟上次相同時直接略過注入(WebKit 行程重載後仍會強制重注,復原不受影響)。
11+
712
## [0.27.1] - 2026-07-14
813

914
### 修正

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "usage"
3-
version = "0.27.1"
3+
version = "0.27.2"
44
description = "usage — 在 macOS menu bar 顯示 Claude Code 用量的繁中小工具(也提供終端機 TUI)"
55
readme = "README.md"
66
requires-python = ">=3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)