Skip to content

Commit c75e394

Browse files
committed
Changelog, what's new panel update, version bump
(cherry picked from commit 0599ee3)
1 parent 43b0071 commit c75e394

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ 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 V[11.7.3.1](https://github.com/CitiesSkylinesMods/TMPE/compare/11.7.3.0...11.7.3.1) STABLE, 23/12/2022
33+
34+
- [Fixed] Partial detection of Bank vans as service vehicles (krzychu124)
35+
- [Steam] [TM:PE v11 STABLE](https://steamcommunity.com/sharedfiles/filedetails/?id=1637663252)
36+
37+
#### TM:PE V11.7.3.1 TEST, 23/12/2022
38+
39+
- [Fixed] Partial detection of Bank vans as service vehicles (krzychu124)
40+
- [Steam] [TM:PE v11 TEST](https://steamcommunity.com/sharedfiles/filedetails/?id=2489276785)
41+
3242
#### TM:PE V[11.7.3.0](https://github.com/CitiesSkylinesMods/TMPE/compare/11.7.2.0...11.7.3.0) STABLE, 13/12/2022
3343

3444
- [Meta] Compatibility patch for the game update 1.16.0-f3 (krzychu124)

TLM/TLM/Resources/whats_new.txt

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
[Version] 11.7.3.0
2-
[Released] Dec 13th 2022
3-
[Link] tmpe-v11730-stable-13122022
1+
[Version] 11.7.3.1
2+
[Released] Dec 23th 2022
3+
[Link] tmpe-v11731-stable-23122022
44
[Stable]
5-
[Meta] Compatibility patch for the game update 1.16.0-f3 (krzychu124)
6-
[New] Improved bus/trolleybus stop path (pull to side earlier and use more of available space) #1688, #1690 (kianzarrin)
7-
[Fixed] Cargo truck pathfinding via CargoVehicle networks (cargo stations/terminals) #1701, #1703 (krzychu124)
8-
[Fixed] Lane connector on overlapping lanes #1706 (kianzarrin)
9-
[Fixed] Parking signs on lanes with bus stop #1707 (kianzarrin)
10-
[Updated] Minor changes in debug tools #1696, #1697 (kianzarrin)
11-
[Updated] TMPE API Updates compatibility with other mods #1689 #1692 (kianzarrin)
5+
[Fixed] Partial detection of Bank vans as service vehicle
126
[/Version]

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,7,3,0);
14+
public static readonly Version CurrentVersion = new Version(11,7,3,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)