Open
Conversation
- Added UI panel to configure custom names for displays - Custom names appear in Default Display selector and right-click menu - Names are persisted in user preferences
- Add visual spacing between Display Renderer, Default Display, and Display Names options - Fix Shift+Tab keyboard navigation in Display Names panel by completing circular tab order - Add visual cue for unknown displays (italic placeholder text) - Fix display names not persisting when clicking OK by committing edits before close
- Capture audio from camera/microphone during video capture - Add ring buffer for real-time audio playback via AudioUnit - Add microphone permission handling (non-blocking) - Add "Audio Monitoring" menu toggle when camera is active - Audio enabled by default when camera has microphone
- Use stable EDID-based identifiers (vendor-model-serial) instead of CGDirectDisplayID which changes between reboots - Remove NSScreen fallback that could deadlock WindowServer - Fix intValue to unsignedIntValue for proper display ID handling - Maintain backwards compatibility with legacy preference format
Replace manual AudioUnit-based audio handling with Apple's built-in AVCaptureAudioPreviewOutput for camera audio monitoring. This fixes garbled audio issues caused by format conversion problems. Changes: - Remove complex ring buffer and AudioUnit render callback - Use AVCaptureAudioPreviewOutput for automatic format handling - Simplify audio toggle to volume control (0.0/1.0) - Remove unnecessary audio processing in capture delegate
- Multiple PiP windows with independent sources via Cmd+N - Shared MTLDevice across all windows to reduce VRAM usage - Window management: grid layout (Cmd+G), cascade, close all (Opt+Cmd+W) - Clone window (Shift+Cmd+N) with camera exclusivity warning - Window manager panel (Opt+Cmd+M) showing source name, type, status - Blank window overlay hint for source selection - Disconnect/error handling for displays, cameras, and captured windows - New preferences: max windows limit, new window behavior (blank/clone) - Performance warning when 6+ windows open - Fix NSPanel not counted by applicationShouldTerminateAfterLastWindowClosed - Manual last-window termination check in windowWillClose - Prevent panel auto-hide during permission dialogs (hidesOnDeactivate=NO)
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.
This change adds a setting that allows users to select a specific display, which will be automatically shown when the app opens.