Siddharth
b33ec5e2d7
fix: restore webcam sessions and stop export deadlocks
2026-03-17 18:50:05 -07:00
Siddharth
0a0dd088c3
Merge branch 'codex/pr-229' into main
2026-03-17 18:47:19 -07:00
Marcus Schiesser
3d2d0a4dbc
fix: always release exporter video frames
2026-03-17 20:35:21 +08:00
Marcus Schiesser
1591f7dfcb
fix: restore passing checks for webcam overlay changes
2026-03-17 20:29:13 +08:00
Marcus Schiesser
c3e4c86b33
fix: reset webcam state on access denial
2026-03-17 20:07:10 +08:00
Marcus Schiesser
942a7e599a
fix: allow webcam toggle while recording
2026-03-17 20:05:37 +08:00
Marcus Schiesser
776ed954f2
fix: always tear down webcam export queues
2026-03-17 20:03:14 +08:00
Marcus Schiesser
f1a453b9b2
fix: finalize externally stopped recordings
2026-03-17 19:57:45 +08:00
Marcus Schiesser
e4263d4597
fix: sync webcam preview playback speed
2026-03-17 19:37:12 +08:00
Marcus Schiesser
2fb5b3b574
Add webcam recording overlay support
2026-03-17 19:09:34 +08:00
Sid
881acdb26f
Merge pull request #225 from elevchyt/notification-area-hud-open
...
notification area hud open fix with small window open refactor
2026-03-16 21:03:37 -07:00
Sid
4a308fde12
Merge pull request #223 from marcgabe15/marcdiaz/e2e
...
E2E Testing with Playwright
2026-03-16 20:59:04 -07:00
Sid
fc8a4db8f1
Merge pull request #222 from EtienneLescot/fix/export-local-file-loading
...
fix: read local export sources through electron IPC
2026-03-16 20:56:15 -07:00
Marc Diaz
ac4f82484b
revert change
2026-03-16 13:46:57 -04:00
Marc Diaz
e9f0fda397
fix: possible race condition on test
2026-03-16 13:27:44 -04:00
elevchyt
4655e71ca5
notification area hud open fix with small window open refactor
2026-03-16 19:25:12 +02:00
Marc Diaz
e82332647a
fix: remove ffmpeg
2026-03-16 11:31:05 -04:00
Marc Diaz
9fb91dd17b
Merge pull request #1 from marcgabe15/marcdiaz/test
...
feat(test): add an e2e test
2026-03-16 11:28:13 -04:00
Sid
c8cf052fc9
Merge pull request #221 from EtienneLescot/feat/motion-blur-slider
...
feat: replace motion blur toggle with intensity slider
2026-03-16 08:27:38 -07:00
Marc Diaz
61d89831bb
fix: add xvfb run
2026-03-16 11:24:30 -04:00
Marc Diaz
9f6ef0f582
feat(test): add an e2e test
2026-03-16 11:17:26 -04:00
Etienne Lescot
ea68300634
fix: read local export sources via electron ipc
2026-03-16 13:01:32 +01:00
Etienne Lescot
446e3a35fc
fix: avoid history checkpoint spam on motion blur drag
2026-03-16 12:51:54 +01:00
Etienne Lescot
c35a33203b
fix: increase motion blur intensity range
2026-03-16 12:40:08 +01:00
Etienne Lescot
dd84edaf41
feat: replace motion blur toggle with intensity slider
...
Motion blur was a boolean switch (on/off). This changes it to a slider
from 0 (off) to 1 (full intensity), with 0.35 as the recommended sweet
spot per feedback on PR #207 .
- EditorState/ProjectEditorState: motionBlurEnabled:bool → motionBlurAmount:number
- SettingsPanel: Switch → Slider (0–1, step 0.01); shows 'off' or value
- VideoPlayback/zoomTransform: scale blur by amount instead of boolean gate
- FrameRenderer/VideoExporter/GifExporter: propagate numeric amount
- projectPersistence: backward-compat loader (old true → 0.35, false → 0)
2026-03-16 12:22:16 +01:00
Sid
9d71f509b8
Merge pull request #207 from EtienneLescot/feat/recordly-cursor-pipeline
...
feat: rework zoom transitions and motion blur
2026-03-15 19:30:45 -07:00
Siddharth
9687157aba
Merge main into PR #186 and resolve SourceSelector conflict
2026-03-15 18:27:29 -07:00
Siddharth
e2075f15e9
Merge main into PR #185 and resolve native aspect conflicts
2026-03-15 17:13:53 -07:00
Siddharth
d182854270
Merge PR #184 : resolve crop control conflicts
2026-03-15 16:52:46 -07:00
Etienne Lescot
7a8d0f449a
feat: narrow PR to zoom transitions and motion blur
2026-03-15 10:29:23 +01:00
Siddharth
56988e86e2
custom install loc
2026-03-14 15:57:22 -07:00
Sid
965d3e5f4c
Merge pull request #211 from prayaslashkari/bug/crop-window
...
fix: Fix crop window behavior
2026-03-14 12:48:10 -07:00
Siddharth
5f6576768c
normalize paths on all OS
2026-03-14 12:43:12 -07:00
Prayas Lashkari
6c086be1b6
fix: rename crop dropdown state to crop modal for clarity
2026-03-14 15:32:59 -04:00
Prayas Lashkari
b52d27bf56
fix: add peer dependencies to package-lock.json
2026-03-14 15:26:27 -04:00
Prayas Lashkari
e3c922d032
feat: add crop functionality with snapshot handling in SettingsPanel
2026-03-14 15:25:51 -04:00
Siddharth
16dea49fa8
fix audio desync and speed issue
2026-03-14 11:58:43 -07:00
Sid
575a339550
Merge pull request #206 from EtienneLescot/fix/windows-export-stall
...
Fix Windows export finalization stalls
2026-03-14 11:15:26 -07:00
Sid
e5fa783b59
Merge pull request #205 from EtienneLescot/fix/issue-197-windows-paths
...
Fix Windows cursor telemetry path resolution
2026-03-14 09:46:51 -07:00
Etienne Lescot
b5cc7777d7
Fix export finalization stalls on Windows
2026-03-14 11:57:59 +01:00
Etienne Lescot
e72fb8252c
Fix Windows cursor telemetry path resolution
2026-03-14 11:22:45 +01:00
Siddharth
5e8bb99e96
fix playback callback to not be in pixi setup dependency
2026-03-13 23:00:11 -07:00
Siddharth
1b08618831
project save/ close fix
2026-03-13 19:37:00 -07:00
Sid
144e34318e
Merge pull request #204 from marcgabe15/feature/increase-worker-count
...
feat(gif-worker): increase amount of web workers based on hardwarecon…
2026-03-13 19:18:58 -07:00
Sid
6035719252
Merge pull request #202 from prayaslashkari/refactor/launch-window-ux
...
feat: UX Improvements in Launch Window
2026-03-13 18:50:03 -07:00
Sid
2af33894e9
Merge pull request #174 from FabLrc/feature/undo-redo
...
feat: implement undo/redo functionality in video editor
2026-03-13 18:49:27 -07:00
Marc Diaz
63fd87612e
feat(gif-worker): increase amount of web workers based on hardwareconcurrecy
2026-03-13 17:32:20 -04:00
FabLrc
4b79909116
fix: stabilize lint/typecheck and shortcut typing
2026-03-13 11:24:54 +01:00
FabLrc
0a6895e89f
Merge origin/main into feature/undo-redo
2026-03-13 10:55:40 +01:00
Prayas Lashkari
36a0a304d5
refactor: clean up imports and streamline JSX formatting in LaunchWindow component
2026-03-13 00:17:08 -04:00