From 97bec73be5a0827f8b7e177dd91614a4161e1645 Mon Sep 17 00:00:00 2001 From: Chris Yeninas <844685+PhantomGamers@users.noreply.github.com> Date: Mon, 30 May 2022 12:58:37 -0400 Subject: [PATCH] version + changelog bump --- CHANGELOG.md | 13 +++++++++++++ version.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d7c5e1a..0cc19ef90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ ## Changelog +0.8.8: + +- @starfi5h: Added RemoteAccessPassword setting for servers so that users can authenticate to use admin commands +- @starfi5h: Fixed bugs related to headless servers +- @starfi5h: Chat now stores past commands, accessible with the up and down arrow keys +- @PhantomGamers: Fixed white window popping up while headless server is running +- @starfi5h: Added syncing for Logistic Station names +- @starfi5h: Fixed bug that allowed clients to reduce ILS warp distance below their minimum value +- @starfi5h: Added syncing for Mecha energy production and consumption stats +- @starfi5h: Made it so new clients now join the game with full energy and some warpers if the tech is unlocked +- @starfi5h: Fixed bug when running GalacticScale that caused clients to sink into the ground +- @starfi5h: Removed IP addresses from log output + 0.8.7: - @mmjr-x: Add Upnp/pmp support diff --git a/version.json b/version.json index c1fd9c93d..f19ff2ffe 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.8.7", + "version": "0.8.8", "assemblyVersion": { "precision": "build" },