Bump version to 0.6.7

This commit is contained in:
Skyler Lehmkuhl 2024-12-21 19:00:14 -05:00
parent 7375dce342
commit 78d67f82c8
2 changed files with 15 additions and 1 deletions

View File

@ -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:
Changes:
- Rename "Active Object" to "Context"

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lightningbeam",
"version": "0.6.6-alpha",
"version": "0.6.7-alpha",
"identifier": "org.lightningbeam.app",
"build": {
"frontendDist": "../src"