Bump version to 1.0.6-alpha
This commit is contained in:
parent
911d896610
commit
5bed2e8adb
11
Changelog.md
11
Changelog.md
|
|
@ -1,3 +1,14 @@
|
||||||
|
# 1.0.6-alpha:
|
||||||
|
Changes:
|
||||||
|
- Hardware-accelerated H.264 video export: each frame is rendered and encoded on the GPU (zero-copy VAAPI), roughly 2x faster, with automatic fallback to software encoding when hardware acceleration isn't available (Linux, Intel/AMD only for now)
|
||||||
|
- Video export now runs on a background thread, so the UI stays responsive during export and edits made while exporting no longer affect the output
|
||||||
|
- Grouped and nested video clips now composite on the GPU path
|
||||||
|
- Video is now packed into and streamed from the .beam project container
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fix an export hang when a video's audio track is shorter than the video
|
||||||
|
- Fix a sample key-range overlap bug in instruments
|
||||||
|
|
||||||
# 1.0.5-alpha:
|
# 1.0.5-alpha:
|
||||||
Changes:
|
Changes:
|
||||||
- Add shape tweens (morph vector geometry between keyframes)
|
- Add shape tweens (morph vector geometry between keyframes)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "lightningbeam-editor"
|
name = "lightningbeam-editor"
|
||||||
version = "1.0.5-alpha"
|
version = "1.0.6-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