Skip to content

Commit 371a61a

Browse files
tylergraydevclaude
andcommitted
Bump version to 3.7.1 for analytics and settings crash fix release
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7b06d38 commit 371a61a

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.7.1] - 2026-03-30
11+
12+
### Fixed
13+
- **Analytics Page Crash**: Added missing `DailyCost` type and `filteredDailyCosts` derived property to usage store — the daily cost chart and projections card referenced these but they were never implemented
14+
- **Settings & Dashboard Crash**: Implemented full onboarding store API (`completeStep`, `dismiss`, `syncWithStores`, `showOnboarding`, `progress`, `isFirstRun`) — the store was a skeleton that didn't match what the UI components expected
15+
1016
## [3.7.0] - 2026-03-30
1117

1218
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-tool-manager",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Claude Code Tool Manager",
44
"identifier": "com.claude-code-tool-manager.app",
5-
"version": "3.7.0",
5+
"version": "3.7.1",
66
"build": {
77
"beforeDevCommand": "npm run dev",
88
"devUrl": "http://localhost:5173",

0 commit comments

Comments
 (0)