mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
Updated changelog and version. Adding v0.40.1 bundle
This commit is contained in:
parent
c0db61c78f
commit
171d98c891
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
2
dist/vendor.bundle.js
vendored
2
dist/vendor.bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -17,6 +17,7 @@ v0.40.1 - 8/5/2018 - Community Update
|
||||
* Active Scripts UI now shows a RAM Usage bar for each server (by kopelli)
|
||||
* Bug Fix: Corrected terminal timestamp format (by kopelli)
|
||||
* Bug Fix: NetscriptJS scripts should now die properly if they don't have a 'main' function (by hydroflame)
|
||||
* Bug Fix: write(), read(), and tryWrite() Netscript functions should now work properly for writing Arrays/objects to Netscript Ports
|
||||
* Various minor UI/QOL fixes by hydroflame, kopelli, and Kline-
|
||||
|
||||
v0.40.0 - 7/28/2018
|
||||
|
@ -1,5 +1,5 @@
|
||||
let CONSTANTS = {
|
||||
Version: "0.40.0",
|
||||
Version: "0.40.1",
|
||||
|
||||
//Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
|
||||
//and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then
|
||||
@ -504,6 +504,7 @@ let CONSTANTS = {
|
||||
"* Active Scripts UI now shows a RAM Usage bar for each server (by kopelli)<br>" +
|
||||
"* Bug Fix: Corrected terminal timestamp format (by kopelli)<br>" +
|
||||
"* Bug Fix: NetscriptJS scripts should now die properly if they don't have a 'main' function (by hydroflame)<br>" +
|
||||
"* Bug Fix: write(), read(), and tryWrite() Netscript functions should now work properly for writing Arrays/objects to Netscript Ports<br>" +
|
||||
"* Various minor UI/QOL fixes by hydroflame, kopelli, and Kline-"
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user