Bump version to 0.6.11
This commit is contained in:
parent
15ddce6dfb
commit
5ff7c503e2
11
Changelog.md
11
Changelog.md
|
|
@ -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:
|
||||
Changes:
|
||||
- Selecting and deselecting are now undo-able
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Lightningbeam",
|
||||
"version": "0.6.10-alpha",
|
||||
"version": "0.6.11-alpha",
|
||||
"identifier": "org.lightningbeam.app",
|
||||
"build": {
|
||||
"frontendDist": "../src"
|
||||
|
|
|
|||
Loading…
Reference in New Issue