github tylergraydev/claude-code-tool-manager v1.3.10
v1.3.10 - Debug Persistence & Version Automation

latest releases: v3.10.0, v3.9.1, v3.9.0...
5 months ago

🎉 What's New

Persistent Debug Mode

Debug mode now persists between app restarts, making it much easier to troubleshoot startup issues:

  • Auto-restore on launch: Debug mode is restored before any other initialization
  • Captures startup logs: All scanner and initialization logs are now captured when debug mode is enabled
  • Seamless experience: No need to re-enable debug mode after every restart

Automated Version Syncing

Never miss a version update again! We've added automation to keep versions in sync:

  • GitHub Action: Automatically syncs package.json and tauri.conf.json versions
  • Auto-commit on push: When you bump the version, the action auto-commits the sync
  • PR validation: Pull requests fail if versions don't match, preventing merges with mismatched versions
  • Manual sync script: Run npm run sync-version anytime to sync versions manually

Bug Fixes

  • Fixed version mismatch: Updated tauri.conf.json from 1.3.7 to match actual version
  • Auto-updater now works correctly: The app will now properly detect the latest version

📥 Download

Platform Recommended Download
Windows .msi installer (or .exe)
macOS (Apple Silicon) .dmg (aarch64)
macOS (Intel) .dmg (x64)
Linux .deb or .AppImage

🔧 Technical Details

Files Changed:

  • .github/workflows/version-sync.yml - New automation workflow
  • package.json - Added sync-version script, bumped to 1.3.10
  • src-tauri/tauri.conf.json - Version synced to 1.3.10
  • src-tauri/src/commands/debug.rs - Added persistence logic
  • src-tauri/src/lib.rs - Early debug mode restoration
  • src-tauri/src/services/debug_logger.rs - Flag file management

How Debug Persistence Works:

  1. Enabling debug mode creates a debug_enabled flag file in app data directory
  2. On startup, the flag file is checked before any initialization
  3. If present, debug logging is enabled immediately
  4. Disabling debug mode removes the flag file

📝 Full Changelog

v1.3.9...v1.3.10


Built with ❤️ for the Claude Code community

Don't miss a new claude-code-tool-manager release

NewReleases is sending notifications on new releases.