From f651b9135a513e1bbf9e2ce1e46ff11c8934b15c Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sun, 22 Dec 2024 06:56:31 -0500 Subject: [PATCH] Bump version to 0.6.8 --- Changelog.md | 17 +++++++++++++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 5b661ae..814bff4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,20 @@ +# 0.6.8-alpha: +Changes: +- Improve stage rendering + +New features: +- Add "verbatim" mode to shape drawing +- Add keyboard shortcut for "Add Layer" + +Bugfixes: +- Fixed severe bug where all shapes end up on first frame after loading a saved file +- Fixed clicking on frames not updating the stage +- Fixed "Are you sure you want to quit?" message showing up even if the file had just been saved +- Fixed layers in clips preventing playback +- Fixed default filename not getting reset after creating a new file +- Fixed various tools getting confused if the mouse let go of the button outside the window +- Fixed undoing an add layer keeping the removed layer active + # 0.6.7-alpha: Changes: - Default configuration is saved between app launches diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9ab1586..4d5a699 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.7-alpha", + "version": "0.6.8-alpha", "identifier": "org.lightningbeam.app", "build": { "frontendDist": "../src"