diff --git a/Changelog.md b/Changelog.md index 58497b8..af0e374 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +# 0.7.14-alpha: +Changes: +- Moving frames can now be undone +- A wait cursor is shown during file loading + +Bugfixes: +- Fix clicking on layers bug +- Fix "frame deleting" issue when clicking on frames in a scrolled timeline + # 0.7.13-alpha: Changes: - changed file MIME type from text/plain to application/lightningbeam to prevent editor woes on Linux diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e564eb6..1bb8b3f 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.7.13-alpha", + "version": "0.7.14-alpha", "identifier": "org.lightningbeam.core", "build": { "frontendDist": "../src"