diff --git a/Changelog.md b/Changelog.md index 28a0f0f..cddd6f6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,16 @@ +# 0.6.17-alpha: +New features: +- Clicking on an object in the outliner will select it + +Bugfixes: +- Fix color picker being unresponsive when color is black +- Fix paintbucket not working in transformed shapes +- Fixed selecting shapes rendering incorrectly +- Fix errors in goToDrame +- Fix being unable to select imported objects +- Fix being unable to open files in some directories +- Fix grouped groups not being copy-pastable + # 0.6.16-alpha: Bugfixes: - Fix importing animations not functioning diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6a9c9bd..f7ec153 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.16-alpha", + "version": "0.6.17-alpha", "identifier": "org.lightningbeam.app", "build": { "frontendDist": "../src"