Skip to content

Commit da3f370

Browse files
committed
2.2.1
1 parent 5e196a0 commit da3f370

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.2.1": {
3+
"zh": "- test: fix session replay assertions",
4+
"en": "- test: fix session replay assertions"
5+
},
26
"2.2.0": {
37
"zh": "- fix(updater): ignore incomplete releases\n- feat(session): format web search tool calls\n- feat(session): render web search results as cards\n- feat: format completed test waits in session replay",
48
"en": "- fix(updater): ignore incomplete releases\n- feat(session): format web search tool calls\n- feat(session): render web search results as cards\n- feat: format completed test waits in session replay"

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

0 commit comments

Comments
 (0)