File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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+
3140.8.6:
415
516- @starfish : Bugfix regarding NRE exception in UpdateDirtyMeshes()
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments