Skip to content

Commit

Permalink
Update changelog and version for 11.3.0 release
Browse files Browse the repository at this point in the history
Update changelogs + bump version to 11.3.0
  • Loading branch information
originalfoo committed Apr 10, 2020
2 parents 7d95dd2 + 13af00f commit 9e5855b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,26 @@ This changelog includes all versions and major variants of the mod going all the
> * **TM** = Traffic Manager
> * **CSLT** = Cities Skylines Traffic (later renamed to Traffic++)
> * **TLM** = Taffic Lights Manager (later renamed to Traffic Manager)
>
> Date format: dd/mm/yyyy
#### TM:PE V[11.3.0](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.3...11.3.0) LABS, 10/04/2020

- Added: Advanced auto lane connector tool (select a node, then `Ctrl + S`) (#706, #703)
- Fixed: Stay-in-lane should not connect solitary lanes (#706, #617)
- Fixed: Lane arrows UI too small on some resolutions except at junctions (#726, #571)
- Updated: Lane connectors: `Shift + S` changed to `Ctrl + S` (see Options > Keybinds tab) (#706)
- Updated: Lane Arrows UI now respects UI scale slider (see Options > General tab) (#726)
- Updated: Improved UI for lane arrows tool (#726, #571)
- Updated: Translations (will add more info later) (#726)

#### TM:PE V[11.2.3](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.2...11.2.3) STABLE, 08/04/2020

- Fixed: Unable to set default speed limits for roads that need DLCs (#821, #818)

#### TM:PE V[11.2.3](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.2...11.2.3) LABS, 08/04/2020

- Fixed: Unable to set default speed limits for roads that need DLCs (#821, #818)

#### TM:PE V[11.2.2](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.1...11.2.2) STABLE, 26/03/2020

Expand Down
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,23 @@ Official releases:

Recent updates:

#### TM:PE V[11.2.3](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.2...11.2.3) STABLE, 08/04/2020
#### TM:PE V[11.3.0](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.3...11.3.0) LABS, 10/04/2020

- Fixed: DLC filter wasn't working, causing some roads to not appear in default speed limit UI (#818).
- Added: Advanced auto lane connector tool (select a node, then `Ctrl + S`) (#706, #703)
- Fixed: Stay-in-lane should not connect solitary lanes (#706, #617)
- Fixed: Lane arrows UI too small on some resolutions except at junctions (#726, #571)
- Updated: Lane connectors: `Shift + S` changed to `Ctrl + S` (see Options > Keybinds tab) (#706)
- Updated: Lane Arrows UI now respects UI scale slider (see Options > General tab) (#726)
- Updated: Improved UI for lane arrows tool (#726, #571)
- Updated: Translations (will add more info later) (#726)

#### TM:PE V[11.2.3](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.2...11.2.3) STABLE, 08/04/2020

- Fixed: DLC filter wasn't working, causing some roads to not appear in default speed limit UI (#818).
- Fixed: Unable to set default speed limits for roads that need DLCs (#821, #818)

#### TM:PE V[11.2.3](https://github.com/CitiesSkylinesMods/TMPE/compare/11.2.2...11.2.3) LABS, 08/04/2020

- Fixed: Unable to set default speed limits for roads that need DLCs (#821, #818)

See [Full Changelog](https://github.com/CitiesSkylinesMods/TMPE/blob/master/CHANGELOG.md) for details of all releases.

Expand Down
2 changes: 1 addition & 1 deletion TLM/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("11.2.3.*")]
[assembly: AssemblyVersion("11.3.0.*")]

0 comments on commit 9e5855b

Please sign in to comment.