From 900049fea25f0d183d976eb42981bcedafa7281b Mon Sep 17 00:00:00 2001 From: starfish <50672801+starfi5h@users.noreply.github.com> Date: Sat, 7 Sep 2024 22:42:09 +0800 Subject: [PATCH] Bump version and changelog to v0.9.10 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- version.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 438cb25c5..eb1538066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## Changelog +0.9.10: +- @fakeboboliu: Support to connect server with WSS by specifying wss:// in the connect Uri +- @starfi5h: Sync Logistics Control Panel (I) entry list +- @starfi5h: Esc in multiplayer menu can now return to the upper-level +- @starfi5h: (Balance) When player killed, Drop half of item in inventory and increase CD from 1.5s to 5s +- @starfi5h: (Balance) Increase base alert range to player from 90 to 200 +- @starfi5h: Space hive threat will now increase correctly when client attack relays by player's fleet +- @starfi5h: DF base/hive will now launch attack at player on remote empty planet too +- @starfi5h: Fix client player can't see the death animation of other clients +- @starfi5h: Fix DF base sometimes can't be destroyed in client +- @starfi5h: (Headless server) Stop relay landing when there are 7 or more working shield generators + 0.9.9: - @starfi5h: Fix multiplayer tab in the option window for DSP v0.10.30.23430 - @starfi5h: Separate error close button (x) and copy button diff --git a/README.md b/README.md index fb7d0480c..48d7bb94c 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Most of the battle aspects are sync, only few features are still WIP. - [x] Power network syncing (charger and request power from dyson sphere) - [x] Warning alarm syncing - [x] Broadcast notification syncing (events with guide icon) -- [ ] Logistics Control Panel (I) syncing +- [x] Logistics Control Panel (I) syncing (entry list without detail panel) diff --git a/version.json b/version.json index eee8ac496..85a05154c 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.9", + "version": "0.9.10", "assemblyVersion": { "precision": "build" },