webadderall
26c15958e8
Default editor cursor off for browser recordings
2026-05-02 20:18:17 +10:00
webadderall
3e871b924d
clean up clip-first timeline editing
2026-05-02 20:14:54 +10:00
webadderall
c0a1299687
timeline: add hover ghost preview and safer zoom placement
2026-05-01 11:52:36 +10:00
webadderall
c04255db7b
Stream blob exports through temp files
2026-04-30 15:23:27 +10:00
webadderall
05f6f65c66
Update Discord invite link
v1.2.0
2026-04-28 19:12:56 +10:00
webadderall
7c0485376e
chore(release): bump version to 1.2.0
2026-04-28 13:40:11 +10:00
webadderall
39c874c083
Merge pull request #369 from webadderallorg/fix/project-autosave-media-path-handling
...
Improve project autosave and media path handling
2026-04-28 09:45:06 +10:00
webadderall
661123cc0a
Revert gradient changes and clean previews
2026-04-28 09:39:48 +10:00
webadderall
279ef8ca4b
Merge pull request #349 from shuwn/main
...
add Traditional Chinese (zh-TW) localization
2026-04-28 09:19:02 +10:00
webadderall
a8bb003076
Refresh bundled wallpapers and gradient presets
2026-04-28 09:17:51 +10:00
Shuwn Hsu
c7c576a1b8
Fix CAPTION_LANGUAGE_OPTIONS language options by restoring the setting to "zh"; adding new caption languages is not within the scope of this PR.
2026-04-27 23:27:18 +08:00
Shuwn Hsu
e9d6476884
Merge remote-tracking branch 'origin/main'
2026-04-27 23:01:49 +08:00
Shuwn Hsu
a9f6119847
Merge branch 'webadderallorg:main' into main
2026-04-27 23:01:31 +08:00
Shuwn Hsu
d4a782b70d
Merge remote-tracking branch 'origin/main'
2026-04-27 22:59:57 +08: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
98e4c7cade
Improve project autosave and media path handling
2026-04-27 20:07:32 +10:00
webadderall
a4f475228a
Fix video wallpaper export stutter
2026-04-27 17:32:43 +10:00
webadderall
ae060e83fe
Wait for wallpaper frames during export
2026-04-27 17:09:42 +10:00
webadderall
55388cb1b6
Fix CI ffmpeg bundling for release builds
2026-04-27 17:09:33 +10:00
webadderall
7f45a4b77f
Merge pull request #366 from webadderallorg/codex/video-wallpaper-sync-update-preview
...
Fix video wallpaper sync and streamline updater UI
2026-04-27 17:00:13 +10:00
webadderall
19a09cf37f
fix(timeline): restore visible track row height
2026-04-27 16:52:15 +10:00
webadderall
15cd2f15a3
Loop wallpaper videos during export
2026-04-27 16:50:30 +10:00
webadderall
fdc79cd51d
revert: undo recent session changes
2026-04-27 16:33:29 +10:00
webadderall
0cf4fe8393
revert: undo recent session changes
2026-04-27 16:33:13 +10:00
webadderall
578c46d3fc
fix(timeline): stretch visible rows without capping panel
...
(cherry picked from commit 8830542921 )
2026-04-27 16:29:39 +10:00
webadderall
8830542921
fix(timeline): stretch visible rows without capping panel
2026-04-27 16:29:26 +10:00
webadderall
f78b0bf8af
fix(timeline): cap viewport to two rows
...
(cherry picked from commit fe5fdff35a )
2026-04-27 16:24:49 +10:00
webadderall
fe5fdff35a
fix(timeline): cap viewport to two rows
2026-04-27 16:24:35 +10:00
webadderall
24575ff53b
feat(webcam): add mirror toggle to settings
...
Closes #363
(cherry picked from commit b4b009fafa )
2026-04-27 16:23:14 +10:00
webadderall
f1449073e6
Fix black video wallpaper exports
2026-04-27 16:22:57 +10:00
webadderall
b4b009fafa
feat(webcam): add mirror toggle to settings
...
Closes #363
2026-04-27 16:13:58 +10:00
webadderall
fb34bf2ef9
Address CodeRabbit review feedback
2026-04-27 16:04:04 +10:00
webadderall
bbd46b44ac
Fix video wallpaper sync and streamline updater UI
2026-04-27 15:48:38 +10:00
webadderall
f58cd07250
Merge pull request #237 from Andrii-Vovk/fix/macos-screen-highlight-bounds
...
fix(highlight): screen highlight clipping on macOS
2026-04-27 14:43:16 +10:00
Wiii
0e972ba96e
feat(editor): add audio region volume control
...
Expose the existing added-audio volume field in the selected-audio settings panel and keep timeline row hit targets selectable.
2026-04-27 00:16:08 +07:00
Wiii
5238dd79ce
fix(editor): allow scrolling all audio tracks
...
Allow timeline content to grow with additional audio rows so the existing scroll container can reach lower tracks.
2026-04-26 23:48:38 +07:00
Wiii
574cefc6bd
fix(export): use tempo filters for speed audio
...
Use FFmpeg atempo filters for native edited-track speed changes, including near-unity speed tolerance coverage.
2026-04-26 22:59:20 +07:00
Andrii-Vovk
69abb0390d
fix(highlight): screen highlight clipping on macOS
...
On macOS, the screen highlight overlay's right and bottom edges were
running off-screen. macOS clamps window positions below the menu bar,
so the outward padding only appeared on the left/top while the
right/bottom extended beyond the visible area.
Use display workArea instead of full bounds for screen highlights on
macOS, and keep the border/glow within the overlay window.
2026-04-26 17:31:28 +03:00
webadderall
61bdb0979f
Merge pull request #356 from shaah1d/main
...
fix: syntax error for bash commands
2026-04-26 22:56:24 +10:00
shaahid
02dc6d58b2
fix: syntax error for code snippets
...
Updated formatting and fixed minor text inconsistencies in the CONTRIBUTING.md file as the bash commands had their intro text inside the code block
2026-04-26 18:08:22 +05:30
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
v1.2.0-beta.2
2026-04-26 20:15:10 +10:00
webadderall
ca05a3fcc0
fix(webcam): correct sync offset direction
2026-04-26 20:10:38 +10:00
webadderall
99ea9df18d
Promote padding label to section heading
2026-04-26 19:56:40 +10:00
webadderall
e3a2a2dc95
Use tracked Vite config for dev Electron builds
2026-04-26 19:56:40 +10:00
webadderall
21d8f321ec
Match macOS cursor height to Tahoe
2026-04-26 19:56:40 +10:00
webadderall
4961cfe33d
Merge pull request #351 from webadderallorg/codex/cursor-asset-sets
...
Wire new cursor asset sets
2026-04-26 19:27:59 +10:00
webadderall
5d23baab52
Add missing locale strings for cursor padding
2026-04-26 19:26:06 +10:00
Shuwn Hsu
952ff95e6c
Merge branch 'webadderallorg:main' into main
2026-04-26 13:14:00 +08:00
Shuwn Hsu
db36f70bed
Merge branch 'webadderallorg:main' into main
2026-04-26 01:45:21 +08:00