Bump version to 0.6.17

This commit is contained in:
Skyler Lehmkuhl 2025-01-06 19:31:13 -05:00
parent 28f17a6b6e
commit 22b4e2f788
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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"