Skip to content

Commit

Permalink
Merge pull request #1332 from CitiesSkylinesMods/whats_new-11.6.4.3
Browse files Browse the repository at this point in the history
What's New in TM:PE 11.6.4.3?
  • Loading branch information
krzychu124 committed Jan 29, 2022
2 parents 52a822f + 4dfec30 commit 2f47bea
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,26 @@ This changelog includes all versions and major variants of the mod going all the
</details>

#### TM:PE V11.6.4.3 STABLE, 29/01/2022

* [Meta] TM:PE 11.6.4-hotfix-3
* [Meta] This fixes rare issue on some PCs that are limited to single CPU core
* [Fixed] Incorrect minimal number of path-find threads #1331 (krzychu124)
* [Updated] Code clean-up: Refactor `OptionsManager.cs` #1321 (kvakvs, aubergine18)
* [Updated] Show full version in UI and log file #1335 (aubergine18)
* [Removed] Temporary: Don't auto-show What's New on TM:PE menu button click #1336 #1314 (krzychu124, aubergine18)
- [Steam] [TM:PE v11 STABLE](https://steamcommunity.com/sharedfiles/filedetails/?id=1637663252)

#### TM:PE V11.6.4.3 TEST, 29/01/2022

* [Meta] TM:PE 11.6.4-hotfix-3
* [Meta] This fixes rare issue on some PCs that are limited to single CPU core
* [Fixed] Incorrect minimal number of path-find threads #1331 (krzychu124)
* [Updated] Code clean-up: Refactor `OptionsManager.cs` #1321 (kvakvs, aubergine18)
* [Updated] Show full version in UI and log file #1335 (aubergine18)
* [Removed] Temporary: Don't auto-show What's New on TM:PE menu button click #1336 #1314 (krzychu124, aubergine18)
- [Steam] [TM:PE v11 TEST](https://steamcommunity.com/sharedfiles/filedetails/?id=2489276785)

#### TM:PE V11.6.4.2 STABLE, 27/01/2022

* [Meta] TM:PE 11.6.4-hotfix-2
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ Official releases:

> Date format: dd/mm/yyyy
#### TM:PE V11.6.4.3 STABLE, 29/01/2022

* [Meta] TM:PE 11.6.4-hotfix-3
* [Meta] This fixes rare issue on some PCs that are limited to single CPU core
* [Fixed] Incorrect minimal number of path-find threads #1331 (krzychu124)
* [Updated] Code clean-up: Refactor `OptionsManager.cs` #1321 (kvakvs, aubergine18)
* [Updated] Show full version in UI and log file #1335 (aubergine18)
* [Removed] Temporary: Don't auto-show What's New on TM:PE menu button click #1336 #1314 (krzychu124, aubergine18)
- [Steam] [TM:PE v11 STABLE](https://steamcommunity.com/sharedfiles/filedetails/?id=1637663252)

#### TM:PE V11.6.4.2 STABLE, 27/01/2022

* [Meta] TM:PE 11.6.4-hotfix-2
Expand All @@ -54,6 +64,16 @@ Official releases:

### Recent TEST releases (dd/mm/yyyy)

#### TM:PE V11.6.4.3 TEST, 29/01/2022

* [Meta] TM:PE 11.6.4-hotfix-3
* [Meta] This fixes rare issue on some PCs that are limited to single CPU core
* [Fixed] Incorrect minimal number of path-find threads #1331 (krzychu124)
* [Updated] Code clean-up: Refactor `OptionsManager.cs` #1321 (kvakvs, aubergine18)
* [Updated] Show full version in UI and log file #1335 (aubergine18)
* [Removed] Temporary: Don't auto-show What's New on TM:PE menu button click #1336 #1314 (krzychu124, aubergine18)
- [Steam] [TM:PE v11 TEST](https://steamcommunity.com/sharedfiles/filedetails/?id=2489276785)

#### TM:PE V11.6.4.2 TEST, 27/01/2022

* [Meta] TM:PE 11.6.4-hotfix-2
Expand Down
12 changes: 12 additions & 0 deletions TLM/TLM/Resources/whats_new.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
[Version] 11.6.4.3
[Stable]
[Released] January 29 2022
[Link] tmpe-v11643-stable-29012022
[Meta] TM:PE 11.6.4-hotfix-3
[Meta] This fixes rare issue on some PCs that are limited to single CPU core
[Fixed] Incorrect minimal number of path-find threads #1331 (krzychu124)
[Updated] Code maintenance: Refactor OptionsManager.cs #1321 (kvakvs, aubergine18)
[Updated] Show full version in UI and log file #1335 (aubergine18)
[Removed] Temporary: Don't auto-show What's New on TM:PE menu button click #1336 #1314 (krzychu124, aubergine18)
[/Version]

[Version] 11.6.4.2
[Stable]
[Released] January 27 2022
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,4,2);
public static readonly Version CurrentVersion = new Version(11,6,4,3);

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

0 comments on commit 2f47bea

Please sign in to comment.