From 35ce690f22111260b34f764af2aff4cf1c2abcb4 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Fri, 3 Jan 2025 18:04:52 -0500 Subject: [PATCH] Bump version to 0.6.14 --- Changelog.md | 8 ++++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"