Skip to content

Commit 88516a4

Browse files
Tyler Grayclaude
andcommitted
Bump version to 3.8.3 for cloud sync and macOS bug fixes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b3fa2bc commit 88516a4

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.8.3] - 2026-04-14
11+
12+
### Fixed
13+
- **macOS GUI Launch**: Resolve `gh` CLI path for macOS apps launched from Finder/Spotlight — checks Homebrew install locations before falling back to PATH (#196)
14+
- **Gist Pagination**: Search all gists (not just first 100) when finding sync gist — users with 100+ gists no longer get orphaned gists on every connect (#197)
15+
- **Disconnect Auth Status**: Filter empty strings in sync auth status so disconnecting properly shows as disconnected (#198)
16+
- **Backup File Extensions**: Append `.bak` instead of replacing file extension — fixes `.json` files getting wrong backup names like `settings.md.bak` (#199)
17+
1018
## [3.8.2] - 2026-04-12
1119

1220
### Fixed

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.8.2",
3+
"version": "3.8.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

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 = "claude-code-tool-manager"
3-
version = "3.8.2"
3+
version = "3.8.3"
44
description = "Desktop app to manage MCP servers, Skills, and Sub-Agents for Claude Code"
55
authors = ["you"]
66
edition = "2021"

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.8.2",
5+
"version": "3.8.3",
66
"build": {
77
"beforeDevCommand": "npm run dev",
88
"devUrl": "http://localhost:5173",

0 commit comments

Comments
 (0)