From 6617ffa87d60039cb8457032dc47d42bea64b403 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Tue, 14 Jan 2025 20:01:42 -0500 Subject: [PATCH] Bump version to 0.7.9 --- 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 d58d29a..97c5ff1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,12 @@ +# 0.7.9-alpha: +New features: +- MP4 export is now faster and full resolution +- Added WebM export +Changes: +- Files saved in Lightningbeam 0.7.7 or later are now opened by directly parsing the file structure, bypassing the need to replay every action +Bugfixes: +- Fix frame number after exporting video + # 0.7.8-alpha: Bugfixes: - Fix mp4 export on macOS diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2117e94..f39f93e 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.8-alpha", + "version": "0.7.9-alpha", "identifier": "org.lightningbeam.core", "build": { "frontendDist": "../src"