Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

<!-- Template for the next release section (keep this comment ABOVE the newest
released section: the notes extractor reads from "## [<v>]" until the next
line starting with "## ", so a commented heading below a real section would
leak a dangling "<!-" into the release body):
## [2.0.1] - 2026-XX-XX
## [2.0.7] - 2026-XX-XX
### Added
- ...
### Fixed
Expand All @@ -29,6 +23,23 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Newest first.
- ...
-->

## [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
Expand Down
Loading