modified changelog

This commit is contained in:
Olivier Gagnon 2021-03-23 15:26:36 -04:00
parent 40713a4112
commit 42e9a368b4

@ -6,7 +6,7 @@
import { IMap } from "./types";
export let CONSTANTS: IMap<any> = {
Version: "0.50.1",
Version: "0.51.0",
/** 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
@ -228,21 +228,11 @@ export let CONSTANTS: IMap<any> = {
LatestUpdate:
`
v0.50.1 - 2021-03-22 (hydroflame)
v0.51.0 - 2021-XX-XX formulas (hydroflame)
-------
Netscript
* getTaskStats works
Source-File -1
* Added a new Exploit
Factions
* Augmentations offered by a Faction but already bought are in a separate list at the bottom of the page.
Bug fixed
* Fixed a bug where completing a maxed non-repeatable BitNode would make its color on the BitVerse like level 1.
Misc.
* Minor spacing in stats tables.
* New shortcut, Alt + b, brings you to bladeburner
* New shortcut, Alt + g, brings you to gang
`
}