diff --git a/Changelog.md b/Changelog.md index 56ffe11..6e89aad 100644 --- a/Changelog.md +++ b/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: Changes: - All vector shapes on a layer go into a unified shape rather than separate shapes diff --git a/lightningbeam-ui/lightningbeam-editor/Cargo.toml b/lightningbeam-ui/lightningbeam-editor/Cargo.toml index b94e935..d93bfb0 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.2-alpha" +version = "1.0.3-alpha" edition = "2021" description = "Multimedia editor for audio, video and 2D animation" license = "GPL-3.0-or-later"