diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7226fa4..3566811eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,18 +9,12 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Newest first. ## [Unreleased] - Notes for the next release accumulate here; rename to `## [x.y.z]` when tagging. -### Fixed -- Linux download is a self-contained AppImage again (as in v1.8.4) instead of a - bare dynamically-linked binary, so it no longer needs matching system SDL - libraries or a new-enough glibc to start. Built on an older base (glibc 2.31) - for broad distro support. Run `OpenXcoop-x86_64.AppImage` from the extracted - folder, next to the data folders (see the bundled `HOW_TO_RUN.txt`). +## [2.0.6] - 2026-07-31 + +A maintenance release on top of 2.0.0: the Linux download is a self-contained +AppImage again, plus two co-op crash fixes and clearer soldier-arrival alerts. + +### Fixed +- The Linux download is a self-contained AppImage again (as in v1.8.4) instead + of a bare dynamically-linked binary, so it no longer needs matching system + SDL libraries or a new-enough glibc to start. Built on an older base (glibc + 2.31) for broad distro support. Run `OpenXcoop-x86_64.AppImage` from the + extracted folder, next to the data folders (see the bundled `HOW_TO_RUN.txt`). +- Fixed a crash at the end of the month when one of your bases came under + attack in a co-op game. +- Fixed a crash for the second player when ordered soldiers arrived at a base + in SHARED mode. Soldier-arrival alerts now list every incoming soldier for + both players and label each with its owner's name. + ## [2.0.0] - 2026-07-28 The first official release since v1.8.4, and the biggest update the mod has