Bump version to 0.8.1-alpha

This commit is contained in:
Skyler Lehmkuhl 2025-11-24 01:10:18 -05:00
parent cbdd277184
commit c8d1c66033
2 changed files with 15 additions and 1 deletions

View File

@ -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:
Changes:
- Moving frames can now be undone

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lightningbeam",
"version": "0.7.14-alpha",
"version": "0.8.1-alpha",
"identifier": "org.lightningbeam.core",
"build": {
"frontendDist": "../src"