From 82b1e88cbf019d2320880646bed204f7dca11e6f Mon Sep 17 00:00:00 2001 From: Bentley Davis <10065854+NonPolynomialTim@users.noreply.github.com> Date: Fri, 31 Jul 2026 10:56:43 -0400 Subject: [PATCH] release: prep v2.0.6 (changelog) Rename the Unreleased section to [2.0.6] and move the next-release template comment above it so the release-notes extractor reads [2.0.6] up to [2.0.0] without leaking a dangling +## [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