Minor bugfixes for a variety of NS functions. After infiltration, UI returns to corp page rather than city page

This commit is contained in:
danielyxie
2019-07-05 00:26:22 -07:00
committed by danielyxie
parent 200ccd3ad0
commit 6ae7b0136c
5 changed files with 30 additions and 4 deletions
+10 -2
View File
@@ -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
`
}