Update version to 1.0.1
This commit is contained in:
parent
0026ad3e02
commit
5d39627d03
14
Changelog.md
14
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:
|
# 1.0.0-alpha:
|
||||||
Changes:
|
Changes:
|
||||||
- New native GUI built with egui + wgpu (replaces Tauri/web frontend)
|
- New native GUI built with egui + wgpu (replaces Tauri/web frontend)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lightningbeam-editor"
|
name = "lightningbeam-editor"
|
||||||
version = "1.0.0-alpha"
|
version = "1.0.1-alpha"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Multimedia editor for audio, video and 2D animation"
|
description = "Multimedia editor for audio, video and 2D animation"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue