diff --git a/Changelog.md b/Changelog.md index 814bff4..6df8ced 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,15 @@ +# 0.6.9-alpha: +Changes: + +New features: +- Delete frame is now functional +- Very early support for moving frames. Do not use with motion or shape tweens yet! + +Bugfixes: +- Fix motion tween being incorrect after adding a keyframe in the middle of it +- Fix deleted frames still being visible +- Fix timeline playing for too long after removing or moving frames + # 0.6.8-alpha: Changes: - Improve stage rendering diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4d5a699..c6a1931 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Lightningbeam", - "version": "0.6.8-alpha", + "version": "0.6.9-alpha", "identifier": "org.lightningbeam.app", "build": { "frontendDist": "../src"