Bump version to 0.7.0

This commit is contained in:
Skyler Lehmkuhl 2025-01-10 19:27:56 -05:00
parent 2ce75df4d0
commit 66bef53738
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
# 0.7.0-alpha:
New features:
- Keyframes can now have both motion and shape tweens on the same frame
Changes:
- Tweens are now indicated with colored lines
- Tweens are now attached to keyframes rather than the frames in between them
Bugfixes:
- Fix paint bucket coordinates being incorrect inside of movie clips
- Fix paint bucket not working for large shapes and shapes whose internal coordinates crossed 0,0
- Fixed dragging frames breaking tweens
- Fixed logs being inaccessible on macOS
- Fixed right-click causing a menu with "Reload" to appear which would reset the application
# 0.6.18-alpha:
New features:
- Errors and debug messages are now logged to a file

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lightningbeam",
"version": "0.6.18-alpha",
"version": "0.7.0-alpha",
"identifier": "org.lightningbeam.core",
"build": {
"frontendDist": "../src"