Bump version to 0.7.14-alpha
This commit is contained in:
parent
065e6eb99e
commit
573b564ff5
|
|
@ -1,3 +1,12 @@
|
|||
# 0.7.14-alpha:
|
||||
Changes:
|
||||
- Moving frames can now be undone
|
||||
- A wait cursor is shown during file loading
|
||||
|
||||
Bugfixes:
|
||||
- Fix clicking on layers bug
|
||||
- Fix "frame deleting" issue when clicking on frames in a scrolled timeline
|
||||
|
||||
# 0.7.13-alpha:
|
||||
Changes:
|
||||
- changed file MIME type from text/plain to application/lightningbeam to prevent editor woes on Linux
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Lightningbeam",
|
||||
"version": "0.7.13-alpha",
|
||||
"version": "0.7.14-alpha",
|
||||
"identifier": "org.lightningbeam.core",
|
||||
"build": {
|
||||
"frontendDist": "../src"
|
||||
|
|
|
|||
Loading…
Reference in New Issue