Skip to content

Commit

Permalink
Merge pull request #1627 from CitiesSkylinesMods/whats-new-11.6.6.2
Browse files Browse the repository at this point in the history
What's new update for 11.6.6.2
  • Loading branch information
krzychu124 committed Aug 4, 2022
2 parents 19779d0 + c830c24 commit 0c66fb6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ This changelog includes all versions and major variants of the mod going all the

> Date format: dd/mm/yyyy
#### TM:PE V11.6.6.2 TEST, 04/08/2022

- [Meta] This update contains important bug fixes before release to Stable
- [Fixed] After loading savegame settings are not loaded immediately #1624 #1625 (krzychu124)
- [Fixed] NullReferenceException after exit to the main menu or reloading the savegame #1625 (krzychu124)
- [Updated] UnifiedUI library update to the latest version (krzychu124)
- [Steam] [TM:PE v11 TEST](https://steamcommunity.com/sharedfiles/filedetails/?id=2489276785)

#### TM:PE V11.6.6.1 TEST, 31/07/2022

- [Meta] This update contains important bug fixes before release to Stable
Expand Down
8 changes: 8 additions & 0 deletions TLM/TLM/Resources/whats_new.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[Version] 11.6.6.2
[Released] Aug 4th 2022
[Link] tmpe-v11662-test-04082022
[Fixed] After loading savegame settings are not loaded immediately #1624 #1625 (krzychu124)
[Fixed] NullReferenceException after exit to the main menu or reloading the savegame #1625 (krzychu124)
[Updated] UnifiedUI library update to the latest version (krzychu124)
[/Version]

[Version] 11.6.6.1
[Released] Jul 31st 2022
[Link] tmpe-v11661-test-31072022
Expand Down
2 changes: 1 addition & 1 deletion TLM/TLM/UI/WhatsNew/WhatsNew.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace TrafficManager.UI.WhatsNew {

public class WhatsNew {
// bump and update what's new changelogs when new features added
public static readonly Version CurrentVersion = new Version(11,6,6,1);
public static readonly Version CurrentVersion = new Version(11,6,6,2);

private const string WHATS_NEW_FILE = "whats_new.txt";
private const string RESOURCES_PREFIX = "TrafficManager.Resources.";
Expand Down

0 comments on commit 0c66fb6

Please sign in to comment.