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:
|
# 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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue