From 1b870fd9a07f58045a69eae3413946faa90682ff Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Mon, 2 Mar 2026 17:15:23 +0100 Subject: [PATCH] changelog: fix phrasing --- apps/web/content/changelog/0.2.0.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/web/content/changelog/0.2.0.md b/apps/web/content/changelog/0.2.0.md index 53913e1d..39e0a154 100644 --- a/apps/web/content/changelog/0.2.0.md +++ b/apps/web/content/changelog/0.2.0.md @@ -5,11 +5,13 @@ title: "Motion & effects" description: "This release adds the foundation for motion and effects." changes: - type: new - text: "Keyframe animation system, starting with transform properties (position, scale, rotation)." + text: "Keyframe animation system for animating element properties over time." - type: new - text: "Effects system (with our first effect: Blur!)" + text: "Entirely new efects system. Effects can be applied per-clip or added as standalone elements on the timeline (with our first effect: Blur!)" - type: new - text: "Ripple editing mode. Delete or trim an element and the timeline automatically closes the gap." + text: "Added a changelog page to the site." + - type: new + text: "Ripple editing mode." - 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