Bump version to 0.6.15
This commit is contained in:
parent
6ad9466b96
commit
085132406b
|
|
@ -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:
|
||||
Changes:
|
||||
- Make vertex handles semitransparent and always the same visual size
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Lightningbeam",
|
||||
"version": "0.6.14-alpha",
|
||||
"version": "0.6.15-alpha",
|
||||
"identifier": "org.lightningbeam.app",
|
||||
"build": {
|
||||
"frontendDist": "../src"
|
||||
|
|
|
|||
Loading…
Reference in New Issue