From 89721d4c0efe91c9f03bc63ca03c8e91de0196db Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Mon, 9 Mar 2026 13:40:58 -0400 Subject: [PATCH] Release 1.0.2-alpha --- Changelog.md | 24 +++++++++++++++++++ .../lightningbeam-editor/Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 82ea304..56ffe11 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,27 @@ +# 1.0.2-alpha: +Changes: +- All vector shapes on a layer go into a unified shape rather than separate shapes +- Keyboard shortcuts are now user-configurable +- Added webcam support in video editor +- Background can now be transparent +- Video thumbnails are now displayed on the clip +- Virtual keyboard, piano roll and node editor now have a quick switcher +- Add electric guitar preset +- Layers can now be grouped +- Layers can be reordered by dragging +- Added VU meters to audio layers and mix +- Added raster image editing +- Added brush, airbrush, dodge/burn, sponge, pattern stamp, healing brush, clone stamp, blur/sharpen, magic wand and quick select tools +- Added support for MyPaint .myb brushes +- UI now uses CSS styling to support future user styles +- Added image export + +Bugfixes: +- Toolbar now only shows tools that can be used on the current layer +- Fix NAM model loading +- Fix menu width and mouse following +- Export dialog now remembers the previous export filename + # 1.0.1-alpha: Changes: - Added real-time amp simulation via NAM diff --git a/lightningbeam-ui/lightningbeam-editor/Cargo.toml b/lightningbeam-ui/lightningbeam-editor/Cargo.toml index d08777f..b94e935 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.1-alpha" +version = "1.0.2-alpha" edition = "2021" description = "Multimedia editor for audio, video and 2D animation" license = "GPL-3.0-or-later"