Add auto-save, floating style panel, and recent captures improvements#2
Open
diegoavarela wants to merge 3 commits intosadopc:mainfrom
Open
Add auto-save, floating style panel, and recent captures improvements#2diegoavarela wants to merge 3 commits intosadopc:mainfrom
diegoavarela wants to merge 3 commits intosadopc:mainfrom
Conversation
- Add WindowCaptureService actor for capturing specific windows - Add WindowSelector overlay UI for selecting windows visually - Fix multi-monitor coordinate conversion in SelectionOverlayWindow - Add high quality interpolation for image display - Integrate window capture into MenuBarController and AppDelegate 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Window capture (Cmd+Shift+6) and window with shadow (Cmd+Shift+7) - Screenshot sound on capture - Drag & drop with file URL support (works with terminals) - Fix DisplaySelector race condition (menuDidClose vs displaySelected) - Fix WindowCaptureService filter (windowLayer < 0) - Change default shortcuts to Cmd+Ctrl+3/4 (avoid macOS conflict) - Disable sandbox for global hotkeys - Modernized Settings UI with tabs - Menu width 250px minimum - All 4 shortcuts configurable in Settings - NSLog debugging (can be removed later) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ovements - Add auto-save on close setting (default: true) with toggle in Settings - Replace inline toolbar style options with floating panel over image - Recent captures in menu now open in editor instead of Finder - Recent captures in sidebar gallery now load into current editor - Crop no longer resizes the window, only the image - Recent captures menu reloads from UserDefaults when opened - Increase Settings window height to 640px 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code