Skip to content

Commit 155000d

Browse files
aqua5230claude
andcommitted
chore(release): 0.15.13
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 25b20d5 commit 155000d

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.en.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Format follows [Keep a Changelog](https://keepachangelog.com/).
77

88
## [Unreleased]
99

10+
## [0.15.13] - 2026-06-06
11+
12+
### Fixed
13+
- **Estimated cost now recomputes after a pricing update**: a cost computed with fallback prices was written back and cached onto usage entries, so it was never recomputed once real prices loaded — leaving cost figures persistently off (mainly for entries without a source cost, e.g. Codex). The estimate is no longer written back, so it reflects updated prices immediately.
14+
- **Web panel no longer reloads endlessly when injection keeps failing**: if state injection failed repeatedly the panel would loop reloading; reloads per payload are now capped (WebContent-process crash recovery is unaffected).
15+
1016
## [0.15.12] - 2026-06-06
1117

1218
### Fixed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
## [Unreleased]
88

9+
## [0.15.13] - 2026-06-06
10+
11+
### 修正
12+
- **成本估算在價格更新後會正確重算**:先前用 fallback 價格算過的成本會被寫回並快取在用量項目上,等真實價格抓回來也不再重算,導致成本數字長期偏離(主要影響來源未附成本的項目,例如 Codex)。現在估算不再寫回項目,價格更新後會即時反映。
13+
- **網頁面板注入持續失敗時不再無限重載**:狀態注入若反覆失敗,面板原本會一直 reload 形成循環;現在同一份資料的重載設上限,超過即停手(WebContent 程序真正崩潰時的自動復原不受影響)。
14+
915
## [0.15.12] - 2026-06-06
1016

1117
### 修正

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.15.12"
3+
version = "0.15.13"
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)