diff --git a/.github/scripts/thunderstore_bundle.js b/.github/scripts/thunderstore_bundle.js index 098bfa84a..e06ab79a2 100644 --- a/.github/scripts/thunderstore_bundle.js +++ b/.github/scripts/thunderstore_bundle.js @@ -123,7 +123,7 @@ function generateManifest() { BEPINEX_DEPENDENCY, `nebula-${apiPluginInfo.name}-${apiPluginInfo.version}`, "PhantomGamers-IlLine-1.0.0", - "CommonAPI-CommonAPI-1.5.0", + "CommonAPI-CommonAPI-1.5.1", "starfi5h-BulletTime-1.2.5", ], website_url: "https://github.com/hubastard/nebula" diff --git a/CHANGELOG.md b/CHANGELOG.md index efed1d723..56d7c5e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## Changelog +0.8.7: + +- @mmjr-x: Add Upnp/pmp support +- @mmjr-x: Add Ngrok support +- @mmjr-x: Add server password support +- @PhantomGamers: Add Discord rich presence support +- @PhantomGamers: Fix error when unable to obtain documents folder +- @starfish: Add headless server support +- @starfish: Add player connect/disconnect message (can be disabled in config) +- @starfish: Fix NRE when loading a gas giant. Fix planet type mismatch caused by older saves. + 0.8.6: - @starfish: Bugfix regarding NRE exception in UpdateDirtyMeshes() diff --git a/version.json b/version.json index eecb67aed..c1fd9c93d 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.6", + "version": "0.8.7", "assemblyVersion": { "precision": "build" },