Releases: skydiver/GhostCode
Releases · skydiver/GhostCode
Release list
GhostCode v0.13.0
What's New
- Add pulsing dot on the project sidebar when an AI tab rings the bell, drawing attention to projects you're not currently viewing
- Add pulsing dot on the AI tab in the tab bar to highlight which tab needs attention
- Clear pulses automatically: sidebar dot stops on project activation, tab dot stops on AI tab focus
- Respect the Reduce Motion accessibility setting with a static ring in place of the pulse
- Add filter button to the project sidebar toolbar to toggle between All and Active projects
- Show "Active" suffix in the sidebar header when filtered, with an empty-state placeholder when no projects match
- Reset the sidebar filter to All automatically after adding a new project
- Add optional
argumentsfield with{{path}}placeholder to command palette executable items, enabling flag-style invocations like--working-directory={{path}}
GhostCode v0.12.0
What's New
- Add inline project rename in the sidebar
- Add tiles layout to the command palette for app launchers
- Add optional icons (SF Symbol or base64 SVG) to command palette items
- Add
iconPositionto control icon placement per item
GhostCode v0.11.0
What's New
- Add project sidebar edit mode with drag-to-reorder and delete
- Fix git status tracking for dotted branch names and stale status indicators
- Restore terminal focus when window becomes key or project is switched
GhostCode v0.10.0
What's New
- Add multi-tab support per project (AI and shell tabs)
- Add keyboard shortcuts for tab switching
- Add drag-to-reorder tabs
- Add new AI tab button to tab bar
- Show live terminal title in shell tabs, static app name in AI tabs
- Redirect Cmd+Enter to fullscreen the GhostCode window
- Disable Ghostty split and window shortcuts not applicable to GhostCode
- Fix terminal focus reliability when creating tabs rapidly
GhostCode v0.9.0
What's New
- Add
autoSendproperty to command items for automatic submission - Add per-app input strategy for sidebar command submission
- Add "Open on GitHub" option to project context menu
- Add app availability checks to project "Open in" context menu
GhostCode v0.8.1
What's New
- Replace upstream Ghostty identifiers with GhostCode namespace (
com.flydev.ghostcode) - Remove Sparkle signing key from upstream Ghostty
- Update About screen and Help menu to point to GhostCode repo
- Add install section to README with release download link
- Quote workflow inputs for shell safety
GhostCode v0.8.0
What's New
- Add GitHub Actions release pipeline with Apple notarization
- Add tooltip support to command palette buttons
- Fix "Edit Commands" failing to open .jsonc files
- Replace deprecated SwiftUI APIs and harden ForEach identity
- Disable surface grab handle in terminals
- Remove icon cycling feature from About screen
GhostCode v0.7.0
What's New
- Add JSONC support to projects and commands config files
- Add configurable section layout to command palette
- Add section header to project sidebar
- Open GhostCode config from Settings menu
- Update quit confirmation dialogs to match app context
GhostCode v0.6.0
What's New
- Add binary picker to project landing page (Claude Code, Codex, OpenCode)
- Add binary preference to projects with legacy migration
- Add file watcher to auto-reload commands on save
- Add SupportedBinary enum and AppConfig
- Update about text to reflect multi-binary support
- Reset session info when switching to non-session binary
- Polish binary picker layout and prevent UI shifts
GhostCode v0.5.0
What's New
- Rename app from ClaudeTTY to GhostCode
- Add randomized ASCII logo to startup screen
- Improve terminal exit behavior