Commit Graph
1770 Commits
Author SHA1 Message Date
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
webadderall a0b50df0f2 Stop work after decode failures and enrich diagnostics 2026-09-11 17:51:58 +10:00
webadderall 316f079b2d Improve export failure diagnostics 2026-09-11 17:31:04 +10:00
webadderall a1fbfe7a6a Merge pull request #913 from AbhijeetDash/fix/mic-audio-sidecars
fix(macos): keep mic audio when system audio is enabled
2026-09-11 09:11:16 +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 cdb3e34e2d Merge pull request #892 from stevenahhh/fix/preview-video-source-lifetime
fix(preview): stop leaking video sources on layout changes
2026-09-09 21:29:59 +10:00
webadderall 4b20a1a76e chore: release v1.4.0 v1.4.0 2026-09-08 11:50:49 +10:00
Sungwang Ahn f0faa06a0b fix(preview): reuse video source and release GPU resources 2026-09-07 14:20:39 +09:00
webadderall 68bca43f6a Merge pull request #887 from webadderallorg/codex/fix-macos-verifier
Fix macOS release verification for universal binaries
v1.4.0-beta.1
2026-09-05 20:06:07 +10:00
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 f945ca50fe Revert "ci: support public beta feed without a release"
This reverts commit a35aa23262.
2026-09-05 17:37:41 +10:00
webadderall a35aa23262 ci: support public beta feed without a release 2026-09-05 17:30:26 +10:00
webadderall adc7df9f0b fix: harden export cancellation cleanup 2026-09-05 16:58:55 +10:00
webadderall 1e496608e9 chore: prepare 1.3.5 beta 3 test release 2026-09-05 16:47:46 +10:00
webadderall 26008edd51 fix: address startup review regressions 2026-09-05 16:47:12 +10:00
webadderall 6217ea4098 fix: resolve packaged wallpaper assets 2026-09-05 16:34:40 +10:00
webadderall 490eb546f1 Revert "fix: stop looping startup permission prompts"
This reverts commit 158b141c4f.
2026-09-05 16:31:26 +10:00
webadderall 158b141c4f fix: stop looping startup permission prompts 2026-09-05 16:28:36 +10:00
webadderall 0315155e4f perf: optimize application startup 2026-09-05 16:15:37 +10:00
webadderall f22f36dec1 feat(windows): add assisted installer setup 2026-09-05 15:23:26 +10:00
webadderall 2ca5c46b47 fix(windows): mask resized window captures 2026-09-05 14:11:27 +10:00
webadderall 3a43d288d7 fix(windows): enable auto zoom for narrow 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 d404be1fdc Use native Windows cursor sprites 2026-09-05 05:59:58 +10:00
webadderall e2f4d36a9f Merge pull request #880 from webadderallorg/codex/ignore-console-eio
Prevent closed console streams from crashing Recordly
2026-09-05 05:19:07 +10:00
webadderall 0af7b381c6 Prevent closed console streams from crashing Recordly 2026-09-05 05:15:40 +10:00
young f54ec782dd Use round webcam defaults 2026-09-04 21:20:12 +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 37f5f1b5b7 Keep export masks stable during zoom transforms 2026-09-04 20:19:06 +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 c1e263fd17 Merge pull request #869 from webadderallorg/codex/cross-platform-update-toast-visibility
Fix invisible update notifications on Windows and Linux
2026-09-03 13:23:58 +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
webadderall fc5a2e614b Merge pull request #868 from webadderallorg/fix/hud-capture-protection
Keep the HUD out of recordings across capture backends
2026-09-03 11:55:47 +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 f0cdbca3fb Merge pull request #852 from webadderallorg/codex/windows-recording-reliability
Fix Windows recording lifecycle, webcam sync, and captions
2026-09-02 20:41:21 +10:00
webadderall 9de8d48ef0 Harden caption controller lifecycle 2026-09-02 20:27:25 +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
webadderall 1bf528907c Make the export experience clearer and more useful (#857)
Hide the legacy pipeline choice while retaining the internal fallback, and improve Lightning exports with rotating localised tips and announcement messages.
2026-09-02 20:13:54 +10:00