Changelog
What's new, improved, and fixed in each release.
1.2.0
LatestMarch 14, 2026
Added
- Connection check on startup — Cruise validates that Claude Code is reachable and shows a clear error banner with a retry button if not
Improved
- Rate limit countdown now shows the actual clock time when processing will resume (e.g., "until 3:42 PM")
- Rate limit notification sound only plays once, not on every countdown tick
- Machine stays awake during rate limits so the queue can resume automatically without user interaction
- Git auto-commit now captures all file changes, including whitespace-only edits from auto-formatters
- Redesigned task layout — first line displays as a header with status badge and actions in a right-aligned column
- All tasks are now expandable, not just completed ones
- Priority tasks display in their correct execution order in the queue
- Task priority toggle moved to the action buttons row as a flag icon, consistent with the input area
- Task input and edit textareas are now scrollable and resizable
Fixed
- Start/Stop button now updates correctly when Auto-Start is unchecked
- Elapsed timer no longer causes layout jitter during processing
1.1.2
March 12, 2026
Fixed
- Subscription status now stays in sync after extension updates
- Subscription tier is now determined directly from your Stripe plan, ensuring upgrades and changes are reflected immediately
1.1.0
March 12, 2026
Added
- Version number displayed in the header bar, linked to the changelog
- Subscription details card in settings showing your email, member-since date, and next renewal date
Improved
- Bulk import is significantly faster and more reliable — most structured inputs are parsed instantly
- AI-assisted parsing is more resilient with automatic retry on failure
- Bulk import now cleanly handles document headers and formatting artifacts
- Redesigned subscription section in settings
- Default git commit message template is now `cruise: {{commitMessage}}`
- Tooltip positioning improvements throughout the UI
1.0.0
March 9, 2026
Added
- Task queue with priority management and drag-and-drop reordering
- Real-time Claude Code output streaming via JSON protocol
- Automatic rate limit detection with countdown and auto-resume
- Configurable error recovery (stop, skip, retry)
- System notifications for task and queue events
- Sleep prevention while processing (macOS — Linux, Windows coming soon)
- Bulk task import
- Subscription-based licensing with free, basic, and pro tiers
- Git auto-commit after task completion (Pro)