Skip to content

Commit 92d93f0

Browse files
committed
2.14.1
1 parent af34e79 commit 92d93f0

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.14.1": {
3+
"zh": "- docs: rewrite readme introductions around user needs\n- docs: translate revised introduction into Japanese\n- fix: use interface language for session list timestamps\n- docs: refresh README screenshots\n- docs: sync README screenshots across translations\n- doc: remove old screen shot\n- fix: show tool output marker only on the first line\n- fix: decode batched tool results in session replay",
4+
"en": "- docs: rewrite readme introductions around user needs\n- docs: translate revised introduction into Japanese\n- fix: use interface language for session list timestamps\n- docs: refresh README screenshots\n- docs: sync README screenshots across translations\n- doc: remove old screen shot\n- fix: show tool output marker only on the first line\n- fix: decode batched tool results in session replay"
5+
},
26
"2.14.0": {
37
"zh": "- feat: support custom tray title formats\n- feat: customize tray countdown units\n- feat(tray): simplify default menu bar title\n- feat(sessions): show raw JSONL for replay items\n- fix(sessions): expose raw JSONL item links\n- fix(sessions): move raw JSONL inside item cards",
48
"en": "- feat: support custom tray title formats\n- feat: customize tray countdown units\n- feat(tray): simplify default menu bar title\n- feat(sessions): show raw JSONL for replay items\n- fix(sessions): expose raw JSONL item links\n- fix(sessions): move raw JSONL inside item cards"

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.14.0",
3+
"version": "2.14.1",
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.14.0"
3+
version = "2.14.1"
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.14.0",
4+
"version": "2.14.1",
55
"identifier": "com.ccusage.codex.desktop",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)