From 35dd209b4e1d258228b3cd46fcebca1a6eb0477c Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sun, 1 Mar 2026 01:44:38 +0100 Subject: [PATCH] docs: add ripple editing to 0.2.0 changelog --- apps/web/content/changelog/0.2.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/web/content/changelog/0.2.0.md b/apps/web/content/changelog/0.2.0.md index ea69f78b..d4a0fc78 100644 --- a/apps/web/content/changelog/0.2.0.md +++ b/apps/web/content/changelog/0.2.0.md @@ -8,6 +8,8 @@ changes: text: "Keyframe animation system, starting with transform properties (position, scale, rotation)." - type: new text: "Effects system (with our first effect: Blur!)" + - type: new + text: "Ripple editing mode. Delete or split an element and everything after it automatically snaps to fill the gap." - type: fixed text: "Fixed an issue where click-and-drag selection on one timeline track could accidentally select items from the track below." - type: fixed