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"