Bump version to 0.6.7
This commit is contained in:
parent
7375dce342
commit
78d67f82c8
14
Changelog.md
14
Changelog.md
|
|
@ -1,3 +1,17 @@
|
||||||
|
# 0.6.7-alpha:
|
||||||
|
Changes:
|
||||||
|
- Default configuration is saved between app launches
|
||||||
|
|
||||||
|
New features:
|
||||||
|
- Added "recent files" list on startup
|
||||||
|
- Added keyboard shortcuts to menus
|
||||||
|
- Panes can now be split in two
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fixed layer visibility icons not rendering
|
||||||
|
- New file dialog now closes when opening a file
|
||||||
|
- Fixed resize cursor showing up between pane header and content
|
||||||
|
|
||||||
# 0.6.6-alpha:
|
# 0.6.6-alpha:
|
||||||
Changes:
|
Changes:
|
||||||
- Rename "Active Object" to "Context"
|
- Rename "Active Object" to "Context"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Lightningbeam",
|
"productName": "Lightningbeam",
|
||||||
"version": "0.6.6-alpha",
|
"version": "0.6.7-alpha",
|
||||||
"identifier": "org.lightningbeam.app",
|
"identifier": "org.lightningbeam.app",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue