Bump version to 0.7.0
This commit is contained in:
parent
2ce75df4d0
commit
66bef53738
15
Changelog.md
15
Changelog.md
|
|
@ -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:
|
# 0.6.18-alpha:
|
||||||
New features:
|
New features:
|
||||||
- Errors and debug messages are now logged to a file
|
- Errors and debug messages are now logged to a 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.18-alpha",
|
"version": "0.7.0-alpha",
|
||||||
"identifier": "org.lightningbeam.core",
|
"identifier": "org.lightningbeam.core",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue