You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Build Support & Tray Integration: Added support for compiling on Windows (MSYS2/UCRT64) with Qt 6. Implemented system tray icon support, global hotkey registration, native system fonts, and virtual screen geometry calculations for multi-monitor Windows setups.
Supporting Documentation & Code Comments: Added detailed in-code documentation and comments for core modules to make the system architecture clearer.
Bug Fixes
Windows Screen Capture Configuration: Expose virtual screen geometries on Windows builds and ensure default config creation at startup to avoid runtime launch issues.
Refactoring
Source Code Restructuring: Split oversized source files (such as shot_window.cpp and screen_capture.cpp) into cohesive submodules to improve maintainability and testability.