webadderall
1e496608e9
chore: prepare 1.3.5 beta 3 test release
2026-09-05 16:47:46 +10:00
webadderall
0d0acce845
Fix cross-platform caption generation
2026-09-02 20:27:24 +10:00
webadderall
c701019752
Update Vitest to resolve critical advisory
2026-08-26 18:38:06 +10:00
young
a85b0d1c6f
fix: align Vitest with Vite 5
2026-08-24 13:19:27 +10:00
wiiiii123
e2df84f5b9
ci(macos): add fail-closed release candidate gate
2026-08-09 01:50:38 +07:00
wiiiii123
d30117910f
chore(release): prepare 1.3.5-beta.2
2026-07-11 15:39:14 +07:00
wiiiii123
321c465709
chore(deps): support Visual Studio 2026 rebuilds
2026-07-11 14:26:17 +07:00
wiiiii123
a62d92ad4c
chore(deps): upgrade Electron to 43
2026-07-11 13:58:21 +07:00
PTMH-NMH
6a16b4fadd
Merge branch 'main' into chore/remove-unused-dependencies
2026-07-11 10:49:59 +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
4111959364
ci: add pull-request quality checks
2026-07-10 05:07:19 +07:00
webadderall
578518007c
chore(release): bump version to 1.3.4
2026-06-08 21:54:48 +10:00
wiiiii123
98a63ada3b
chore(release): prepare v1.3.3
2026-05-29 03:10:44 +07:00
wiiiii123
b00b20f373
chore(release): prepare v1.3.2
2026-05-28 17:16:04 +07:00
wiiiii123
409feb6240
chore(release): bump version to 1.3.1
2026-05-25 21:12:01 +07:00
Codex
78594eb4da
chore(release): bump version to 1.3.0
2026-05-24 17:58:04 +10:00
webadderall
df33005350
chore(release): bump to v1.3.0-beta.3
2026-05-17 20:55:37 +10:00
webadderall
7bc06c9925
chore(release): bump version to 1.3.0-beta.2
2026-05-11 22:18:36 +10:00
webadderall
eef863198c
Prepare v1.3.0 beta release workflow
2026-05-08 17:23:19 +10:00
wiiiii123
8fc47d3e31
fix(electron): normalize main cjs bundle
2026-05-06 15:30:35 +07:00
wiiiii123
1168e0edcc
fix(export): preserve pitch for fallback speed audio
2026-05-06 06:43:40 +07:00
wiiiii123
9ac4c55ccf
feat(export): prepare native GPU beta candidate
...
Add validated native CUDA/D3D11 timeline retime, pause-aware capture timing, webcam source-time sampling, edited-track audio duration padding, packaged helper updates, and focused tests for PR #410 tester branch.
2026-05-06 01:50:12 +07:00
wiiiii123
94bbd0280f
Add NVIDIA CUDA export compositor
2026-05-04 09:59:41 +07:00
wiiiii123
9c81006e5c
Add native GPU static layout export path
2026-05-03 22:43:23 +07:00
sharkcreep87
df3527c1e9
chore: update repository URLs to canonical webadderallorg org ( #402 )
...
The repo was moved from github.com/webadderall to github.com/webadderallorg
but several files still reference the old URL. GitHub serves a 301
redirect today, but package.json metadata, the Homebrew cask, and the
in-app issues link should point to the canonical location.
Updated:
- package.json (homepage, repository.url, bugs.url)
- README.md and README.zh-CN.md (releases / clone / issues links)
- CONTRIBUTING.md (issues link)
- recordly.rb (Homebrew cask url + homepage)
- src/components/video-editor/TutorialHelp.tsx (RECORDLY_ISSUES_URL)
- src/components/video-editor/videoPlayback/motionSmoothing.ts (attribution comment)
2026-05-02 12:08:28 +10:00
webadderall
7c0485376e
chore(release): bump version to 1.2.0
2026-04-28 13:40:11 +10:00
Wiii
158d214b27
ci: smoke and attest packaged artifacts
...
Add packaged-artifact smoke checks, checksums, attestations, and release asset staging guardrails.
2026-04-27 18:26:25 +07:00
webadderall
2d23885bd3
style(ui): use SF Pro globally and add release helper
2026-04-26 20:36:01 +10:00
webadderall
9c495beec1
chore(release): bump version to 1.2.0-beta.2
2026-04-26 20:15:10 +10:00
webadderall
e3a2a2dc95
Use tracked Vite config for dev Electron builds
2026-04-26 19:56:40 +10:00
webadderall
ef636934f2
Wire new cursor asset sets
2026-04-26 00:28:45 +10:00
webadderall
51a9567c84
fix(build): use maintained Electron rebuild package
2026-04-25 21:47:02 +10:00
webadderall
7e4f469d92
bump ver
2026-04-19 23:59:02 +10:00
webadderall
a83a58c671
fix: address ui overhaul review feedback
2026-04-16 22:36:23 +10:00
webadderall
9a5ff5c0a2
feat: ui overhaul — Phosphor icons, redesigned launcher, editor layout, and component refresh
...
- Replace all lucide-react imports with @phosphor-icons/react across every
component (LaunchWindow, AnnotationSettingsPanel, ExtensionManager,
ExtensionIcon, VideoPlayback, AnnotationOverlay, CropControl, TutorialHelp,
PlaybackControls, all shadcn ui/ primitives, etc.)
- ExtensionIcon: new Phosphor-based resolver with Lucide name alias map for
backwards-compatible extension manifests
- LaunchWindow / SourceSelector: full redesign — new icon rail layout,
updated backgrounds, improved source selection UX, audio/video controls,
countdown overlay
- VideoPlayback: overhaul playback controls and preview panel layout
- Timeline items: border-radius 16px→8px, cyan→blue unification, pill height
85% for breathing room, resize handle vertical centering
- shadcn ui/: refresh accordion, dialog, dropdown, select, slider, switch,
tabs, toggle, popover, button, card, input, label, sonner, content-clamp,
audio-level-meter
- App.tsx / index.css / App.css / tailwind.config: global style updates
- types.ts, captionLayout.ts, captionStyle.ts, webcamOverlay.ts: data model
updates to support new timeline and export features
- package.json: add @phosphor-icons/react, bump dependencies
- scripts/, .eslintrc, biome, tsconfig, vite.config: tooling alignment
- extension-sources: update built-in extension bundles
2026-04-16 18:01:04 +10:00
webadderall
60d364a4ed
fix: hotfix export regressions
2026-04-15 17:19:49 +10:00
Wing900
654ed79ba8
Fix silent MP4 exports with FFmpeg audio fallback
2026-04-12 20:55:34 +08:00
webadderall
e7a62f5fa8
chore: bump version to 1.1.21
2026-04-12 18:08:30 +10:00
webadderall
919a29c61d
fix: export animation desync — use content time for zoom spring delta
...
The zoom spring animation in both frameRenderer and modernFrameRenderer
was using performance.now() (wall-clock time) to compute spring deltas.
During export, wall-clock time and content time are decoupled — a frame
representing 33ms of video may render in 3ms or 500ms. This caused zoom
animations to appear choppy/laggy in exports while previews were smooth.
Switched to content-time deltas (timeMs) so the spring advances at the
same rate as the video regardless of actual render speed.
Also bumps version to 1.1.20.
2026-04-09 16:51:21 +10:00
webadderall
b6859efd82
chore: bump version to 1.1.19
2026-04-09 01:04:55 +10:00
webadderall
2692b28604
Hotfix 1.1.18
2026-04-06 22:39:31 +10:00
webadderall
2a155faaf6
Hotfix 1.1.17
2026-04-06 18:10:29 +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
2026-04-05 21:09:55 +10:00
webadderall
bf16280e53
chore(release): prepare v1.1.14
2026-04-04 22:55:36 +11:00
webadderall
99ab517848
add export benchmark script
2026-04-04 13:08:12 +11:00
webadderall
4d29baaae3
chore(release): bump version to 1.1.13
2026-04-02 21:56:51 +11:00
webadderall
31ee96e00e
chore(release): bump version to 1.1.12
2026-04-01 15:56:35 +11:00
webadderall
c1b08a72f8
chore(release): cut v1.1.11
2026-03-31 20:43:41 +11:00