Bump version to 0.8.1-alpha
This commit is contained in:
parent
cbdd277184
commit
c8d1c66033
14
Changelog.md
14
Changelog.md
|
|
@ -1,3 +1,17 @@
|
||||||
|
# 0.8.1-alpha:
|
||||||
|
Changes:
|
||||||
|
- Rewrite timeline UI
|
||||||
|
- Add start screen
|
||||||
|
- Move audio engine to backend
|
||||||
|
- Add node editor for audio synthesis
|
||||||
|
- Add factory presets for instruments
|
||||||
|
- Add MIDI input support
|
||||||
|
- Add BPM handling and time signature
|
||||||
|
- Add metronome
|
||||||
|
- Add preset layouts for different tasks
|
||||||
|
- Add video import
|
||||||
|
- Add animation curves for object properties
|
||||||
|
|
||||||
# 0.7.14-alpha:
|
# 0.7.14-alpha:
|
||||||
Changes:
|
Changes:
|
||||||
- Moving frames can now be undone
|
- Moving frames can now be undone
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Lightningbeam",
|
"productName": "Lightningbeam",
|
||||||
"version": "0.7.14-alpha",
|
"version": "0.8.1-alpha",
|
||||||
"identifier": "org.lightningbeam.core",
|
"identifier": "org.lightningbeam.core",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue