Bump version to 0.6.9
This commit is contained in:
parent
38922a03e4
commit
b4f9b13877
12
Changelog.md
12
Changelog.md
|
|
@ -1,3 +1,15 @@
|
||||||
|
# 0.6.9-alpha:
|
||||||
|
Changes:
|
||||||
|
|
||||||
|
New features:
|
||||||
|
- Delete frame is now functional
|
||||||
|
- Very early support for moving frames. Do not use with motion or shape tweens yet!
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fix motion tween being incorrect after adding a keyframe in the middle of it
|
||||||
|
- Fix deleted frames still being visible
|
||||||
|
- Fix timeline playing for too long after removing or moving frames
|
||||||
|
|
||||||
# 0.6.8-alpha:
|
# 0.6.8-alpha:
|
||||||
Changes:
|
Changes:
|
||||||
- Improve stage rendering
|
- Improve stage rendering
|
||||||
|
|
|
||||||
|
|
@ -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.8-alpha",
|
"version": "0.6.9-alpha",
|
||||||
"identifier": "org.lightningbeam.app",
|
"identifier": "org.lightningbeam.app",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue