Update version to 1.0.1

This commit is contained in:
Skyler Lehmkuhl 2026-03-01 03:17:41 -05:00
parent 0026ad3e02
commit 5d39627d03
2 changed files with 15 additions and 1 deletions

View File

@ -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)

View File

@ -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"