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
Pause/Resume support — Real-time segment-based recording. Finalizes segment on pause and starts a new segment on resume (stitched via FFmpeg copy on stop), avoiding Graphic Capture API reinitialization delay.
Dual-Timer UI — Added real-time tracking of both active recording duration and pause duration on the dashboard.
Fixed
Stop when paused — Moved stop detection to the front of the frame processing loop, allowing users to stop recording directly from a paused state without hanging or crashing.
Recording thread leak — Fixed recording threads remaining active after stop when paused by correctly signaling exit and conditionally finalizing segments.
Right-click secondary color — Added click-effect secondary color (e.g. red) support on right-clicks for Settings/Customizer previews, the live recording overlay, and the post-processing pipeline.