Commit Graph
276 Commits
Author SHA1 Message Date
webadderall f3b0fdf8c8 Address taskbar and rendering review feedback 2026-08-25 20:59:28 +10:00
young 49fb397c98 Preserve the correct colour range in video exports 2026-08-25 19:06:02 +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
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
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 19781b693d fix(project): make project saves atomic 2026-07-10 13:10:26 +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
webadderall e99356a04b fix(linux): preserve portal screen source mapping 2026-06-06 20:01:19 +10:00
webadderall 18041911df revert: undo linux cursor-overlay portal guards 2026-06-05 10:32:51 +10:00
webadderall 79f1356652 Revert "fix(linux): route X11 capture through real sources"
This reverts commit 067070d405.
2026-06-05 10:31:28 +10:00
webadderall 0c690bd5c2 fix: avoid duplicate mic audio in native mac recordings 2026-06-02 10:24:50 +10:00
wiiiii123 80a513b7c4 fix: preserve mac audio sidecar tracks 2026-05-29 23:30:39 +07:00
wiiiii123 532d194e27 fix(linux): tighten portal source fallback routing 2026-05-29 01:05:21 +07:00
wiiiii123 067070d405 fix(linux): route X11 capture through real sources 2026-05-29 00:48:59 +07:00
wiiiii123 107139b734 fix(linux): clear cursor overlay availability state 2026-05-28 16:51:47 +07:00
wiiiii123 32bb6e4025 fix(linux): guard cursor overlay when portal embeds cursor 2026-05-28 16:41:03 +07:00
wiiiii123 fe828433ad fix(recording): stabilize capture quality and CUDA export canvas 2026-05-27 18:12:21 +07:00
wiiiii123 31d1022fef fix(capture): stabilize platform source handling 2026-05-26 23:12:01 +07:00
wiiiii123 df95723635 fix: clear source history on recording load 2026-05-25 02:57:09 +07:00
wiiiii123 5d3da14671 fix: stabilize Windows recording preview 2026-05-25 02:50:09 +07:00
wiiiii123 c85dc8b156 feat(export): add nvidia opt-in detection 2026-05-22 20:27:40 +07:00
wiiiii123 9363ea2696 fix(recording): abort prune on unreadable project 2026-05-22 20:08:41 +07:00
wiiiii123 591fde8e37 fix(export): tighten native audio safety guards 2026-05-22 20:00:24 +07:00
wiiiii123 e540615a1f fix(export): gate packaged cuda audio fallback 2026-05-22 19:56:15 +07:00
wiiiii123 61bbaab7da fix(export): reject silent cuda inline audio 2026-05-22 19:51:18 +07:00
wiiiii123 31eb0ecc84 refactor(export): add native static route plan 2026-05-22 18:55:03 +07:00
wiiiii123 059544df05 fix(recording): avoid duplicate system audio fallback 2026-05-22 18:16:19 +07:00
webadderall 83292321ab Merge pull request #517 from birkls/fix/windows-wgc-capture-and-encoding
Fix: Windows WGC native capture fallback & special character path encoding (double cursor bug + fail to capture screen & consistent browser capture fallback)
2026-05-17 20:51:06 +10:00
webadderall f807ba31ce fix(windows): clean up staged capture temp files 2026-05-17 20:04:24 +10:00
webadderall 7e3963f40c fix(windows): preserve staged native capture outputs 2026-05-17 19:38:57 +10:00
webadderall 1f04674aec fix(windows): address PR 517 review feedback 2026-05-17 19:25:01 +10:00
webadderall eef387b0ed fix: persist presets and theme preferences 2026-05-17 18:32:59 +10:00