From dc2706b98d1cffc13f1bbe8ab0a9e7692e57f782 Mon Sep 17 00:00:00 2001 From: Karl F Date: Thu, 27 Jun 2024 10:01:16 +0200 Subject: [PATCH] Update Changelog and NEWS for bug-fix release & version - Changelog.txt updated - NEWS.md release notes updated - CMakeLists.tct version upped to July 10 --- CMakeLists.txt | 2 +- Changelog.txt | 14 ++++++++++++++ NEWS.md | 41 ++++++++++++++++++++++++++++++++++++++++- 3 files changed, 55 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79200c9fcc..db7b2f6ffb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(pioneer LANGUAGES CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_CXX_STANDARD 17) -set(PROJECT_VERSION "20240314" +set(PROJECT_VERSION "20240710" CACHE STRING "Version identifier for current compiled build") set(PROJECT_VERSION_INFO "" diff --git a/Changelog.txt b/Changelog.txt index a0cab813b4..f45e3dc107 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,12 @@ +July 2024 + * Fixes + * Fix bad placeholders in translated strings (#5852) + * Fix DLLs not being installed on Windows builds (#5850) + * Fix News Events not modifying commodity demand (#5859) + * Fix custom systems with zero stars (#5858) + * Fixing Coronatrix label naming (#5855) + * Fix Military Drive 2 not for sale & tweaks (#5856) + June 2024 * Fixes * Fix so .desktop file points to correct installed path (#5847) @@ -7,6 +16,10 @@ June 2024 * Fix mission list error when opened during hyperspace (#5843) May 2024 + * Fixes + * Fixing misalligned little parts of the Xylophis cockpit (#5834) + * Removing stray triangles from Bluenose (#5835) + * Internal Changes * Add missing algorithm include / copy_new complaint (#5833) @@ -23,6 +36,7 @@ April 2024 * Fix loud white nosie after mouse steering (#5812) * Fix location recovery in save files (#5801) * Use variable "dist" (SAR mission) for the distance in the BB if specified (#5818) + * Fixing flipping landing gear animation of Bowfin (#5814) March 2024 * Fixes diff --git a/NEWS.md b/NEWS.md index 11e30329db..98711cadb9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,47 @@ These release announcement notes includes notable changes relevant to the end player sourced and elaborated on from Changelog.txt. It does not include internal changes to code, refactoring, build system changes listed in said file. +# Pioneer 2024-07-10 +This is the second bug-fix release since the February release. The most notable bug that made it into previous bug fix release was a save compatibility issue where the game did not allow the player to load saves from the previous version (the player could circumvent the bug by force loading the save, by holding down Ctrl-key when clicking Load). -# Pioneer 2023-03-14 +Another notable fix is the loud white noise-bug, that some have encountered. + +For those playing a localized non-English version, we have identified and fixed hundreds of broken strings in the following languages: Brazilian Portuguese (pt_BR), Chinese (zh), Czech (cs), Danish (da), Dutch (nl) French (fr), German (de), Hungarian (hu), Italian (it), Polish (pl), Portuguese (pt), Russian (ru), Spanish (es), and Swedish (sv). Unfortunately, the fix also accidentally marked all languages as translated, over on the transifex project page. This will be addressed shortly. + +After this release, we will return our focus on merging new features. Brave pilots daring bugs while enjoying latest new features are encouraged to keep an eye on master branch, and report any encountered bugs. + +## Bugfixes / Tweaks +* Fix backwards save compatibility with v90 saves (#5798) +* Fix loud white noise after mouse steering (#5812) +* Fix bad placeholders in translated strings (#5852) +* Improve surface scan missions on high-pressure worlds (#5841) +* Fix mission list error when opened during hyperspace (#5843) +* Fix location recovery in save files (#5801) +* Use variable "dist" (SAR mission) for the distance in the BB if specified (#5818) +* Fix speed limiter button positions overlapping (#5802) +* Fix News Events not modifying commodity demand (#5859) +* Sort commodity names by translated string (#5846) +* Fix custom systems with zero stars (#5858) +* Fix Military Drive 2 not for sale & tweaks (#5856) +* Fix lots of missing ship labels (#5842) +* Fixing misaligned little parts of the Xylophis cockpit (#5834) +* Removing stray triangles from Bluenose (#5835) +* Fixing flipping landing gear animation of Bowfin (#5814) +* Police Coronatrix texture fix (#5816) +* Fixing Coronatrix label naming (#5855) +* Fix so .desktop file points to correct installed path (#5847) +* Fix DLLs not being installed on Windows builds (#5850) + +## Internal Changes +* Add missing algorithm include / copy_new complaint (#5833) +* Documented minimal compiler version needed updating (#5810) +* Include stdlib.h instead of alloca.h for alloca(3) on FreeBSD (#5827) +* Include for std::max (#5828) +* Do not install libfmt by default (#5808) +* Renderer: Support running under Wayland (#5817) + + +# Pioneer 2024-03-14 This is a bug fix release to compliment the February release. Most noticeable bug, now fixed, was that weapons firing were out of sync making combat exceedingly difficult.