Bump version to 0.6.9

This commit is contained in:
Skyler Lehmkuhl 2024-12-23 06:09:07 -05:00
parent 38922a03e4
commit b4f9b13877
2 changed files with 13 additions and 1 deletions

View File

@ -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

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