Skip to content

Commit 3a8dbc6

Browse files
chore: bump version to 0.8.44
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3fa067b commit 3a8dbc6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to TermCanvas will be documented in this file.
44

5+
## [0.8.44] - 2026-03-23
6+
7+
### Fixed
8+
- Usage panel: Codex cached tokens were double-counted in cost calculation — OpenAI's input_tokens includes cached_input_tokens, unlike Claude's API
9+
510
## [0.8.43] - 2026-03-23
611

712
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "termcanvas",
3-
"version": "0.8.43",
3+
"version": "0.8.44",
44
"description": "An infinite canvas desktop app for visually managing terminals",
55
"main": "dist-electron/main.js",
66
"bin": {

0 commit comments

Comments
 (0)