Skip to content

EasySpecy v0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Jun 10:31
· 12 commits to master since this release

[0.1.2] - 2026-06-04

Added

  • 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.