Bump version to 0.7.9
This commit is contained in:
parent
17fe5299dc
commit
6617ffa87d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue