Release 1.0.3-alpha

This commit is contained in:
Skyler Lehmkuhl 2026-03-10 21:43:26 -04:00
parent e388902743
commit f72c2c5dbd
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# 1.0.3-alpha:
Changes:
- Add gradient support to vector graphics
- Add "frames" timeline mode
- Reduce CPU usage at idle
- Allow group tracks' audio node graphs to be edited
Bugfixes:
- Support Vello CPU fallback on systems with older GPUs
# 1.0.2-alpha:
Changes:
- All vector shapes on a layer go into a unified shape rather than separate shapes

View File

@ -1,6 +1,6 @@
[package]
name = "lightningbeam-editor"
version = "1.0.2-alpha"
version = "1.0.3-alpha"
edition = "2021"
description = "Multimedia editor for audio, video and 2D animation"
license = "GPL-3.0-or-later"