From 279cf538ab5f68698e9b1234f207c74961e22345 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Thu, 23 Jan 2025 05:28:04 -0500 Subject: [PATCH] Bump version to 0.7.13-alpha --- Changelog.md | 9 +++++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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"