Skip to content

Commit 2777f5f

Browse files
authored
Merge pull request #1623 from CitiesSkylinesMods/whats-new-11.6.6.1
What's New - TM:PE 11.6.6.1
2 parents 57ffce1 + a2febc1 commit 2777f5f

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ This changelog includes all versions and major variants of the mod going all the
2929

3030
> Date format: dd/mm/yyyy
3131
32+
#### TM:PE V11.6.6.1 TEST, 31/07/2022
33+
34+
- [Meta] This update contains important bug fixes before release to Stable
35+
- [Fixed] Possible InvalidOperationException error while saving lane connection data #1621 (krzychu124)
36+
- [Fixed] Infinite loop while traversing segments of node #1619 #1612 #1439 (krzychu124)
37+
- [Steam] [TM:PE v11 TEST](https://steamcommunity.com/sharedfiles/filedetails/?id=2489276785)
38+
3239
#### TM:PE V11.6.6.0 TEST, 26/07/2022
3340

3441
- [Meta] This release adds a new language, updates translations, and improves lane routing

TLM/TLM/Resources/whats_new.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[Version] 11.6.6.1
2+
[Released] Jul 31st 2022
3+
[Link] tmpe-v11661-test-31072022
4+
[Meta] This update contains important bug fixes before release to Stable
5+
[Fixed] Possible InvalidOperationException error while saving lane connection data #1621 (krzychu124)
6+
[Fixed] Infinite loop while traversing segments of node #1619 #1612 #1439 (krzychu124)
7+
[/Version]
8+
19
[Version] 11.6.6.0
210
[Released] Jul 26th 2022
311
[Link] tmpe-v11660-test-26072022

TLM/TLM/UI/WhatsNew/WhatsNew.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace TrafficManager.UI.WhatsNew {
1111

1212
public class WhatsNew {
1313
// bump and update what's new changelogs when new features added
14-
public static readonly Version CurrentVersion = new Version(11,6,6,0);
14+
public static readonly Version CurrentVersion = new Version(11,6,6,1);
1515

1616
private const string WHATS_NEW_FILE = "whats_new.txt";
1717
private const string RESOURCES_PREFIX = "TrafficManager.Resources.";

0 commit comments

Comments
 (0)