Bump version to 0.7.9

This commit is contained in:
Skyler Lehmkuhl 2025-01-14 20:01:42 -05:00
parent 17fe5299dc
commit 6617ffa87d
2 changed files with 10 additions and 1 deletions

View File

@ -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: # 0.7.8-alpha:
Bugfixes: Bugfixes:
- Fix mp4 export on macOS - Fix mp4 export on macOS

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