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"