Bump version to 0.6.11

This commit is contained in:
Skyler Lehmkuhl 2024-12-29 00:13:54 -05:00
parent 15ddce6dfb
commit 5ff7c503e2
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
# 0.6.10-alpha:
Changes:
- Curve editing is now more predictable
New features:
- "Outliner" pane shows all objects
- Objects can now be imported from .beam files
Bugfixes:
- Fix stuttering during playback
# 0.6.10-alpha: # 0.6.10-alpha:
Changes: Changes:
- Selecting and deselecting are now undo-able - Selecting and deselecting are now undo-able

View File

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