Skip to content

Commit 73a2d77

Browse files
committed
1.22.0
1 parent 3e328ee commit 73a2d77

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+
"1.22.0": {
3+
"zh": "- fix(models): improve model colors and sort selector\n- feat: redesign daily usage comparison",
4+
"en": "- fix(models): improve model colors and sort selector\n- feat: redesign daily usage comparison"
5+
},
26
"1.21.1": {
37
"zh": "- test(app): allow duplicate model labels",
48
"en": "- test(app): allow duplicate model labels"

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": "1.21.1",
3+
"version": "1.22.0",
44
"private": true,
55
"type": "module",
66
"description": "Local-first macOS 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 = "1.21.1"
3+
version = "1.22.0"
44
description = "Local-first macOS 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": "1.21.1",
4+
"version": "1.22.0",
55
"identifier": "com.ccusage.codex.desktop",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)