Release 1.0.3-alpha
This commit is contained in:
parent
e388902743
commit
f72c2c5dbd
10
Changelog.md
10
Changelog.md
|
|
@ -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:
|
# 1.0.2-alpha:
|
||||||
Changes:
|
Changes:
|
||||||
- All vector shapes on a layer go into a unified shape rather than separate shapes
|
- All vector shapes on a layer go into a unified shape rather than separate shapes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lightningbeam-editor"
|
name = "lightningbeam-editor"
|
||||||
version = "1.0.2-alpha"
|
version = "1.0.3-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