Skip to content

Commit 01cd7e9

Browse files
authored
Merge pull request #560 from starfi5h/master
bump version and CHANGELOG
2 parents 584b56d + 34244a2 commit 01cd7e9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/scripts/thunderstore_bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function generateManifest() {
123123
BEPINEX_DEPENDENCY,
124124
`nebula-${apiPluginInfo.name}-${apiPluginInfo.version}`,
125125
"PhantomGamers-IlLine-1.0.0",
126-
"CommonAPI-CommonAPI-1.5.0",
126+
"CommonAPI-CommonAPI-1.5.1",
127127
"starfi5h-BulletTime-1.2.5",
128128
],
129129
website_url: "https://github.com/hubastard/nebula"

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## Changelog
22

3+
0.8.7:
4+
5+
- @mmjr-x: Add Upnp/pmp support
6+
- @mmjr-x: Add Ngrok support
7+
- @mmjr-x: Add server password support
8+
- @PhantomGamers: Add Discord rich presence support
9+
- @PhantomGamers: Fix error when unable to obtain documents folder
10+
- @starfish: Add headless server support
11+
- @starfish: Add player connect/disconnect message (can be disabled in config)
12+
- @starfish: Fix NRE when loading a gas giant. Fix planet type mismatch caused by older saves.
13+
314
0.8.6:
415

516
- @starfish: Bugfix regarding NRE exception in UpdateDirtyMeshes()

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"assemblyVersion": {
55
"precision": "build"
66
},

0 commit comments

Comments
 (0)