From 24a0d10a92195d5ab0ef23c175871bb2b0158be3 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Tue, 14 Apr 2026 14:57:40 +0200 Subject: [PATCH] changelog --- apps/web/content/changelog/0.3.0.md | 10 ++++------ apps/web/content/changelog/0.4.0.md | 9 +++++++++ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 apps/web/content/changelog/0.4.0.md diff --git a/apps/web/content/changelog/0.3.0.md b/apps/web/content/changelog/0.3.0.md index c7e91f3a..d9750353 100644 --- a/apps/web/content/changelog/0.3.0.md +++ b/apps/web/content/changelog/0.3.0.md @@ -1,6 +1,6 @@ --- version: "0.3.0" -date: "2026-03-04" +date: "2026-04-14" published: true title: "Masks, animation & more" description: "This release adds masks, a graph editor for keyframe curves, volume and speed controls, preview zoom, canvas backgrounds, stickers, and a lot more." @@ -39,8 +39,8 @@ changes: text: "MP4 exports with audio failed on Firefox. The export now completes successfully regardless of browser." - type: improved text: "Your projects can disappear if your disk runs low on space. OpenCut now asks the browser to protect them." - - type: fixed - text: "Opening the mask or effects panel for one element, then selecting a different element, would keep the wrong panel open and hide the transform handles for the new selection. Each element now remembers its own panel state independently." + - type: improved + text: "The properties panel has been redesigned with a tabbed layout." - type: new text: "Volume control for audio and video elements, both in the properties panel and inline on timeline clips." - type: new @@ -50,7 +50,7 @@ changes: - type: improved text: "The timeline now opens scrolled to the bottom, so your main video track is visible right away instead of being hidden above the fold." - type: fixed - text: "Snap guides didn't show when moving a full-canvas element to the center of the frame." + text: "Snap guides in the preview panel didn't show when moving a full-canvas element to the center of the frame." - type: fixed text: "The rotation handle could float above the editor UI when an element was near the top of the canvas. It now clips to the preview area." - type: fixed @@ -61,8 +61,6 @@ changes: text: "Masks. Hide or reveal parts of any video or image layer. Choose from split, rectangle, ellipse, star, heart, diamond, cinematic bars, text, and custom masks. Adjust position, size, rotation, feather, and stroke in the properties panel, or drag the handles in the preview." - type: improved text: "The settings panel has been redesigned with a cleaner layout and better organization." - - type: new - text: "Layout guides are back and expanded. TikTok was the only option before. Now includes a grid guide plus TikTok, Instagram Reels, YouTube Shorts, and Snapchat Spotlight." - type: new text: "Canvas backgrounds are back. Set a blur, solid color, or gradient as the canvas background from the new Background tab in the settings panel." - type: fixed diff --git a/apps/web/content/changelog/0.4.0.md b/apps/web/content/changelog/0.4.0.md new file mode 100644 index 00000000..1c1257e2 --- /dev/null +++ b/apps/web/content/changelog/0.4.0.md @@ -0,0 +1,9 @@ +--- +version: "0.3.0" +date: "2026-03-04" +published: false +title: "Title" +description: "Description" +changes: +- type: new + text: "Layout guides are back and expanded. TikTok was the only option before. Now includes a grid guide plus TikTok, Instagram Reels, YouTube Shorts, and Snapchat Spotlight." \ No newline at end of file