diff --git a/Changelog.md b/Changelog.md index cddd6f6..fd48600 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +# 0.6.18-alpha: +New features: +- Errors and debug messages are now logged to a file + +Bugfixes: +- Fix mouse clicks going to wrong locations in color picker and outliner when zoomed + # 0.6.17-alpha: New features: - Clicking on an object in the outliner will select it diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f7ec153..5a856cf 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.17-alpha", + "version": "0.6.18-alpha", "identifier": "org.lightningbeam.app", "build": { "frontendDist": "../src"