shaun0927
84ec5a7e68
fix: isolate cursor telemetry samples per recording session
...
Previously, the main process kept two module-scope arrays —
activeCursorSamples and pendingCursorSamples — and set-recording-state
on a new recording wiped BOTH. When a user stopped recording and
immediately started a new one before store-recorded-session fired,
the previous recording's pending samples were discarded or later
overwritten with the new session's data, producing empty or mismatched
.cursor.json files.
Replace the two arrays with a small FIFO buffer
(createCursorTelemetryBuffer) that:
- Keeps pending batches per completed recording, never wiping them on
a new session start.
- Yields batches in arrival order to storeRecordedSessionFiles.
- Caps pending batches (default 8) so a never-stored sequence cannot
leak unbounded memory.
Unit-tested directly in src/lib/cursorTelemetryBuffer.test.ts, including
the rapid-restart race that motivated the change.
2026-04-16 10:27:20 +09:00
moncef
e8d6fe3d1b
Merge branch 'main' into adjust-zoom-speed
2026-04-11 23:27:50 +01:00
Sid
26c243950a
Merge pull request #407 from kwakseongjae/feat/i18n-ko-KR
...
feat(i18n): add Korean (ko-KR) localization
2026-04-11 11:15:23 -07:00
Sid
321c4983ca
Merge pull request #316 from lueckpeter76-lgtm/revert-293-fix/restart-recording-windows
...
Revert "fix: prevent double-finalize race condition in restartRecording on Windos"
2026-04-11 10:45:38 -07:00
Sid
d9114877ff
Merge pull request #389 from richard950825-sys/fix/zh-CN-missing-newRecording-translation
...
fix(i18n): add missing zh-CN translation for newRecording dialog
2026-04-11 10:44:35 -07:00
Siddharth
b713b6a9e8
fix: zoom focus now matches indicator position including wallpaper edges
2026-04-11 10:26:26 -07:00
Siddharth
40028cfd55
feat: add dual frame webcam layout preset ( #347 )
2026-04-11 10:01:19 -07:00
Siddharth
7169e583c7
revert: undo local merge of PR #347
2026-04-11 09:58:15 -07:00
Shreyas
b1a1f45e93
refactor: simplify dual frame preset normalization
2026-04-11 09:30:01 -07:00
Shreyas
bce1957505
fix: clear webcam position for non-pip layouts
2026-04-11 09:30:00 -07:00
Shreyas
24b4b4254a
fix: normalize dual frame preset for portrait projects
2026-04-11 09:26:15 -07:00
Shreyas
16cba73cb2
fix: avoid double-scaling dual frame export radius
2026-04-11 09:26:15 -07:00
Shreyas
c55f462f1c
feat: add dual frame webcam layout preset
2026-04-11 09:20:34 -07:00
곽성재
71cdd5f0e0
Merge branch 'main' into feat/i18n-ko-KR
2026-04-11 20:55:36 +09:00
kwakseongjae
d512f59826
feat(i18n): add Korean (ko-KR) localization
...
- Add complete Korean locale across all 7 i18n namespaces
- All translation keys match the English baseline 1:1
- Register ko-KR in SUPPORTED_LOCALES and i18n-check validation
Refs siddharthvaddem/openscreen#406
2026-04-10 16:11:23 +09:00
LorenzoLancia
3232918197
Add the Shortcut Blur
2026-04-09 21:51:27 +02:00
moncef
8118a0cf89
Merge branch 'main' into adjust-zoom-speed
2026-04-08 22:10:55 +01:00
LorenzoLancia
38d72217c2
fix little things blur
2026-04-08 22:43:30 +02:00
LorenzoLancia
f6b7c463f0
Fix last issues
2026-04-08 22:21:19 +02:00
LorenzoLancia
f8232d9c76
Fix some little issues
2026-04-08 21:36:53 +02:00
LorenzoLancia
5a9c85c345
Fix formatting and locale config
2026-04-08 20:26:16 +02:00
Lorenzo Lancia
a4f1c6a2ee
feat: add blur selection (rectangle, oval)
2026-04-08 16:42:12 +02:00
Richard
85bd215f1f
fix(i18n): add missing zh-CN translation for newRecording dialog
...
The zh-CN locale was missing the 'newRecording' section in editor.json,
which is present in the en locale. This commit adds the translation for:
- title: 返回录屏
- description: 当前会话已保存。
- cancel: 取消
- confirm: 确认
2026-04-08 13:58:53 +08:00
Sid
e7d5f51740
Merge pull request #345 from GarryLaly/feature/webcam-resize-slider
...
feat: Add webcam size with slider
2026-04-07 22:40:15 -07:00
Sid
7bd993a97b
Merge branch 'main' into feat/turkish-locale
2026-04-07 22:30:16 -07:00
Sid
558379702a
Merge pull request #330 from maxbailey/main
...
fix: resolve green MP4 exports on CachyOS/Arch Linux (Wayland)
2026-04-07 22:28:00 -07:00
Sid
09b99563f5
Merge pull request #380 from FabLrc/french-traduction
...
feat(i18n): add French translations
2026-04-07 22:21:34 -07:00
Sid
b34961f6af
Merge pull request #365 from AmitwalaH/fix-tutorial-translations
...
fix(i18n): add missing tutorial dialog translation keys
2026-04-07 22:21:02 -07:00
Sid
5a36179454
Merge pull request #383 from marcgabe15/exportTesting
...
feat: Add unit tests for exporting videos
2026-04-07 22:02:17 -07:00
Marc Diaz
6bff2a2a2c
feat: use export testing
2026-04-07 12:58:33 -04:00
moncef
0cb298d20b
Fix Pr reviews
2026-04-07 11:58:45 +01:00
moncef
7409631207
Fix pr review SelecedSpeedId
2026-04-07 11:43:20 +01:00
moncef
8f35cf090c
feat: add zoomRegionUtils to calculate dominant zoom regions and handle smooth transitions between connected regions
2026-04-07 11:40:39 +01:00
FabLrc
1f56bb42c3
fix(i18n): update French translations for cycle annotations shortcuts
2026-04-07 12:17:53 +02:00
Garry Priambudi
0e1a69a7b2
Merge branch 'main' into feature/webcam-resize-slider
2026-04-07 17:13:38 +07:00
FabLrc
e739653b3f
feat(i18n): add French translations for various application components
2026-04-07 12:05:36 +02:00
Sid
9024eaae61
Merge pull request #307 from Ayush765-spec/main
...
Added the new recording button so that user does not exit the entire application
2026-04-06 23:00:24 -07:00
Sid
c5882b06b1
Merge pull request #334 from matthew-hre/matthew-hre/jj-przmrvurqkow
...
fix: handle av1 VideoDecoder errors
2026-04-06 22:47:50 -07:00
Sid
306b61a902
Merge pull request #291 from 1shanpanta/feat/extended-speed-options
...
feat: extend speed options with higher presets and custom speed input
2026-04-06 22:14:08 -07:00
Nadir A.
c36349d950
feat(i18n): add Turkish (tr) locale support
...
Add complete Turkish translation across all 7 i18n namespaces:
- common: actions, playback controls, locale metadata
- launch: HUD tooltips, audio/webcam controls, source selector
- editor: error messages, export, project, recording permissions
- dialogs: export progress, trim tutorial, unsaved changes, file dialogs
- settings: all panels (zoom, speed, trim, layout, effects, background,
crop, export, annotations, custom fonts, language, audio)
- shortcuts: keyboard shortcuts panel and all actions
- timeline: toolbar buttons, hints, labels, errors, success messages
Also adds "tr" to SUPPORTED_LOCALES config and i18n validation script.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-07 03:05:21 +03:00
moncef
112f02fe03
feat: implement video editor timeline components with interactive zoom, trim, and speed region controls.
2026-04-07 00:30:23 +01:00
AmitwalaH
4e2a53b200
fix: spacing issues in tutorial translations
2026-04-06 15:19:24 +05:30
AmitwalaH
90ba713323
fix(i18n): update tutorial dialog translation keys for all locales
2026-04-06 15:08:49 +05:30
Garry Priambudi
5320f76aae
Merge branch 'main' into feature/webcam-resize-slider
2026-04-06 07:56:28 +07:00
Sid
f3d761b28d
Merge pull request #324 from JasonOA888/fix/306-persist-user-settings
...
fix: persist user settings across sessions
2026-04-05 12:55:31 -07:00
Siddharth
ae971bc480
fix: resolve type error, formatting, and import order from PR #321
2026-04-05 11:03:45 -07:00
Sid
213637967e
fix(editor): track unsaved changes for new projects ( #321 )
...
fix(editor): track unsaved changes for new projects
2026-04-05 11:02:42 -07:00
JasonOA888
a8427b950e
fix: resolve lint errors for CI
...
- Add updateState to useEffect dependency array
- Remove ineffective biome-ignore suppression comment
- Fix formatting in userPreferences.ts per biome rules
2026-04-06 02:01:01 +08:00
Siddharth
c868469be5
fix: auto-finalize duration bug, restore cancelRecording, and add i18n for pause tooltips
2026-04-05 10:17:35 -07:00
Ayush765-spec
013312be1f
Refactor: update 'New Recording' dialog and atomize confirm workflow (plus lint fixes)
2026-04-05 22:27:32 +05:30