Skip to content

Commit 8c6dd4c

Browse files
'Release v0.18.1.3 [nolog]'
1 parent e8eb58b commit 8c6dd4c

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

About/About.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Up to 9 priority levels (configurable in mod options)
1919
Various small UX tweaks; scrolling to increase/decrease/toggle priorities, increase/decrease priorities for whole columns/rows (by holding shift and clicking/scrolling while hovering over the column header/pawn name respectively).
2020
<b>All functions are detailed in the tooltips, take a moment to hover over and read them!</b>
2121

22+
<size=24>Known Issues</size>
23+
With UI scaling turned on, vertical labels are drawn in the wrong position. I’ve been working on this problem for a while, but have been unable to come up with a solution. Workarounds are to not use UI scaling, or to turn vertical labels off in the mod options. See the issue for more details.
24+
2225
<size=24>Notes</size>
2326
With great power comes great responsibility. The default priorities of tasks within a job is set for a good reason; it’s (usually) a sensible default. Changing these can lead to deadlock situations, so change the priorities of individual jobs at your own risk!
2427

@@ -38,7 +41,7 @@ mercutiodesign: Optional scrollwheel usage setting
3841
Bugo:
3942

4043
<size=24>Version</size>
41-
This is version v0.18.1.2
44+
This is version v0.18.1.3
4245

4346
</description>
4447
</ModMetaData>

Assemblies/WorkTab.dll

0 Bytes
Binary file not shown.

Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Various usability extentions to the 'vanilla' work tab;
1313
- Various small UX tweaks; scrolling to increase/decrease/toggle priorities, increase/decrease priorities for whole columns/rows (by holding shift and clicking/scrolling while hovering over the column header/pawn name respectively).
1414
- **All functions are detailed in the tooltips, take a moment to hover over and read them!**
1515

16+
# Known Issues
17+
With UI scaling turned on, vertical labels are drawn in the wrong position. I've been working on this problem for a while, but have been unable to come up with a solution. Workarounds are to not use UI scaling, or to turn vertical labels off in the mod options. See the [issue](https://steamcommunity.com/linkfilter/?url=https://github.com/FluffierThanThou/WorkTab/issues/77) for more details.
18+
1619
# Notes
1720
With great power comes great responsibility. The default priorities of tasks within a job is set for a good reason; it's (usually) a sensible default. Changing these can lead to deadlock situations, so change the priorities of individual jobs at your own risk!
1821

@@ -49,4 +52,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
4952
[![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods)
5053

5154
# Version
52-
This is version v0.18.1.2
55+
This is version v0.18.1.3

Source/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("18.1.2.101")]
36-
[assembly: AssemblyFileVersion("18.1.2.101")]
35+
[assembly: AssemblyVersion("18.1.3.102")]
36+
[assembly: AssemblyFileVersion("18.1.3.102")]

Source/SteamConfig.vdf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Various usability extentions to the ‘vanilla’ work tab;
2020
- [b]All functions are detailed in the tooltips, take a moment to hover over and read them![/b]
2121
2222
23+
[h1]Known Issues[/h1]
24+
With UI scaling turned on, vertical labels are drawn in the wrong position. I’ve been working on this problem for a while, but have been unable to come up with a solution. Workarounds are to not use UI scaling, or to turn vertical labels off in the mod options. See the [url=https://steamcommunity.com/linkfilter/?url=https://github.com/FluffierThanThou/WorkTab/issues/77]issue[/url] for more details.
25+
2326
[h1]Notes[/h1]
2427
With great power comes great responsibility. The default priorities of tasks within a job is set for a good reason; it’s (usually) a sensible default. Changing these can lead to deadlock situations, so change the priorities of individual jobs at your own risk!
2528
@@ -55,12 +58,9 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
5558
[url=https://ko-fi.com/fluffymods][img]http://i.imgur.com/6P7Ap79.gif[/img][/url]
5659
5760
[h1]Version[/h1]
58-
This is version v0.18.1.2
61+
This is version v0.18.1.3
5962
6063
"
61-
"changenote" "Update ModSync.xml
62-
Create ModSync.xml
63-
Update Russian translation
64-
slightly improve scaled rotation (#77) by using Verse.UI.RotateAroundPivot() instead of Unity.GUI.RotateAroundPivot()."
64+
"changenote" "add ui scaling/vertical labels issue to known issues section"
6565
"publishedfileid" "725219116"
6666
}

0 commit comments

Comments
 (0)