Skip to content

Commit

Permalink
Update Changelog and NEWS for bug-fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
impaktor committed Jun 27, 2024
1 parent 043bcdb commit 74d97d9
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,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)

Expand All @@ -23,6 +27,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
Expand Down
34 changes: 33 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,40 @@
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-06-28
This is the second bug-fix release since the February release. The most notable bug that made it into that release was a save compatibility issue where it didn't allow player to load saves from previous version (player could circumvent the bug by force loading the save, by holding down Ctrl key in Load-game window).

# Pioneer 2023-03-14
Another notable fix is the loud white noise-bug, that some have encountered.

After this, we will return focus on merging new features. Brave pilots daring bugs while enjoying latest new features are encouraged keep an eye on master branch, and report any encountered bugs.

## Bugfixes / Tweaks
* Fix backwards save compatibility with v90 saves (#5798)
* Fix loud white nosie after mouse steering (#5812)
* Fix so .desktop file points to correct installed path (#5847)
* 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 lots of missing ship labels (#5842)
* Fixing misalligned little parts of the Xylophis cockpit (#5834)
* Police Coronatrix texture fix (#5816)
* Removing stray triangles from Bluenose (#5835)
* Fixing flipping landing gear animation of Bowfin (#5814)
* Sort commodity names by translated string (#5846)

## 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 <algorithm> 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.

Expand Down

0 comments on commit 74d97d9

Please sign in to comment.