Skip to content

Commit 998d80f

Browse files
authored
Thrive patch 0.8.2.1 last changes (#6139)
* Updated submodule * Updated translation progress * Bump version to 0.8.2.1 * Added patch notes for the release * Fixed the version upgrade steps
1 parent 97d7a13 commit 998d80f

File tree

5 files changed

+30
-14
lines changed

5 files changed

+30
-14
lines changed

Thrive.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Nullable>enable</Nullable>
1111
<Company>Revolutionary Games Studio</Company>
1212
<Version>0.8.2.1</Version>
13-
<InformationalVersion>-alpha</InformationalVersion>
13+
<!--<InformationalVersion>-alpha</InformationalVersion>-->
1414
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1515
</PropertyGroup>
1616
<!-- Ignore the subproject source files -->

simulation_parameters/common/patch_notes.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,3 +913,18 @@
913913
- Updated AngleSharp from 1.2.0 to 1.3.0
914914
- "Added a new language: Alemannic"
915915
- Updated translations
916+
917+
0.8.2.1:
918+
IntroductionText: |
919+
This is a small patch release to address a few problems in the previous release. The most visible is that the cell guidance lines are now their proper colours instead of always being black. This small release is also meant to be the first version fully signed and supported on Mac (to coincide with Launcher 2.2.0 release).
920+
ReleaseLink: https://github.com/Revolutionary-Games/Thrive/releases/tag/v0.8.2.1
921+
PatchNotes:
922+
- Fixed the tutorial and chemoreceptor guidance lines always being black and hard to see
923+
- Improved background brightness for OpenGL mode when microbe background blur was enabled (it is still not as correct looking as Vulkan mode)
924+
- Fixed the mouse being unable to click in the top left corner of the screen due to a always present node that was not set to mouse ignore
925+
- Fixed process panel speed indicators not speeding up in double game speed mode
926+
- Clear the selected cell type in macroscopic when the type is deleted
927+
- Added a command line flag to skip initial mod loading
928+
- Some native library build tweaks
929+
- Updated unit testing packages
930+
- Updated translations

simulation_parameters/common/translations_info.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
"ca": 0.42817238,
99
"cs": 0.49162012,
1010
"da": 0.009577015,
11-
"de": 0.7633679,
11+
"de": 0.7697526,
1212
"el": 0.0023942539,
1313
"en": 1,
1414
"eo": 0.1632083,
15-
"es": 0.63766956,
15+
"es": 0.6408619,
1616
"es_AR": 0.123703115,
1717
"et": 0.3603352,
1818
"fi": 0.33599362,
19-
"fr": 0.7577813,
19+
"fr": 0.7649641,
2020
"frm": 0,
21-
"gsw": 0.28890663,
21+
"gsw": 0.33359936,
2222
"he": 0.47007182,
2323
"hr": 0.02952913,
2424
"hu": 0.4197925,
2525
"id": 0.26536313,
2626
"it": 0.5534717,
2727
"ja": 0.01396648,
28-
"ka": 0.8639266,
28+
"ka": 0.8707103,
2929
"ko": 0.22944932,
3030
"la": 0.019952115,
3131
"lb_LU": 0.15123703,
@@ -35,24 +35,24 @@
3535
"nb_NO": 0.04868316,
3636
"nl": 0.6520351,
3737
"nl_BE": 0.396249,
38-
"pl": 0.5981644,
38+
"pl": 0.60215485,
3939
"pt_BR": 0.8619314,
4040
"pt_PT": 0.57621706,
4141
"ro": 0.046288908,
42-
"ru": 0.82681566,
42+
"ru": 0.8347965,
4343
"si_LK": 0.0023942539,
44-
"sk": 0.3236233,
44+
"sk": 0.32960895,
4545
"sr_Cyrl": 0.14924182,
4646
"sr_Latn": 0.111332804,
4747
"sv": 0.3160415,
4848
"th_TH": 0.1292897,
4949
"tok": 0.021947326,
50-
"tr": 0.9928172,
50+
"tr": 1,
5151
"tt": 0.0015961692,
52-
"uk": 0.7178771,
52+
"uk": 0.72146845,
5353
"vi": 0,
54-
"zh_CN": 0.81165206,
55-
"zh_TW": 0.97605747
54+
"zh_CN": 0.81484437,
55+
"zh_TW": 0.9848364
5656
},
5757
"InternalName": null
5858
}

src/saving/ISaveUpgradeStep.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ private static Dictionary<string, ISaveUpgradeStep> InitializeSaveUpgradeSteps()
9797
{ "0.8.1.0", new UpgradeJustVersionNumber("0.8.1.1") },
9898
{ "0.8.2.0-rc1", new UpgradeJustVersionNumber("0.8.2.0") },
9999
{ "0.8.2.0", new UpgradeJustVersionNumber("0.8.2.1-alpha") },
100+
{ "0.8.2.1-alpha", new UpgradeJustVersionNumber("0.8.2.1") },
100101
};
101102
}
102103
}

0 commit comments

Comments
 (0)