mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
feat: changelog page
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
version: "0.1.0"
|
||||
date: "2026-02-23"
|
||||
title: "Editor Foundation"
|
||||
description: "This first release focuses on making editing faster, clearer, and more reliable for day-to-day use."
|
||||
changes:
|
||||
- type: new
|
||||
text: "Rebuilt the properties panel from scratch. Number inputs now support math expressions and click-drag scrubbing instead of just typing values in."
|
||||
- type: new
|
||||
text: "The properties panel went from a flat list of basic text styles to organized sections: transform, blending, typography, spacing, and background controls. Text elements finally have position, scale, and rotation."
|
||||
- type: new
|
||||
text: "New color picker with eyedropper, opacity control, and multiple color formats."
|
||||
- type: new
|
||||
text: "Bookmarks now support notes, color labels, and optional duration to plan scenes more clearly."
|
||||
- type: new
|
||||
text: "Move, scale, and rotate elements directly in the preview panel."
|
||||
- type: new
|
||||
text: "Blend modes (Multiply, Screen, Overlay, etc). Only available on text elements for now."
|
||||
- type: new
|
||||
text: "Paste images, videos, or audio from your clipboard straight into the editor."
|
||||
- type: new
|
||||
text: "Hold Shift while moving or resizing to temporarily turn off snapping."
|
||||
- type: improved
|
||||
text: "Expanded font selection from 7 to over 1,000."
|
||||
- type: improved
|
||||
text: "Fonts load much faster."
|
||||
- type: improved
|
||||
text: "All asset panel tabs now share a consistent layout."
|
||||
- type: improved
|
||||
text: "Text rendering properly supports multiple lines, line height, and letter spacing."
|
||||
- type: improved
|
||||
text: "Better contrast in the dark theme."
|
||||
- type: fixed
|
||||
text: "Fixed undo/redo for drag-and-drop so dropped items are reliably undoable."
|
||||
---
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
version: "0.2.0"
|
||||
date: "2026-02-29"
|
||||
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)."
|
||||
- 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."
|
||||
---
|
||||
Reference in New Issue
Block a user