diff --git a/.github/scripts/thunderstore_bundle.js b/.github/scripts/thunderstore_bundle.js index 8082af80e..3d6111cd3 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", - "starfi5h-BulletTime-1.4.7", + "starfi5h-BulletTime-1.4.8", ], website_url: "https://github.com/hubastard/nebula" }; diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc839205..ef1f81e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +0.9.7: +- @AlienXAXS: Headless now calculates planetary shields on CPU +- @AlienXAXS: Enemy Relay Direction Sync +- @starfi5h: Sync damage to space enemy by mecha fleet +- @starfi5h: Fix NRE in Bomb_Explosive.TickSkillLogic when other player throwing bomb on other planets +- @starfi5h: Fix error in EnemyUnitComponent.RunBehavior_Defense_Ground after client load factory + 0.9.6: - @AlienXAXS: Fix headless server throwing a small error during boot sequence due to the UI being disabled - @PhantomGamers: Add additional error description to ngrokmanager diff --git a/version.json b/version.json index 1ee1a87a2..475467750 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.6", + "version": "0.9.7", "assemblyVersion": { "precision": "build" },