Commit Graph
503 Commits
Author SHA1 Message Date
webadderall 788359eac9 Fall back when microphone names are ambiguous 2026-09-13 10:54:22 +10:00
webadderall af1f18597c Avoid recording from the wrong Windows microphone 2026-09-13 10:50:46 +10:00
webadderall a1b48500b6 Use native WASAPI for Windows microphone recording 2026-09-13 10:41:30 +10:00
webadderall 10ecb70141 Remove unsupported VRAM diagnostics 2026-09-11 19:41:17 +10:00
webadderall 570d5472a0 Collect complete GPU details for export reports 2026-09-11 18:22:09 +10:00
webadderall 0b1b2596bb Add computer hardware to export diagnostics 2026-09-11 18:12:23 +10:00
Abhijeet Dash 9b72ff0ee8 docs: document getCompanionAudioFallbackInfo resolution rules 2026-09-10 10:48:20 +05:30
Abhijeet Dash 1c2df9325e fix: keep mic audio when system audio is enabled
getCompanionAudioFallbackInfo returned only the video path when a macOS
system sidecar existed, assuming the inline mp4 track was a complete mix.
The capture helper writes system audio alone to that track, so the
microphone was dropped from preview and export whenever both sources were
enabled — the recorded narration was silent even though it had been
captured correctly to recording-<ts>.mic.m4a.

Return both macOS sidecars instead, so the renderer routes them as
separate system and mic tracks and mutes the silent embedded track.
Existing recordings recover their audio on reopen.

Fixes webadderallorg/Recordly#912
2026-09-09 17:12:13 +05:30
webadderall ec456eff2a fix: verify universal macOS binaries reliably 2026-09-05 20:04:51 +10:00
webadderall 264829ac28 Merge startup optimizations and prepare 1.4.0 beta 1 2026-09-05 19:19:18 +10:00
webadderall 6217ea4098 fix: resolve packaged wallpaper assets 2026-09-05 16:34:40 +10:00
webadderall 0315155e4f perf: optimize application startup 2026-09-05 16:15:37 +10:00
webadderall 2ca5c46b47 fix(windows): mask resized window captures 2026-09-05 14:11:27 +10:00
webadderall e0e4bf4099 fix(windows): align selected window overlays 2026-09-05 14:11:27 +10:00
webadderall 498800a3e2 fix(windows): crop window captures without padding 2026-09-05 14:11:27 +10:00
webadderall 0af7b381c6 Prevent closed console streams from crashing Recordly 2026-09-05 05:15:40 +10:00
webadderall a09c08bf33 Merge pull request #877 from webadderallorg/codex/fix-window-recording-crop
Record selected windows by cropping full-screen captures
2026-09-04 20:26:27 +10:00
young a5bbfa8e43 Keep window crops aligned as windows change 2026-09-04 20:06:05 +10:00
young ed32f05f52 Record selected windows by cropping full-screen captures 2026-09-04 19:48:22 +10:00
webadderall 031067b722 Simulate native update channels accurately 2026-09-03 12:17:50 +10:00
webadderall 3ca4a7540c Use native update prompts off macOS 2026-09-03 12:09:31 +10:00
webadderall 6941490cea Fix update toast visibility off macOS 2026-09-03 12:09:30 +10:00
young 7899d8fce0 Address HUD protection review feedback 2026-09-03 11:51:48 +10:00
young ae36ac8a88 Fix HUD capture protection across recording backends 2026-09-03 11:38:03 +10:00
webadderall fdded88786 Remember recording device preferences 2026-09-02 20:56:07 +10:00
webadderall 31831c72ba Address CodeRabbit lifecycle feedback 2026-09-02 20:27:25 +10:00
webadderall 0d0acce845 Fix cross-platform caption generation 2026-09-02 20:27:24 +10:00
webadderall 2dc3d72510 Fix Windows app and webcam lifecycle 2026-09-02 20:27:24 +10:00
young 8230f12a30 Address webcam migration and fullscreen overlay review 2026-09-01 20:16:35 +10:00
young dd7af60407 Keep the recording webcam movable and visible 2026-09-01 18:49:41 +10:00
young e8e2928520 Fix washed-out Mac screen recordings 2026-09-01 18:49:33 +10:00
young 0effc914c0 Format update channel files 2026-09-01 16:33:20 +10:00
webadderall eac6098bd1 Address update release review feedback 2026-08-31 19:01:53 +10:00
webadderall ffbc0adde9 Fix experimental update channel and toast 2026-08-31 18:50:39 +10:00
young 2205fc8e29 Use the BT.709 matrix for screen capture 2026-08-31 13:48:13 +10:00
young 1628734dba Address review feedback before release 2026-08-31 13:35:57 +10:00
webadderall c74448fd3d Correct colour handling during recording
Record captured frames with BT.709 conversion and explicit limited-range metadata. Share the Windows conversion code between capture engines and apply matching colour metadata on macOS and FFmpeg fallbacks.
2026-08-31 12:25:28 +10:00
webadderall 621006ff71 Tune export quality for web delivery
Use practical bitrate targets across export backends and add dithering when converting full-range canvas frames to BT.709 video range.
2026-08-31 12:25:12 +10:00
young d27aac7719 Add live announcements and experimental updates 2026-08-30 21:23:11 +10:00
young 0ce07b2663 Remove the extension system completely 2026-08-28 17:19:53 +10:00
young fb44703514 Apply consistent project formatting 2026-08-28 09:54:42 +10:00
young 69312518c2 Disable the extension system 2026-08-28 09:54:42 +10:00
webadderall 03f13e754e fix windows passthrough 2026-08-27 20:53:13 +10:00
webadderall f3b0fdf8c8 Address taskbar and rendering review feedback 2026-08-25 20:59:28 +10:00
webadderall f874297ad3 Show Recordly in the Windows taskbar 2026-08-25 19:23:15 +10:00
young 49fb397c98 Preserve the correct colour range in video exports 2026-08-25 19:06:02 +10:00
young 72688f4fcb Show Recordly in the macOS Dock 2026-08-25 19:04:38 +10:00
webadderall 8378342a48 fix macOS countdown resume recording race 2026-08-24 18:05:16 +10:00
webadderall 997a5a116e fix: harden native capture lifecycle 2026-08-24 17:14:21 +10:00
young fb9b39488e fix macOS capture finalization race 2026-08-24 14:14:01 +10:00