Skip to content

Commit

Permalink
Merge pull request #1629 from CitiesSkylinesMods/whats-new-11.6.6.3
Browse files Browse the repository at this point in the history
What's new changelog update
  • Loading branch information
krzychu124 committed Aug 6, 2022
2 parents 1616327 + 2b0aa0c commit ebd98cc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ This changelog includes all versions and major variants of the mod going all the

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

- [Meta] This update contains important bug fixes before release to Stable
- [Fixed] Lane connections not removed from upgraded segments causing pathfinding issues and despawn of vehicles approaching new segment #1628 (krzychu124)
- [Steam] [TM:PE v11 TEST](https://steamcommunity.com/sharedfiles/filedetails/?id=2489276785)

#### TM:PE V11.6.6.2 TEST, 04/08/2022

- [Meta] This update contains important bug fixes before release to Stable
Expand All @@ -50,11 +56,11 @@ This changelog includes all versions and major variants of the mod going all the
- [New] Lightweight highway merging rules #1542 (kianzarrin)
- [New] Allow buses and taxi to use `Old Town` districts (optional) #1618 (krzychi124)
- [New] Notify the user in case of errors while loading savegame data #1617 (krzychu124)
- [New] Veitnamese translation #1551 (DucAnhLam)
- [New] Vietnamese translation #1551 (DucAnhLam)
- [Updated] Separate road and track lane routing #1550 #1546 #1545 #354 (kianzarrin)
- [Updated] Translations for multiple languages #1551 #1344 (Nguyễn Tài Đức, OldEj, AduitSSH, Chamëleon, 문주원, krzychu124, shg166, John Lok Ho, Márcio Saeger, DucAnhLam, DNSE, Arne Peirs, Neoone, Fatih YILDIRIM, Zeldslayer, GiorgioHerbie, krzychu124)
- [Updated] Junction restriction code cleanup (elesbaan70)
- [Updated] Lane rounting code improvements for debugging (elesbaan70)
- [Updated] Lane routing code improvements for debugging (elesbaan70)
- [Fixed] Lane connections save/restore issues (kianzarrin)
- [Fixed] Broken detection of hovered element #1594 (krzychu124)
- [Fixed] DLS incorrectly calculate 'max unsafe speed difference' #1581 (krzychu124)
Expand Down
10 changes: 8 additions & 2 deletions TLM/TLM/Resources/whats_new.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[Version] 11.6.6.3
[Released] Aug 6th 2022
[Link] tmpe-v11663-test-06082022
[Fixed] Lane connections not removed from upgraded segments causing pathfinding issues and despawn of vehicles approaching new segment #1628 (krzychu124)
[/Version]

[Version] 11.6.6.2
[Released] Aug 4th 2022
[Link] tmpe-v11662-test-04082022
Expand All @@ -20,7 +26,7 @@
[New] Lightweight highway merging rules #1542 (kianzarrin)
[New] Allow buses and taxi to use Old Town districts (optional) #1618 (krzychi124)
[New] Notify the user in case of errors while loading savegame data #1617 (krzychu124)
[New] Veitnamese translation #1551 (DucAnhLam)
[New] Vietnamese translation #1551 (DucAnhLam)
[Fixed] Lane connections save/restore issues (kianzarrin)
[Fixed] Broken detection of hovered element #1594 (krzychu124)
[Fixed] DLS incorrectly calculate 'max unsafe speed difference' #1581 (krzychu124)
Expand All @@ -32,7 +38,7 @@
[Updated] Separate road and track lane routing #1550 #1546 #1545 #354 (kianzarrin)
[Updated] Translations for multiple languages #1551 #1344 (Nguyễn Tài Đức, OldEj, AduitSSH, Chamëleon, 문주원, krzychu124, shg166, John Lok Ho, Márcio Saeger, DucAnhLam, DNSE, Arne Peirs, Neoone, Fatih YILDIRIM, Zeldslayer, GiorgioHerbie, krzychu124)
[Updated] Junction restriction code cleanup (elesbaan70)
[Updated] Lane rounting code improvements for debugging (elesbaan70)
[Updated] Lane routing code improvements for debugging (elesbaan70)
[/Version]

[Version] 11.6.5.3
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,2);
public static readonly Version CurrentVersion = new Version(11,6,6,3);

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

0 comments on commit ebd98cc

Please sign in to comment.