Skip to content

Commit

Permalink
Bump version and changelog to v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
starfi5h committed Aug 31, 2024
1 parent 5966c1a commit 8b596cd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/thunderstore_bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

</details>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit 8b596cd

Please sign in to comment.