Skip to content

Commit abead88

Browse files
committed
2.9.0
1 parent 98621c2 commit abead88

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

changelog.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"2.9.0": {
3+
"zh": "- feat(sessions): show subagent token totals\n- fix(sessions): rebase resumed quota usage\n- fix(ui): make chart tooltips opaque\n- feat(limits): show recent reset activity\n- style: soften recent token reset highlight",
4+
"en": "- feat(sessions): show subagent token totals\n- fix(sessions): rebase resumed quota usage\n- fix(ui): make chart tooltips opaque\n- feat(limits): show recent reset activity\n- style: soften recent token reset highlight"
5+
},
26
"2.8.0": {
37
"zh": "- feat(sessions): render markdown in session details\n- feat: highlight recent token resets\n- fix: clarify recent reset details",
48
"en": "- feat(sessions): render markdown in session details\n- feat: highlight recent token resets\n- fix: clarify recent reset details"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-usage-desktop",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"private": true,
55
"type": "module",
66
"description": "Local-first desktop dashboard for Codex CLI token usage and cost estimates.",

src-tauri/Cargo.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.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codex-usage-desktop"
3-
version = "2.8.0"
3+
version = "2.9.0"
44
description = "Local-first desktop dashboard for Codex CLI token usage and cost estimates."
55
authors = ["vincent"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Codex Usage Desktop",
4-
"version": "2.8.0",
4+
"version": "2.9.0",
55
"identifier": "com.ccusage.codex.desktop",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)