diff --git a/Changelog.md b/Changelog.md index 8e36f35..58497b8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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: New features: - Add "New Window" command diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6294688..e564eb6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Lightningbeam", - "version": "0.7.12-alpha", + "version": "0.7.13-alpha", "identifier": "org.lightningbeam.core", "build": { "frontendDist": "../src"