diff --git a/Changelog.md b/Changelog.md index af3afe5..5b661ae 100644 --- a/Changelog.md +++ b/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: Changes: - Rename "Active Object" to "Context" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 73b9812..9ab1586 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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"