Commit Graph
1693 Commits
Author SHA1 Message Date
webadderall 34bc473479 feat(zoom): add cursor follow camera with edge snap focus
Cursor follow camera tracks cursor position for auto zoom regions
with edge snapping and zoom-out freeze. Edge snap focus remaps cursor
to clamp near screen boundaries.
2026-04-08 21:43:03 +10:00
webadderall 76143731e3 feat(zoom): inline damped harmonic oscillator spring solver
Replace motion library spring() with custom solver supporting
configurable smoothness. Add getZoomSpringConfig and getCursorSpringConfig.
2026-04-08 21:42:54 +10:00
webadderall 6b58074c85 feat(zoom): add auto/manual zoom mode type and default auto zoom depth 2026-04-08 21:42:44 +10:00
webadderall aa3018ea1e fix(i18n): add Korean label to locale switchers
Add ko: '한국어' to LOCALE_LABELS in LaunchWindow and VideoEditor so the language switcher shows the native name instead of falling back to the raw code.
2026-04-08 19:46:43 +10:00
webadderall 743ddd1009 Merge pull request #175 from rofeels/feat/i18n-ko
feat(i18n): add Korean (ko) locale
2026-04-08 19:31:01 +10:00
webadderall 3b739082aa Merge pull request #192 from MohamedV0/fix/windows-path-resolution
fix(windows): use path.posix for URL path resolution
2026-04-08 15:07:43 +10:00
webadderall f1b57d9c5d Merge pull request #191 from octo-patch/feat/issue-177-winget-releaser
feat: add winget-releaser workflow for automatic WinGet releases
2026-04-07 23:42:40 +10:00
Mohamed 20209cc02d fix(windows): use path.posix for URL path resolution
- replace path.normalize() with path.posix.normalize() in
  resolveRequestedFilePath to preserve forward slashes on Windows
- add empty-string guard for degenerate pathnames
- remove win32 bypass in loadPackagedEditorWindow

path.normalize() converts / to \ on Windows, causing path.resolve
to escape to the drive root and return 403 Forbidden.
2026-04-07 06:18:45 +02:00
Octopus 6d5749754e feat: add winget-releaser workflow for automatic WinGet releases (fixes #177) 2026-04-06 21:38:38 +08:00
webadderall 2692b28604 Hotfix 1.1.18 v1.1.18 2026-04-06 22:39:31 +10:00
webadderall 2a155faaf6 Hotfix 1.1.17 v1.1.17 2026-04-06 18:10:29 +10:00
webadderall 012bec21a7 Prefer WebCodecs auto export and harden Pixi fallback v1.1.16 2026-04-06 15:23:06 +10:00
webadderall 96d2ca9e5c Improve tray and packaged editor restore paths 2026-04-06 15:22:58 +10:00
webadderall 18812bda10 Fix Windows tray restore during recording 2026-04-05 23:23:16 +10:00
webadderall ec5b26ee92 fix v1.1.16 release notes 2026-04-05 22:09:46 +10:00
webadderall a760892490 fix export cursor lag 2026-04-05 22:04:17 +10:00
webadderall b72cc10c07 Fix Lightning export fallback and preview sync v1.1.15 2026-04-05 21:09:55 +10:00
webadderall 4a9e55f571 Fix Windows export finalization progress 2026-04-05 19:18:12 +10:00
webadderall 498b5ef426 Load packaged renderer over localhost 2026-04-05 18:51:51 +10:00
webadderall 46f55dc61a Fix encoder errors reported as cancellations 2026-04-05 18:15:14 +10:00
webadderall 7820fbebba Merge pull request #180 from gurpreetkaits/feature/homebrew-cask
initial: homebrew cask
2026-04-05 14:33:46 +10:00
Gurpreet Kait 905d8b9998 initial: homebrew cask 2026-04-05 04:41:11 +05:30
webadderall bf16280e53 chore(release): prepare v1.1.14 v1.1.14 2026-04-04 22:55:36 +11:00
webadderall a7587a6dd7 Update README.md 2026-04-04 22:36:51 +11:00
webadderall 1e56c2d139 revert(recording): remove editor finalization phase 2026-04-04 22:26:25 +11:00
webadderall 5901dc7b90 revert(recording): drop linux editor visibility workaround 2026-04-04 22:15:32 +11:00
webadderall 22ec58e48a fix(recording): improve post-capture handoff 2026-04-04 22:14:15 +11:00
webadderall 5fd49fbf0f fix(audio): reduce recording and export drift 2026-04-04 21:53:25 +11:00
webadderall 965d4efac7 fix(windows): align Win10 HUD restore with interactive fallback 2026-04-04 17:22:37 +11:00
webadderall 52578a2f1f docs(readme): add build prerequisites and sync zh-CN 2026-04-04 17:22:34 +11:00
webadderall dbe1eb314c Merge pull request #167 from TARO-gh/fix/floating-toolbar-drag-drift
fix(windows): stabilize HUD drag by locking bounds size during move
2026-04-04 16:12:45 +11:00
webadderall bd08bf1b96 Revise support section in README.md
Updated acknowledgments and support information in README.
2026-04-04 15:23:44 +11:00
webadderall 8101987d31 merged export-overhaul 2026-04-04 15:10:23 +11:00
TARO-gh 2cfed3d02f Merge branch 'webadderall:main' into fix/floating-toolbar-drag-drift 2026-04-04 12:39:20 +09:00
munbbok 0249c3f36e feat(i18n): add Korean (ko) locale
Add complete Korean translation across all 7 namespaces:
common, launch, editor, timeline, settings, dialogs, shortcuts.

All 403 translation keys covered. Passes npm run i18n:check.
2026-04-04 12:08:39 +09:00
webadderall cab37792c3 update native capture helper binaries 2026-04-04 13:08:12 +11:00
webadderall 99ab517848 add export benchmark script 2026-04-04 13:08:12 +11:00
webadderall dfcbb89470 drop unused export dialog 2026-04-04 13:08:05 +11:00
webadderall 9f864bbbfc integrate modern export flow in editor 2026-04-04 13:08:05 +11:00
webadderall 9538168597 export tutorial help link helpers 2026-04-04 13:08:05 +11:00
webadderall 736e8e683b expand export settings menu 2026-04-04 13:08:05 +11:00
webadderall eb31ef623d localize export fps settings 2026-04-04 13:08:05 +11:00
webadderall 06df07a2f8 save export preferences in editor 2026-04-04 13:07:57 +11:00
webadderall f9394f9637 persist export pipeline settings 2026-04-04 13:07:57 +11:00
webadderall f725df3dfc export new pipeline modules 2026-04-04 13:07:57 +11:00
webadderall 21496a787e teach legacy exporter native fallback 2026-04-04 13:07:57 +11:00
webadderall 1e5f0b8658 add modern video exporter 2026-04-04 13:07:57 +11:00
webadderall 2c51b67f2c add modern export frame renderer 2026-04-04 13:07:50 +11:00
webadderall 443dbbc01f open editor during recording finalization 2026-04-04 13:07:49 +11:00
webadderall 238281dcec configure smoke export window boot flow 2026-04-04 13:07:49 +11:00