update
This commit is contained in:
parent
b0af80ec1d
commit
ba4b815ac5
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,6 +1,20 @@
|
||||||
(Format: Year/Month/Day)
|
(Format: Year/Month/Day)
|
||||||
Changes for 0.9.9:
|
Changes for 0.9.9:
|
||||||
*04/03/22:
|
*04/03/22:
|
||||||
|
* Added screen resources to define line style for resize/move (Thanks Mathias Gumz)
|
||||||
|
session.screen<num>.overlay.lineWidth: <integer>
|
||||||
|
session.screen<num>.overlay.lineStyle: <valid arguments:
|
||||||
|
LineSolid, LineOnOffDash
|
||||||
|
LineDoubleDash
|
||||||
|
>
|
||||||
|
session.screen<num>.overlay.joinStyle: <valid arguments:
|
||||||
|
JoinRound, JoindMiter,
|
||||||
|
JoinBevel
|
||||||
|
>
|
||||||
|
session.screen<num>.overlay.capStyle: <valid arguments:
|
||||||
|
CapNotLast, CapRound,
|
||||||
|
CapButt, CapProjecting>
|
||||||
|
|
||||||
* Fixed no-text-in-iconbar-bug on restart (Thanks Mathias Gumz)
|
* Fixed no-text-in-iconbar-bug on restart (Thanks Mathias Gumz)
|
||||||
IconbarTool.cc
|
IconbarTool.cc
|
||||||
*04/03/21:
|
*04/03/21:
|
||||||
|
|
Loading…
Reference in a new issue