Skip to content

Commit eba28e7

Browse files
'Release v0.18.1.4 [nolog]'
1 parent 8c6dd4c commit eba28e7

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

About/About.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mercutiodesign: Optional scrollwheel usage setting
4141
Bugo:
4242

4343
<size=24>Version</size>
44-
This is version v0.18.1.3
44+
This is version v0.18.1.4
4545

4646
</description>
4747
</ModMetaData>

Assemblies/WorkTab.dll

0 Bytes
Binary file not shown.

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Various usability extentions to the 'vanilla' work tab;
1414
- **All functions are detailed in the tooltips, take a moment to hover over and read them!**
1515

1616
# 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.
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://github.com/FluffierThanThou/WorkTab/issues/77) for more details.
1818

1919
# Notes
2020
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!
@@ -52,4 +52,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
5252
[![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods)
5353

5454
# Version
55-
This is version v0.18.1.3
55+
This is version v0.18.1.4

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.3.102")]
36-
[assembly: AssemblyFileVersion("18.1.3.102")]
35+
[assembly: AssemblyVersion("18.1.4.103")]
36+
[assembly: AssemblyFileVersion("18.1.4.103")]

Source/SteamConfig.vdf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Various usability extentions to the ‘vanilla’ work tab;
2121
2222
2323
[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.
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://github.com/FluffierThanThou/WorkTab/issues/77]issue[/url] for more details.
2525
2626
[h1]Notes[/h1]
2727
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!
@@ -58,9 +58,9 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
5858
[url=https://ko-fi.com/fluffymods][img]http://i.imgur.com/6P7Ap79.gif[/img][/url]
5959
6060
[h1]Version[/h1]
61-
This is version v0.18.1.3
61+
This is version v0.18.1.4
6262
6363
"
64-
"changenote" "add ui scaling/vertical labels issue to known issues section"
64+
"changenote" ""
6565
"publishedfileid" "725219116"
6666
}

Source/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Various usability extentions to the 'vanilla' work tab;
1212
- **All functions are detailed in the tooltips, take a moment to hover over and read them!**
1313

1414
# Known Issues
15-
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.
15+
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://github.com/FluffierThanThou/WorkTab/issues/77) for more details.
1616

1717
# Notes
1818
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!

0 commit comments

Comments
 (0)