Skip to content

Commit c459e0c

Browse files
'Release v0.17.0.7 [nolog]'
1 parent 29a113d commit c459e0c

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed

About/About.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Eric Swanson: Help with time-dependent tooltips
3232
DoctorVanGogh: Help with typos in build script
3333

3434
<size=24>Version</size>
35-
This is version v0.17.0.6
35+
This is version v0.17.0.7
3636

3737
</description>
3838
</ModMetaData>

Assemblies/WorkTab.dll

-5 KB
Binary file not shown.

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ All original content (e.g. text, imagery, sounds) in this mod is licensed under
3838
Parts of the code in this mod, and some content may be licensed by their original authors. If this is the case, the original author & license will either be given in the source code, or be in a LICENSE file next to the content. Please do not decompile my mods, but use the original source code available on [GitHub](https://github.com/FluffierThanThou/WorkTab/), so license information in the source code is preserved.
3939

4040
# Version
41-
This is version v0.17.0.6
41+
This is version v0.17.0.7

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("0.17.0.6")]
36-
[assembly: AssemblyFileVersion("0.17.0.6")]
35+
[assembly: AssemblyVersion("0.17.0.7")]
36+
[assembly: AssemblyFileVersion("0.17.0.7")]

Source/SteamConfig.vdf

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"workshopitem"
33
{
44
"appid" "294100"
5-
"contentfolder" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\WorkTab"
6-
"previewfile" "C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods\WorkTab\About\Preview.png"
5+
"contentfolder" "D:\Games\steamapps\common\RimWorld\Mods\WorkTab"
6+
"previewfile" "D:\Games\steamapps\common\RimWorld\Mods\WorkTab\About\Preview.png"
77
"visibilitiy" "0"
88
"title" "Work Tab"
99
"description" "Provides a vastly more customizable work tab.
@@ -45,12 +45,28 @@ All original code in this mod is licensed under the [url=https://opensource.org/
4545
Parts of the code in this mod, and some content may be licensed by their original authors. If this is the case, the original author & license will either be given in the source code, or be in a LICENSE file next to the content. Please do not decompile my mods, but use the original source code available on [url=https://github.com/FluffierThanThou/WorkTab/]GitHub[/url], so license information in the source code is preserved.
4646
4747
[h1]Version[/h1]
48-
This is version v0.17.0.6
48+
This is version v0.17.0.7
4949
5050
"
51-
"changenote" "hook up timed priorities backend
52-
16x16 icons are just better.
53-
start implementing maintab drawer"
51+
"changenote" "force priority recache after switching numeric/toggle mode
52+
do not use numeric priorities when viewing toggled priorities
53+
tweak scheduler icon offsets and deselect interaction
54+
fully implement scheduler
55+
margins around background indicators, better alignment of scheduled tip
56+
add indicators for partially (time and/or subjobs) scheduled jobs
57+
add some more job icons
58+
implement copy/paste column
59+
add sanity check for assigning disabled priorities (mostly for debugging purposes)
60+
tweak play sounds settings toggles to behave more naturally
61+
tweak scheduler tooltip, have sounds obey settings
62+
implement user settings
63+
cache tooltips and scheduled/partial status
64+
add schedule tooltip
65+
allow toggling scheduler, tweak scheduler placement/margins
66+
force update of column size caches before expanding/collapsing worktypes
67+
add timekeeper component
68+
implement time bar
69+
align time bar with workbox area"
5470
"publishedfileid" "725219116"
5571
}
5672

0 commit comments

Comments
 (0)