Releases: marcus/sidecar
Releases · marcus/sidecar
v0.5.5
Syntax Highlighting on Diff Lines
Changed lines (add/remove) now show syntax highlighting with subtle background colors for diff indication:
- Added lines: syntax colors + green background
- Removed lines: syntax colors + red background
- Context lines: unchanged (syntax highlighting only)
This matches the style of modern diff viewers like GitHub/VS Code.
v0.5.3: Git diff view improvements
What's New
- Diff view border: Added rounded border and padding to full-screen diff view for visual consistency
- Mouse scroll in diff view: Scroll wheel now works in the full-screen diff view
- Commit detail mouse support: Click to select files, double-click to open diff, scroll to navigate
- Fix: Double-click on commit preview files now opens diff (was incorrectly opening editor)
v0.5.1: Bug fixes and polish
What's Changed
Features
- Add ASCII art logo to diagnostics modal
- Add unified toast system with error styling and td integration
Bug Fixes
- Fix branch name overflow in git sidebar header (truncates long branch names)
- Add TestIsTextInputContext tests for better coverage
Other
- Update screenshots
Full Changelog: v0.5.0...v0.5.1
v0.2.0
What's New
Automatic Update Checking
- Checks GitHub releases on startup (async, non-blocking)
- Shows toast notification when update available
- Version info in diagnostics modal (!) with copy-paste install command
- 6-hour cache to respect API rate limits
- Skips check for development versions
File Browser
- Move and rename files (nvim-tree style)
Bug Fixes
- Git diff improvements for multi-file and unstaged files
- Various UI fixes