Bump version to 0.6.17
This commit is contained in:
parent
28f17a6b6e
commit
22b4e2f788
13
Changelog.md
13
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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue