Bump version to 0.6.15

This commit is contained in:
Skyler Lehmkuhl 2025-01-05 14:25:53 -05:00
parent 6ad9466b96
commit 085132406b
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# 0.6.14-alpha:
Changes:
- Lightningbeam can now open/save files in the Desktop and Downloads folders as well as Documents
Bugfixes:
- Fix old files not importing animations correctly
- Fix app freezing when encountering errors
- Fix clicking on timeline selecting incorrect frame when zoomed
# 0.6.14-alpha: # 0.6.14-alpha:
Changes: Changes:
- Make vertex handles semitransparent and always the same visual size - Make vertex handles semitransparent and always the same visual size

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.14-alpha", "version": "0.6.15-alpha",
"identifier": "org.lightningbeam.app", "identifier": "org.lightningbeam.app",
"build": { "build": {
"frontendDist": "../src" "frontendDist": "../src"