Bump version to 0.7.14-alpha

This commit is contained in:
Skyler Lehmkuhl 2025-01-23 16:43:22 -05:00
parent 065e6eb99e
commit 573b564ff5
2 changed files with 10 additions and 1 deletions

View File

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

View File

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