From 085132406b8a1a0af5c9c00c648f7b14e7979a45 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sun, 5 Jan 2025 14:25:53 -0500 Subject: [PATCH] Bump version to 0.6.15 --- Changelog.md | 9 +++++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index cc824c4..c23e401 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +# 0.6.14-alpha: +Changes: +- Lightningbeam can now open/save files in the Desktop and Downloads folders as well as Documents + +Bugfixes: +- Fix old files not importing animations correctly +- Fix app freezing when encountering errors +- Fix clicking on timeline selecting incorrect frame when zoomed + # 0.6.14-alpha: Changes: - Make vertex handles semitransparent and always the same visual size diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 310387b..5905dbb 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.14-alpha", + "version": "0.6.15-alpha", "identifier": "org.lightningbeam.app", "build": { "frontendDist": "../src"