Bump version to 0.6.14
This commit is contained in:
parent
e1d60b62d2
commit
35ce690f22
|
|
@ -1,3 +1,11 @@
|
||||||
|
# 0.6.14-alpha:
|
||||||
|
Changes:
|
||||||
|
- Make vertex handles semitransparent and always the same visual size
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
- Fix grouped objects losing position on save/load
|
||||||
|
- Fix copy-pasted objects not being editable
|
||||||
|
|
||||||
# 0.6.13-alpha:
|
# 0.6.13-alpha:
|
||||||
New features:
|
New features:
|
||||||
- Rotate functionality of transform tool is now working
|
- Rotate functionality of transform tool is now working
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "Lightningbeam",
|
"productName": "Lightningbeam",
|
||||||
"version": "0.6.13-alpha",
|
"version": "0.6.14-alpha",
|
||||||
"identifier": "org.lightningbeam.app",
|
"identifier": "org.lightningbeam.app",
|
||||||
"build": {
|
"build": {
|
||||||
"frontendDist": "../src"
|
"frontendDist": "../src"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue