From 5ff7c503e220cd5c6b7b99dbd49a7d6177da5810 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sun, 29 Dec 2024 00:13:54 -0500 Subject: [PATCH] Bump version to 0.6.11 --- Changelog.md | 11 +++++++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index cefac89..9d0d012 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,14 @@ +# 0.6.10-alpha: +Changes: +- Curve editing is now more predictable + +New features: +- "Outliner" pane shows all objects +- Objects can now be imported from .beam files + +Bugfixes: +- Fix stuttering during playback + # 0.6.10-alpha: Changes: - Selecting and deselecting are now undo-able diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 67f7253..604bead 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.10-alpha", + "version": "0.6.11-alpha", "identifier": "org.lightningbeam.app", "build": { "frontendDist": "../src"