Bump version to 0.7.2
This commit is contained in:
parent
d4cb0513ca
commit
b5bc4c2a40
|
|
@ -1,3 +1,12 @@
|
||||||
|
# 0.7.2-alpha:
|
||||||
|
New features:
|
||||||
|
- mp4 export (unreliable)
|
||||||
|
- Added "Recenter View" menu option
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fix layer visibility toggle not functioning
|
||||||
|
- Fix some files not opening properly
|
||||||
|
|
||||||
# 0.7.1-alpha:
|
# 0.7.1-alpha:
|
||||||
New features:
|
New features:
|
||||||
- Added "Duplicate keyframe" menu option
|
- Added "Duplicate keyframe" menu option
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Lightningbeam",
|
"productName": "Lightningbeam",
|
||||||
"version": "0.7.1-alpha",
|
"version": "0.7.2-alpha",
|
||||||
"identifier": "org.lightningbeam.core",
|
"identifier": "org.lightningbeam.core",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue