Skip to content

Commit

Permalink
Merge pull request #1623 from CitiesSkylinesMods/whats-new-11.6.6.1
Browse files Browse the repository at this point in the history
What's New - TM:PE 11.6.6.1
  • Loading branch information
krzychu124 committed Jul 31, 2022
2 parents 57ffce1 + a2febc1 commit 2777f5f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ This changelog includes all versions and major variants of the mod going all the

> Date format: dd/mm/yyyy
#### TM:PE V11.6.6.1 TEST, 31/07/2022

- [Meta] This update contains important bug fixes before release to Stable
- [Fixed] Possible InvalidOperationException error while saving lane connection data #1621 (krzychu124)
- [Fixed] Infinite loop while traversing segments of node #1619 #1612 #1439 (krzychu124)
- [Steam] [TM:PE v11 TEST](https://steamcommunity.com/sharedfiles/filedetails/?id=2489276785)

#### TM:PE V11.6.6.0 TEST, 26/07/2022

- [Meta] This release adds a new language, updates translations, and improves lane routing
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.1
[Released] Jul 31st 2022
[Link] tmpe-v11661-test-31072022
[Meta] This update contains important bug fixes before release to Stable
[Fixed] Possible InvalidOperationException error while saving lane connection data #1621 (krzychu124)
[Fixed] Infinite loop while traversing segments of node #1619 #1612 #1439 (krzychu124)
[/Version]

[Version] 11.6.6.0
[Released] Jul 26th 2022
[Link] tmpe-v11660-test-26072022
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,0);
public static readonly Version CurrentVersion = new Version(11,6,6,1);

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

0 comments on commit 2777f5f

Please sign in to comment.