From 5d39627d03aa2abbb4547d160534669b8964ce33 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sun, 1 Mar 2026 03:17:41 -0500 Subject: [PATCH] Update version to 1.0.1 --- Changelog.md | 14 ++++++++++++++ lightningbeam-ui/lightningbeam-editor/Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b335e30..82ea304 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,17 @@ +# 1.0.1-alpha: +Changes: +- Added real-time amp simulation via NAM +- Added beat mode to the timeline +- Changed shape drawing from making separate shapes to making shapes in the layer using a DCEL graph +- Licensed under GPLv3 +- Added snapping for vector editing +- Added organ instrument and vibrato node + +Bugfixes: +- Fix preset loading not updating node graph editor +- Fix stroke intersections not splitting strokes +- Fix paint bucket fill not attaching to existing strokes + # 1.0.0-alpha: Changes: - New native GUI built with egui + wgpu (replaces Tauri/web frontend) diff --git a/lightningbeam-ui/lightningbeam-editor/Cargo.toml b/lightningbeam-ui/lightningbeam-editor/Cargo.toml index 45f8aeb..d08777f 100644 --- a/lightningbeam-ui/lightningbeam-editor/Cargo.toml +++ b/lightningbeam-ui/lightningbeam-editor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightningbeam-editor" -version = "1.0.0-alpha" +version = "1.0.1-alpha" edition = "2021" description = "Multimedia editor for audio, video and 2D animation" license = "GPL-3.0-or-later"