diff --git a/Changelog.md b/Changelog.md index 91f9b1c..cc824c4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# 0.6.14-alpha: +Changes: +- Make vertex handles semitransparent and always the same visual size + +Bugfixes: +- Fix grouped objects losing position on save/load +- Fix copy-pasted objects not being editable + # 0.6.13-alpha: New features: - Rotate functionality of transform tool is now working diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 706aac5..310387b 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.13-alpha", + "version": "0.6.14-alpha", "identifier": "org.lightningbeam.app", "build": { "frontendDist": "../src"