Changelog
All notable changes to ClaudeTerminal.
v1.17.5
- macOS Installer Improvements
Improved DMG installers for both Apple Silicon and Intel Macs
v1.17.4
- Build & Packaging Fixes
Fixed cross-platform build pipeline and installer signing
v1.17.3
- Stability Improvements
Bug fixes and performance improvements across platforms
v1.17.2
- Responsive New Terminal Modal
Modal now scrolls on smaller screens (FHD) so the Create button is always accessible
v1.17.1
- ECC Tools Integration
Added repository skills, workflow command scaffolds, and Codex agent configurations for enhanced AI-assisted development
v1.17.0
- Agent Teams Mission Control
Enhanced orchestration panel (F4) with live task board showing status, owners, and blocked dependencies
- Session Timeline & Resume Hub
New F7 modal with visual timeline of past sessions and one-click resume via --continue
- Loop Mode Dashboard
Auto-detect loop mode from terminal output with pulsing badges on tabs and sidebar
- Worktree-Aware Terminal Spawning
Toggle in New Terminal modal to run sessions in isolated git worktrees
- Model & Effort Switcher
Per-terminal model (Opus/Sonnet/Haiku) and effort (Low/Medium/High) selectors with color-coded badges
- Teleport & Remote Control
Quick-action buttons on running terminals for /teleport and /remote-control commands
- Smart Terminal Insights
Auto-summarize sessions via Claude Haiku when terminals stop, with summary card display
- CLAUDE.md & Memory Editor
New F8 modal for editing CLAUDE.md files, auto-memory files, and rules
v1.16.1
- Fixed application freezing and crashing
Resolved a deadlock caused by synchronous thread joins on terminal close that blocked the entire UI on Windows
- Fixed exit handler deadlock
App shutdown no longer hangs when closing terminals with active PTY readers
- Improved mutex safety
Added timeout protection for lock acquisition in terminal output processing
v1.16.0
- Fixed thread/resource leak
Reader threads are now properly tracked and joined on terminal close
- Fixed terminal status tracking
Terminal status now correctly updates to Stopped when process exits
- Fixed silent error suppression
Database errors are now logged instead of silently discarded
- Fixed shutdown race condition
Session save and terminal cleanup now happen atomically
- Fixed unmounted component callbacks
Prevented state updates on unmounted React components
- Added error handling to ProfileModal
Save/delete operations now show errors in the UI
- Fixed missing React effect dependencies
What's New modal and profile form now properly react to changes
v1.15.0
- Session Output Restoration
Restored terminals now show previous session output with visual separators, so you can pick up right where you left off
v1.14.0
- Claude Config Manager (F6)
Manage global Claude Code configuration from within the app — edit settings.json, create/edit/delete agents and custom commands
- Settings tab
JSON editor for ~/.claude/settings.json with syntax highlighting
- Agents tab
Create, edit, and delete agent files in ~/.claude/agents/
- Commands tab
Create, edit, and delete custom command files in ~/.claude/commands/
v1.13.0
- macOS Support
Full macOS compatibility with native shell integration
- Security Hardening
Shell injection prevention, expanded input validation, and credential leak fixes
v1.12.1
- Fix Ctrl+V paste reliability
Replaced async Clipboard API with native browser paste to fix silent failures due to focus/permission issues
- Fix Ctrl+Z in terminal
Added explicit handling for Ctrl+Z which was being intercepted by the browser as undo instead of sending to the PTY
v1.12.0
- Agent Teams Panel (F4)
Monitor Claude Code multi-agent team sessions with real-time team structure, member details, and task counts
v1.11.0
- What's New Modal
See release notes after each update, including skipped versions
v1.10.0
- Command Palette (F1)
Quick access to all actions via a searchable command palette
- Output Logging
Automatically log terminal output to files for later review
- Crash Recovery (F3)
Restore your previous session after an unexpected shutdown
- Split Pane (F4)
View two terminals side by side with adjustable split ratio
- Snippets (F5)
Save and quickly insert reusable text snippets into terminals
v1.9.0
- Session History (F2)
Browse and search your past terminal sessions
- Workspace Save/Load
Save and restore complete workspace configurations
v1.8.1
- Screenshot updates
Updated README screenshots with current app views
v1.8.0
- File Changes Panel
Per-terminal git status panel showing changed files
v1.7.2
- Bug fixes and stability improvements
v1.7.1
- UI refinements
Dynamic version display and backend improvements
v1.7.0
- Claude Code Agents
Manage Claude Code agents directly from the app
- Commands & Settings
New commands and settings management features
v1.6.0
- Configuration Profiles
Create and switch between saved terminal configurations
- In-app Auto-updater
Automatic update detection and installation
- Keyboard Shortcuts
Global keyboard shortcuts for common actions