diff --git a/Changelog.md b/Changelog.md index fd48600..e0171b0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,18 @@ +# 0.7.0-alpha: +New features: +- Keyframes can now have both motion and shape tweens on the same frame + +Changes: +- Tweens are now indicated with colored lines +- Tweens are now attached to keyframes rather than the frames in between them + +Bugfixes: +- Fix paint bucket coordinates being incorrect inside of movie clips +- Fix paint bucket not working for large shapes and shapes whose internal coordinates crossed 0,0 +- Fixed dragging frames breaking tweens +- Fixed logs being inaccessible on macOS +- Fixed right-click causing a menu with "Reload" to appear which would reset the application + # 0.6.18-alpha: New features: - Errors and debug messages are now logged to a file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c1c85a7..c4e9de9 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.18-alpha", + "version": "0.7.0-alpha", "identifier": "org.lightningbeam.core", "build": { "frontendDist": "../src"