Significant stability improvements made since the last beta, once verified stable we can release v1.3.0 to all users!
What's Changed
- fix(export): fallback webcam packet streaming failures by @meiiie in #447
- fix(electron): avoid CJS dirname binding collision by @meiiie in #450
- add russian localization by @voinkovpost in #446
- fix(export): recover video background fallback and smooth preview audio by @meiiie in #452
- fix(export): keep large exports off in-memory save path by @meiiie in #453
- fix: show full slow-speed clips on timeline by @meiiie in #454
- test: cover preview skipping cut regions by @meiiie in #455
- fix(recording): stabilize WGC resize frames by @meiiie in #456
- fix(export): fallback native Lightning errors by @meiiie in #461
- feat/timeline-scrubbing : Mouse now scrubs timeline. by @ExtraBinoss in #437
- fix(export): use portrait target dimensions by @meiiie in #462
- test(export): cover odd MP4 dimension normalization by @meiiie in #463
- fix(recording): stop browser recorder before cleanup by @meiiie in #464
- fix(editor): keep cursor size stable during zoom by @meiiie in #465
- fix(editor): restore zoomed cursor sizing default by @meiiie in #466
- fix(electron): force main bundle cjs output by @meiiie in #468
- fix(recording): clamp cursor samples at pause boundary by @meiiie in #472
- refactor: timeline code 2500 -> 400 lines by @ExtraBinoss in #448
- Fix/audio wrong layer and audio playback by @ExtraBinoss in #482
- add: drawIcons for extensions, SettingsPanel for extension fixed. by @ExtraBinoss in #459
- fix: Recording doesn't work with different windows by @ExtraBinoss in #485
- fix: Mouse passthrough bug, v 1.3.0beta by @ExtraBinoss in #486
- fix frameRendering with all extensions by @ExtraBinoss in #478
- feat(i18n): add Italian (it) locale by @miticojo in #488
- fix: SliderControl CSS by @ExtraBinoss in #487
- Fix/video editor loading time by @ExtraBinoss in #491
- Fix/cursor playhead placement by @ExtraBinoss in #498
- fix motion blur regressions by @webadderall in #499
New Contributors
- @voinkovpost made their first contribution in #446
- @miticojo made their first contribution in #488
Full Changelog: v1.3.0-beta.1...v1.3.0-beta.2