mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 14:27:03 +02:00
Minor bugfixes for a variety of NS functions. After infiltration, UI returns to corp page rather than city page
This commit is contained in:
+10
-2
@@ -222,9 +222,17 @@ export let CONSTANTS: IMap<any> = {
|
||||
LatestUpdate:
|
||||
`
|
||||
v0.47.2
|
||||
-------
|
||||
|
||||
Netscript Changes
|
||||
* Added tail() Netscript function
|
||||
* Added 'Solarized Dark' theme to CodeMirror editor
|
||||
* Bug fix: Stock Market UI should no longer crash for certain locale settings
|
||||
* hacknet.getNodeStats() function now returns an additional property for Hacknet Servers: hashCapacity
|
||||
* Bug fix: workForFaction() function now properly accounts for disabled logs
|
||||
* When writing to a file, the write() function now casts the data being written to a string (using String())
|
||||
|
||||
Misc Changes
|
||||
* Added 'Solarized Dark' theme to CodeMirror editor
|
||||
* After Infiltration, you will now return to the company page rather than the city page
|
||||
* Bug fix: Stock Market UI should no longer crash for certain locale settings
|
||||
`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user