From cc693578dfd8195fe4dc587b5ceb4631bdf59219 Mon Sep 17 00:00:00 2001 From: glx22 Date: Fri, 12 Apr 2024 23:29:19 +0200 Subject: [PATCH] Doc: Prepare for 14.0 release --- changelog.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/changelog.txt b/changelog.txt index 395cfef8e5..97ef9b19c0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,30 @@ +14.0 (2024-04-13) +------------------------------------------------------------------------ +Update: New title game for 14.0 +Fix #12477: Use std::filesystem::rename instead of Windows Shell API call (#12478) +Fix #12233: Mini order list overlaps vehicle group name (#12423) +Fix #12114: Viewport coords of crashed aircraft not updated when falling (#12424) +Fix #12395: Ensure president name widget is tall enough (#12419) +Fix #12415: Aircraft::tile is valid only for front vehicle (#12416) +Fix #12387: [NewGRF] Wrong tile offset passed to rail station CB 149 (slope check) +Fix #12388: Vehicle::CopyVehicleConfigAndStatistics not releasing unit number (#12389) +Fix #12268: Capitalize "Wait to unbunch" order string (#12375) +Fix #12368: Incorrect offset for click position within industry chain window (#12370) +Fix: Signature validation did not close its file (#12479) +Fix: Aircraft crash counter was too low to reach ground (#12425) +Fix: Segfault when using -q without providing a . character (#12418) +Fix: Wrong scrolling dropdown list position with RTL (#12412) +Fix: [Win32] Force font mapper to only use TrueType fonts (#12406) +Fix: Server shutdown and newgame packets should be stable (#12379) +Fix: "-q" displays NewGRF IDs in the wrong byte-order (#12397) +Fix: [Script] ScriptSubsidy::GetExpireDate should return an economy-date (#12372) +Fix: Do not send chat to clients that have not authorized yet (#12377) +Fix: Label for fruit incorrectly changed to `FRUI` from `FRUT` (#12367) +Fix: Don't let CT_INVALID map to valid cargo type (#12364) +Revert #11603: [Script] ScriptTimeMode was not the best solution for economy/calendar support (#12362) +Remove: official support for MSVC 2019 (#12254) + + 14.0-RC3 (2024-03-23) ------------------------------------------------------------------------ Fix #12347: Crash attempting to find catchment tiles of a station with no catchment area (#12348)