Skip to content

Commit acd70b2

Browse files
'Release v0.18.0.1 [nolog]'
1 parent 27ccebe commit acd70b2

File tree

5 files changed

+24
-7
lines changed

5 files changed

+24
-7
lines changed

About/About.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ MrClon: Russian translation
3737
mercutiodesign: Optional scrollwheel usage setting
3838

3939
<size=24>Version</size>
40-
This is version v0.18.0.0
40+
This is version v0.18.0.1
4141

4242
</description>
4343
</ModMetaData>

Assemblies/WorkTab.dll

-5.5 KB
Binary file not shown.

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
4848
[![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods)
4949

5050
# Version
51-
This is version v0.18.0.0
51+
This is version v0.18.0.1

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.0.0.25")]
36-
[assembly: AssemblyFileVersion("18.0.0.25")]
35+
[assembly: AssemblyVersion("18.0.1.26")]
36+
[assembly: AssemblyFileVersion("18.0.1.26")]

Source/SteamConfig.vdf

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Finally, there will never be an ‘autolabour’ mode where a mod sets prioritie
3434
- Duduluu: Chinese translation
3535
- Eric Swanson: Help with time-dependent tooltips
3636
- DoctorVanGogh: Help with typos in build script
37+
- MrClon: Russian translation
38+
- mercutiodesign: Optional scrollwheel usage setting
3739
3840
3941
[h1]Think you found a bug?[/h1]
@@ -53,11 +55,26 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
5355
[url=https://ko-fi.com/fluffymods][img]http://i.imgur.com/6P7Ap79.gif[/img][/url]
5456
5557
[h1]Version[/h1]
56-
This is version v0.18.0.0
58+
This is version v0.18.0.1
5759
5860
"
59-
"changenote" "A18 (compiling)
60-
remove legacy source"
61+
"changenote" "re-implement vertical labels as an option (default: on). Should help reduce horizontal clutter (#67).
62+
apply scrollwheel usage setting in simple mode
63+
recover from added workgivers during a save
64+
Russian translation (#76)
65+
make scrollwheel usage optional (#69)"
6166
"publishedfileid" "725219116"
67+
"stylize" "function (styleId) {
68+
if (args['--nostyle'])
69+
return (prefixes[styleId] ? prefixes[styleId] : "") + this;
70+
var val = styles[styleId];
71+
return '\u001b[' + val[0] + 'm' + this + '\u001b[' + val[1] + 'm';
72+
}"
6273
}
6374

75+
"stylize" "function (styleId) {
76+
if (args['--nostyle'])
77+
return (prefixes[styleId] ? prefixes[styleId] : "") + this;
78+
var val = styles[styleId];
79+
return '\u001b[' + val[0] + 'm' + this + '\u001b[' + val[1] + 'm';
80+
}"

0 commit comments

Comments
 (0)