Commit Graph
460 Commits
Author SHA1 Message Date
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
young e7fcb15cea fix: address follow-up capture review 2026-08-24 13:19:17 +10:00
young 54c506dac7 fix: address native capture review feedback 2026-08-24 11:43:50 +10:00
young 13dd5ec412 fix: stabilize macOS countdown capture 2026-08-24 10:29:43 +10:00
webadderall 9be52f37f2 fix: warm start native capture before countdown 2026-08-23 19:31:37 +10:00
wiiiii123 1819ca55ff ci(macos): harden candidate verification diagnostics 2026-08-09 02:33:58 +07:00
wiiiii123 b9683c8fbe ci(macos): reject unreviewed root entitlements 2026-08-09 01:57:53 +07:00
wiiiii123 e2df84f5b9 ci(macos): add fail-closed release candidate gate 2026-08-09 01:50:38 +07:00
wiiiii123 844b35f73e fix(ci): use v143 toolset on Visual Studio 2026 2026-07-11 15:09:16 +07:00
wiiiii123 0d614bcce9 fix(ci): support Visual Studio 2026 native builds 2026-07-11 14:47:25 +07:00
wiiiii123 3252e0d0da test(recording): preserve compact idle webcam bounds 2026-07-11 13:23:27 +07:00
wiiiii123 aafc751037 Merge remote-tracking branch 'origin/main' into fix/webcam-live-preview-bounds 2026-07-11 13:13:00 +07:00
wiiiii123 2b4d69a210 test(extensions): cover malformed marketplace details 2026-07-11 11:22:22 +07:00
wiiiii123 e032f3705f test(extensions): cover bounded marketplace details 2026-07-11 11:19:59 +07:00
PTMH-NMH cf6d299f11 Merge branch 'main' into fix/735-marketplace-error-response 2026-07-11 10:59:10 +07:00
wiiiii123 62954f028f fix(project): address atomic save review feedback 2026-07-11 10:46:33 +07:00
PTMH-NMH cf4416a14f Merge branch 'main' into fix/project-atomic-save 2026-07-11 10:40:06 +07:00
wiiiii123 b9f66e1ae8 test(electron): cover packaged capture origins 2026-07-11 10:36:35 +07:00
wiiiii123 57cae3cff0 Merge branch 'main' into fix/electron-permission-policy 2026-07-11 10:32:47 +07:00
wiiiii123 eb6a7faeb4 fix(electron): preserve trusted navigation location 2026-07-11 10:25:38 +07:00
PTMH-NMH b1759130a4 Merge branch 'main' into fix/electron-navigation-policy 2026-07-11 10:15:25 +07:00
PTMH-NMH e7283f0415 Merge branch 'main' into fix/ipc-recording-path-confinement 2026-07-11 02:55:52 +07:00
wiiiii123 c97f67ec4d chore(ci): address quality review feedback 2026-07-11 02:49:40 +07:00
wiiiii123 f8ccb5cbcc fix(recording): keep live webcam preview visible 2026-07-11 02:02:24 +07:00
wiiiii123 651e0ccf4f fix(extensions): handle marketplace outages safely 2026-07-10 14:59:29 +07:00
wiiiii123 19781b693d fix(project): make project saves atomic 2026-07-10 13:10:26 +07:00
wiiiii123 146dc6a180 fix(electron): scope capture permissions to the HUD 2026-07-10 12:43:12 +07:00
wiiiii123 eab81522e0 fix(electron): constrain renderer navigation 2026-07-10 05:46:22 +07:00
wiiiii123 682106972a fix(ipc): confine recorded video writes 2026-07-10 05:24:53 +07:00
wiiiii123 4da19fde25 fix: resolve Windows helper paths consistently 2026-07-10 05:12:39 +07:00
wiiiii123 4111959364 ci: add pull-request quality checks 2026-07-10 05:07:19 +07:00
ExtraBinoss 399130f507 Merge pull request #711 from joehachemx/feat/captions-editor
feat(captions): add editable caption timeline and editor
2026-07-02 22:40:19 +02:00
Joe Hachem a8ba050335 fix(captions): address caption-editor review feedback 2026-06-28 18:03:30 +03:00
Joe Hachem 1f2ddd49d3 feat(captions): segment captions by sentence using punctuation and pauses 2026-06-27 19:10:31 +03:00
Joe Hachem 9833a8e55f fix(captions): trim silence and split phrases on real pauses 2026-06-25 09:40:01 +03:00
josh-abram f9418f4cd0 fix(recording): avoid doubled mic audio on macOS system+mic captures
On macOS the system-audio capture already contains the mic, so the recording embeds a full system+mic mix. The fallback also added the separate mic sidecar, doubling the mic into an echo. Use the embedded mix alone. Fixes #628.
2026-06-22 20:08:16 +10:00
webadderall def1bac7d0 Merge origin/main into feat/export-caption-sidecars 2026-06-22 18:05:52 +10:00
webadderall 063e443b39 Merge remote-tracking branch 'refs/remotes/origin/pr/681' into feat/export-caption-sidecars
# Conflicts:
#	electron/ipc/register/export.ts
#	src/components/video-editor/VideoEditor.tsx
2026-06-19 12:08:16 +10:00
webadderall d1e8e7ab91 feat: improve project save flow 2026-06-17 19:41:25 +10:00
webadderall e0e6199338 fix(projects): tighten import and document project files 2026-06-15 13:43:08 +10:00
webadderall a3a152e506 fix(projects): streamline import and save flow 2026-06-15 11:37:27 +10:00
webadderall 8c7d23d828 Handle caption sidecar save failures 2026-06-12 17:24:35 +10:00
webadderall 795cda20ee Add export caption sidecar option 2026-06-09 11:13:53 +10:00
webadderall 7b6608e25e Add export caption sidecar option 2026-06-09 11:13:00 +10:00