Maze Winther
35dd209b4e
docs: add ripple editing to 0.2.0 changelog
2026-03-01 01:44:38 +01:00
Maze Winther
5e7c27f542
Merge branch 'dev' into ripple-editing
2026-03-01 01:32:09 +01:00
Maze Winther
354f4dec67
changelog: update titles for no title case
2026-03-01 01:12:57 +01:00
Maze Winther
c6bffaa243
fix(audio): stabilize playback startup when timeline selection is heavy
2026-03-01 01:10:56 +01:00
Maze Winther
f3af18e0c7
delete CHANGELOG.md
2026-03-01 01:08:26 +01:00
Maze Winther
85f41756d1
feat: changelog page
2026-02-28 23:58:54 +01:00
Maze Winther
fe964c4a4a
cursor: design skill
2026-02-28 23:48:33 +01:00
Maze Winther
216e3e0c39
feat: introduce WebGL effects system and Blur effect
...
This implements the foundational architecture for video effects, starting with a multi-pass WebGL rendering pipeline and a customizable Gaussian Blur effect.
Key changes:
- WebGL Engine: Added `raw-loader` for `.glsl` shaders, multi-pass framebuffer rendering, and live offscreen canvas previews.
- Node Architecture: Replaced hardcoded background blur with `CompositeEffectNode` and added `EffectLayerNode` to apply effects to specific visual elements.
- Timeline & DND: Added a new `effect` track type. Upgraded drag-and-drop to support dropping effects directly onto the timeline. Consolidated track constants into a cleaner `TRACK_CONFIG`.
- UI/UX: Added an Effects tab in the assets panel with live previews. Added an Effect Properties panel with sliders and inputs for fine-tuning parameters.
- Data Model: Added `sourceDuration` to video and audio elements, and wrote a v8 storage migration to update existing projects to the new schema.
- Docs: Added `CHANGELOG.md` tracking v0.1.0 and v0.2.0, plus `docs/effects-renderer.md` to document the new WebGL pipeline.
2026-02-28 18:41:22 +01:00
Maze Winther
a9e93471a7
review cursor command
2026-02-28 01:12:27 +01:00
Maze Winther
50885fb976
fix: update review checklist terminology for clarity
2026-02-28 00:26:09 +01:00
Maze Winther
6226ceb052
fix coderabbit issues
2026-02-27 20:34:33 +01:00
Maze Winther
cb8f003478
another type error
2026-02-27 18:23:13 +01:00
Maze Winther
956f3d201b
fix type error
2026-02-27 18:15:36 +01:00
Maze Winther
49426f19cd
feat: implement keyframe animation system
...
Add keyframe support for transform, opacity, and volume properties.
Includes animation engine (interpolation, mutations, resolvers), timeline
markers with selection/snapping, properties panel toggles, keyframe-aware
renderer, and full undo/redo command support.
Also refactor element command constructors to object params, extract
timeline pixel math to pixel-utils.ts, and update cursor rules.
2026-02-27 16:33:57 +01:00
Maze Winther
9b94f89def
roadmao
2026-02-25 04:51:50 +01:00
Maze Winther
07c2289168
feat: add properties for video/image/sticker elements
2026-02-25 04:22:00 +01:00
Maze Winther
987153266e
refactor: move transform type to more relevant file
2026-02-25 04:14:21 +01:00
Maze Winther
f96192289b
docs: move sponsors near the top
2026-02-25 01:40:12 +01:00
Maze Winther
f75b5d3fd2
fix a ton of issues + improvement
2026-02-25 01:37:56 +01:00
Maze Winther
4d77e3f2bb
refactor: snapping system
2026-02-23 10:55:35 +01:00
Maze Winther
ab64c48c92
feat: make playhead snap to elements
2026-02-23 10:55:06 +01:00
Maze Winther
d352e58570
fix preview snapping threshold
2026-02-23 10:15:51 +01:00
Maze Winther
baa5f33407
fix preview perf issues
2026-02-23 10:03:15 +01:00
Maze Winther
dbfecbba59
docker + update readme
2026-02-23 09:38:38 +01:00
Maze Winther
86a3592c88
refactor: make export audio consistent to preview
...
fixes audio export issue with .mkv files
2026-02-23 09:28:54 +01:00
Maze Winther
744419469d
feat: basic ripple editing
2026-02-23 07:09:26 +01:00
Maze Winther
1762dc077d
persist snapping + ripple
2026-02-23 06:56:05 +01:00
Maze Winther
a982304bb3
docs: actions
2026-02-23 06:50:53 +01:00
Maze Winther
5616d4e9f3
feat: save frame as image
2026-02-23 06:44:27 +01:00
Maze Winther
71970d5f5f
fix: audio from video files not being exported
2026-02-23 06:20:11 +01:00
Maze Winther
fca99d6126
refactor
2026-02-10 16:28:21 +01:00
Maze Winther
33a8705f0d
fix selection not getting cleared after element deletion
2026-02-09 16:38:17 +01:00
Maze Winther
fe10cee3eb
fix: correct default text capitalization in text constants
2026-02-09 00:34:45 +01:00
Maze Winther
1d05f5ac56
fix linter
2026-02-08 22:23:12 +01:00
Maze Winther
395e415cc4
formatting
2026-02-08 22:22:23 +01:00
Maze Winther
e50a817b97
add transform + few fixes
...
feat: transform
feat: batch command
fix: slider undo
fix: timeline zoom perf
refactor: make updateElement support multiple
2026-02-08 22:21:17 +01:00
Maze Winther
484ce47867
update review cursor command
2026-02-08 22:19:39 +01:00
Maze Winther
681f006b35
fix: fps not being displayed in some cases
2026-02-08 21:49:32 +01:00
Maze Winther
0282ef2223
scale timeline ruler labels to hours
2026-02-08 18:32:08 +01:00
Maze Winther
dc0b57cd6a
refactor: replace text-specific update command with generic
2026-02-08 18:01:45 +01:00
Maze Winther
a218a52d2d
persist sotring (projects)
2026-02-08 17:45:39 +01:00
Maze Winther
1c2cf80188
change default sorting from createdAt to updatedAt in projects store
2026-02-08 17:44:43 +01:00
Maze Winther
cdd29eb1dc
fix: resize-none
2026-02-08 17:06:16 +01:00
Maze Winther
34cfeacdbb
fix: stop audio on timeline scrub
2026-02-08 17:02:49 +01:00
Maze Winther
6d55a34586
refactor: move isScrubbing state to playback manager
2026-02-08 17:01:46 +01:00
Maze Winther
c6666fd385
feat: update text properties to use dynamic font size limits and scaling
2026-02-08 16:50:31 +01:00
Maze Winther
9b5fd6eb07
feat: ensure elements on main track starts at 0
2026-02-08 01:51:25 +01:00
Maze Winther
00cf7f6ab7
add todo
2026-02-08 01:23:13 +01:00
Maze Winther
a82817a703
fix landing image
2026-02-08 01:17:29 +01:00
Maze Winther
39b6ea5613
type error
2026-02-07 23:57:19 +01:00
Maze Winther
ae45ef8154
blog ui fixes
2026-02-07 23:14:31 +01:00
Maze Winther
49c4fcb229
refactor: remove AuthorList component
2026-02-07 22:37:19 +01:00
Maze Winther
464a6e83b9
fix rendering issue from v1 to current
2026-02-05 14:44:31 +01:00
Maze Winther
d0b4b1a5fc
fix migration dialog
2026-02-05 14:28:16 +01:00
Maze Winther
2257ca2e6f
make storage versioning per-project + few other refactors
2026-02-05 12:53:56 +01:00
Maze Winther
490fc170c0
checkbox
2026-02-03 21:10:08 +01:00
Maze Winther
feb8a07c16
remove comment
2026-02-03 14:00:43 +01:00
Maze Winther
7366cb27e9
fix v1 to v2 migration
2026-02-03 14:00:04 +01:00
Maze Winther
34daad9df7
comments
2026-02-03 08:48:32 +01:00
Maze Winther
9bc35363b9
remove hover state from export button
2026-02-03 08:33:42 +01:00
Maze Winther
e84c0cfda6
comments + codebase index
2026-02-02 23:17:30 +01:00
Maze Winther
1dbc22b2f4
docs: update contribution guidelines and pull request template
2026-02-02 19:51:04 +01:00
Maze Winther
ad794fa43b
Merge branch 'timeline-zoom'
2026-02-02 19:46:51 +01:00
Maze Winther
9ca32e5e39
fix: click empty on track to move playhead
2026-02-02 19:44:27 +01:00
Maze Winther
5120e2efa6
feat: timeline zoom anchoring
2026-02-02 19:42:35 +01:00
Maze Winther
1aec9c5cf5
fix comment
2026-02-02 19:15:25 +01:00
Maze Winther
e88a059222
increase zoom of buttons + refactor
2026-02-02 19:14:37 +01:00
Maze Winther
c3f0d640ef
feat: exponential zoom
2026-02-02 18:11:12 +01:00
Maze Winther
7d5914353b
Merge branch 'staging'
2026-02-01 17:01:59 +01:00
Maze Winther
ee7eaecc9f
add comments
2026-02-01 16:44:07 +01:00
Maze Winther
8ea3db833f
organize imports
2026-02-01 16:43:57 +01:00
Maze Winther
22ea6b8925
change rounding
2026-02-01 15:35:53 +01:00
Maze Winther
dfccf905bb
more test stuff
2026-02-01 13:31:44 +01:00
Maze Winther
3e4584edde
fix
2026-02-01 13:19:51 +01:00
Maze Winther
4cd15fcf00
fix default panel sizes
2026-02-01 12:32:28 +01:00
Maze Winther
748856f4c4
fix onboarding text
2026-02-01 12:32:18 +01:00
Maze Winther
2759d7ed31
add tests for storage migrations
2026-02-01 12:15:37 +01:00
Maze Winther
03c2b16064
next-env.d.ts
2026-02-01 11:31:37 +01:00
Maze Winther
e15ccefbe5
deps
2026-02-01 11:26:58 +01:00
Maze Winther
5e1e509c11
testing 4
2026-02-01 11:18:38 +01:00
Maze Winther
bfcf20e108
testing 3
2026-02-01 11:16:18 +01:00
Maze Winther
4f64ff50cd
testing 2
2026-02-01 11:09:55 +01:00
Maze Winther
58f23e8f2a
testing
2026-02-01 11:06:20 +01:00
Maze Winther
33f4a54768
please
2026-02-01 10:59:05 +01:00
Maze Winther
1d55b903d7
fix remaining errors
2026-02-01 10:03:51 +01:00
Maze Winther
af047ba4a7
more errors
2026-02-01 09:54:29 +01:00
Maze Winther
ef3563745a
fix errors
2026-02-01 02:10:24 +01:00
Maze Winther
d06b7c3b0f
update type definition for containerRef in ColorPickerProps to allow null
2026-02-01 01:44:48 +01:00
Maze Winther
b7293dc552
fix type definition for ref in PanelBaseViewProps
2026-02-01 00:32:35 +01:00
Maze Winther
82d92934cb
typescript error
2026-02-01 00:22:48 +01:00
Maze Winther
b2a976ba82
fix type error (build)
2026-02-01 00:20:34 +01:00
Maze Winther
02d4f9c314
no idea
2026-02-01 00:20:10 +01:00
Maze Winther
1d31b7a586
fix import
2026-01-31 22:54:33 +01:00
Maze Winther
e00ba706fe
update deps
2026-01-31 22:24:22 +01:00
Maze Winther
f820d9a894
refactor services structure
2026-01-31 22:19:11 +01:00
Maze Winther
7878c8bb7b
add code review command
2026-01-31 22:18:39 +01:00
Maze Winther
f483cb98cf
Merge branch 'staging'
2025-09-03 00:11:02 +02:00
Maze Winther
88304c8a90
fix: ts error
2025-09-03 00:10:56 +02:00
Maze Winther
60debe2ce5
Merge branch 'staging'
2025-09-03 00:02:07 +02:00
Maze Winther
167e2b83dc
feat: add support for deleting/splitting multiple elements instead of single
2025-09-02 23:07:11 +02:00