Bump version to 0.7.13-alpha
This commit is contained in:
parent
139aedd5de
commit
279cf538ab
|
|
@ -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:
|
# 0.7.12-alpha:
|
||||||
New features:
|
New features:
|
||||||
- Add "New Window" command
|
- Add "New Window" command
|
||||||
|
|
|
||||||
|
|
@ -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.12-alpha",
|
"version": "0.7.13-alpha",
|
||||||
"identifier": "org.lightningbeam.core",
|
"identifier": "org.lightningbeam.core",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue