diff --git a/.github/scripts/thunderstore_bundle.js b/.github/scripts/thunderstore_bundle.js index 3d6111cd3..839586b25 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.8", + "starfi5h-BulletTime-1.5.1", ], website_url: "https://github.com/hubastard/nebula" }; diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c826fc92..438cb25c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +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 +- @starfi5h: Sync WarningBroadcastData: LandingRelay, ApproachingSeed, BuildingDestroyed and 3 more + 0.9.8: - @AlienXAXS: Added Online Player UI (Backtick key by default) - @AlienXAXS: Updated Nebula to be compatible with Dyson Sphere Program v0.10.30.23292 diff --git a/README.md b/README.md index 2c66cb806..fb7d0480c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Most of the battle aspects are sync, only few features are still WIP. - [x] Server state persistence - [x] Power network syncing (charger and request power from dyson sphere) - [x] Warning alarm syncing -- [ ] Broadcast notification syncing +- [x] Broadcast notification syncing (events with guide icon) - [ ] Logistics Control Panel (I) syncing diff --git a/version.json b/version.json index 51f7e273c..eee8ac496 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.8", + "version": "0.9.9", "assemblyVersion": { "precision": "build" },