Bump version to 0.7.13-alpha

This commit is contained in:
Skyler Lehmkuhl 2025-01-23 05:28:04 -05:00
parent 139aedd5de
commit 279cf538ab
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
# 0.7.13-alpha:
Changes:
- changed file MIME type from text/plain to application/lightningbeam to prevent editor woes on Linux
Bugfixes:
- Port several live fixes to version control
- Fix opening files on macOS
- Improve rendering speed by 10x or more when multiple layers are present
# 0.7.12-alpha: # 0.7.12-alpha:
New features: New features:
- Add "New Window" command - Add "New Window" command

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.7.12-alpha", "version": "0.7.13-alpha",
"identifier": "org.lightningbeam.core", "identifier": "org.lightningbeam.core",
"build": { "build": {
"frontendDist": "../src" "frontendDist": "../src"