diff options
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,6 +1,20 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.9: | 2 | Changes for 0.9.9: |
3 | *04/03/22: | 3 | *04/03/22: |
4 | * Added screen resources to define line style for resize/move (Thanks Mathias Gumz) | ||
5 | session.screen<num>.overlay.lineWidth: <integer> | ||
6 | session.screen<num>.overlay.lineStyle: <valid arguments: | ||
7 | LineSolid, LineOnOffDash | ||
8 | LineDoubleDash | ||
9 | > | ||
10 | session.screen<num>.overlay.joinStyle: <valid arguments: | ||
11 | JoinRound, JoindMiter, | ||
12 | JoinBevel | ||
13 | > | ||
14 | session.screen<num>.overlay.capStyle: <valid arguments: | ||
15 | CapNotLast, CapRound, | ||
16 | CapButt, CapProjecting> | ||
17 | |||
4 | * Fixed no-text-in-iconbar-bug on restart (Thanks Mathias Gumz) | 18 | * Fixed no-text-in-iconbar-bug on restart (Thanks Mathias Gumz) |
5 | IconbarTool.cc | 19 | IconbarTool.cc |
6 | *04/03/21: | 20 | *04/03/21: |