changelog: fix phrasing

This commit is contained in:
Maze Winther 2026-03-02 17:15:23 +01:00
parent c7a00b6af1
commit 1b870fd9a0
1 changed files with 5 additions and 3 deletions

View File

@ -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