PTMH-NMH
b1759130a4
Merge branch 'main' into fix/electron-navigation-policy
2026-07-11 10:15:25 +07:00
PTMH-NMH
6889765d3d
Merge pull request #738 from webadderallorg/fix/ipc-recording-path-confinement
...
fix(ipc): confine browser recordings to the recordings directory
2026-07-11 02:59:59 +07:00
PTMH-NMH
e7283f0415
Merge branch 'main' into fix/ipc-recording-path-confinement
2026-07-11 02:55:52 +07:00
PTMH-NMH
aea12b6b5f
Merge pull request #737 from webadderallorg/chore/ci-quality-gates
...
ci: add pull-request quality checks
2026-07-11 02:53:53 +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
5978782d49
fix(editor): refresh finalized companion audio
2026-07-10 21:11:52 +07:00
wiiiii123
dba5e35058
fix(hud): keep controls visible when recording starts
2026-07-10 20:34:50 +07:00
wiiiii123
e93babd4f7
fix(export): preserve cropped native aspect ratio
2026-07-10 18:52:54 +07:00
wiiiii123
3c12536a2e
fix(export): keep large local media on the streaming path
2026-07-10 15:53:18 +07:00
wiiiii123
9f50b13614
fix(export): preserve Pixi fallback after renderer init failure
2026-07-10 15:28:37 +07:00
wiiiii123
651e0ccf4f
fix(extensions): handle marketplace outages safely
2026-07-10 14:59:29 +07:00
wiiiii123
6ed4c37fd0
chore(deps): patch Electron and Vitest
2026-07-10 14:00:31 +07:00
wiiiii123
1193cf4a47
chore(deps): remove unused legacy packages
2026-07-10 13:38:38 +07:00
wiiiii123
7082547b34
chore(tooling): harden repository file handling
2026-07-10 13:25:12 +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
641d2230a4
Merge pull request #722 from mvanhorn/fix/642-preview-audio-drops
...
fix: preview source audio stops around 20s due to unreliable reported duration
2026-07-02 22:43:53 +02: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
Matt Van Horn
aa7904b312
fix: preview source audio stops around 20s due to unreliable reported duration
2026-07-02 06:26:12 -07:00
ExtraBinoss
0726a08fc0
Merge pull request #695 from josh-abram/fix/issue-628-mac-mic-echo : double each MAC (2 line fix)
...
fix(recording): avoid doubled mic audio (echo) on macOS system+mic captures
2026-07-01 10:45:09 +02:00
Joe Hachem
a8ba050335
fix(captions): address caption-editor review feedback
2026-06-28 18:03:30 +03:00
Joe Hachem
bd1aff562e
feat(captions): add setting to toggle timeline hover-to-add
2026-06-28 11:49:14 +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
05072618c4
feat(captions): add timeline add-by-hover and refine the caption editor
2026-06-26 11:24:57 +03:00
Joe Hachem
9833a8e55f
fix(captions): trim silence and split phrases on real pauses
2026-06-25 09:40:01 +03:00
Joe Hachem
6f41330c07
feat(captions): add timeline track and side-panel editor for captions
2026-06-25 07:37:16 +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
d8e34a1df3
Merge pull request #686 from webadderallorg/feat/export-caption-sidecars
...
feat: export caption sidecars and merge editor follow-ups
2026-06-22 18:13:48 +10:00
webadderall
def1bac7d0
Merge origin/main into feat/export-caption-sidecars
2026-06-22 18:05:52 +10:00
webadderall
9f6cb6ec86
fix(captions): restore inline caption editing
2026-06-19 14:33:24 +10:00
webadderall
afc1fc1cf2
Merge remote-tracking branch 'refs/remotes/origin/pr/682' into feat/export-caption-sidecars
...
# Conflicts:
# src/components/video-editor/VideoPlayback.tsx
2026-06-19 12:09:03 +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
952d63d5d3
Merge pull request #679 from webadderallorg/pr/project-save-flow
...
fix(projects): streamline import and save flow
2026-06-18 18:13:31 +10:00
webadderall
5a9268559e
feat: refine preview cursor and dev blur UI
2026-06-18 18:10:26 +10:00
webadderall
f0953a131e
feat: refine preview cursor and dev blur UI
2026-06-18 18:07:43 +10:00
webadderall
2fffe922c6
feat: raise mp4 export bitrate for color fidelity
2026-06-17 19:41:25 +10:00
webadderall
4b38154b79
feat: align preview and export rendering
2026-06-17 19:41:25 +10:00
webadderall
d1e8e7ab91
feat: improve project save flow
2026-06-17 19:41:25 +10:00
surim0n
1b2260ae5f
Add dynamic webcam overlay dimensions
2026-06-15 12:48:39 -04:00
surim0n
a51e05fcd4
Allow advanced padding to position video vertically
2026-06-15 12:40:03 -04:00
webadderall
b80eff4aea
Match annotation preview layer to camera transform
2026-06-15 19:33:33 +10:00
webadderall
6c83ce2ea8
Fix caption sidecar default and preview blur anchoring
2026-06-15 19:29:56 +10:00
webadderall
347c36a857
Anchor annotations to recording coordinates
2026-06-15 19:24:39 +10:00
webadderall
dfd3692830
Anchor annotations to scene zoom
2026-06-15 19:16:38 +10:00
webadderall
ff9ccdeb0b
Restore inline caption editing
2026-06-15 19:05:08 +10:00