Files
OpenCut/apps/web/content/changelog/0.2.0.md
T

16 lines
678 B
Markdown
Raw Normal View History

2026-02-28 23:58:54 +01:00
---
version: "0.2.0"
date: "2026-02-29"
2026-03-01 01:12:57 +01:00
title: "Motion & effects"
2026-02-28 23:58:54 +01:00
description: "This release adds the foundation for motion and effects."
changes:
- type: new
text: "Keyframe animation system, starting with transform properties (position, scale, rotation)."
- type: new
text: "Effects system (with our first effect: Blur!)"
- 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
text: "Audio could flicker or cut out at the start of playback when certain elements were selected. The scheduler now recovers from timing slips without losing audio."
2026-02-28 23:58:54 +01:00
---