diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac572182..47b473fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Changelog +0.9.2: +- Compatible to Steam version 0.10.29.22015 or Game Pass version 0.10.29.21943 +- @sk7725: Added Korean font and TextMeshPro fallback +- @starfi5h: Add new chat command `/playerdata` +- @starfi5h: Launch construction drones if local player is closer or within 15m +- @starfi5h: Fix error when activating super nova in the turret window +- @starfi5h: Fix desync of dyson sphere when client joins the game +- @phantomgamers: Log expected game version and review code + 0.9.1: - Support combat mode syncing (game version 0.10.29.21950) - @starfi5h: Implement basic combat syncing framework diff --git a/version.json b/version.json index 69316e447..b4881e307 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "0.9.1", + "version": "0.9.2", "assemblyVersion": { "precision": "build" },