File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ function generateManifest() {
124124 `nebula-${ apiPluginInfo . name } -${ apiPluginInfo . version } ` ,
125125 "PhantomGamers-IlLine-1.0.0" ,
126126 "CommonAPI-CommonAPI-1.5.0" ,
127- "starfi5h-BulletTime-1.2.4 " ,
127+ "starfi5h-BulletTime-1.2.5 " ,
128128 ] ,
129129 website_url : "https://github.com/hubastard/nebula"
130130 } ;
Original file line number Diff line number Diff line change 11## Changelog
22
3+ 0.8.6:
4+
5+ - @starfish : Bugfix regarding NRE exception in UpdateDirtyMeshes()
6+ - @starfish : Bugfix desync issues regarding ILS and PLS
7+ - @starfish : Add milestone syncing
8+ - @sp00ktober : Add gracefull error messages regarding broken traffic monitors and broken compression of factory data
9+ - @sp00ktober : Add a reconnect command to the chat for easy and fast reconnection of clients
10+
3110.8.5:
412
513- @starfish : Add Dyson Sphere color syncing
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.5 " ,
3+ "version" : " 0.8.6 " ,
44 "assemblyVersion" : {
55 "precision" : " build"
66 },
You can’t perform that action at this time.
0 commit comments