From 42e9a368b4d9a91df7f118c1c2cbceceaa455908 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Tue, 23 Mar 2021 15:26:36 -0400 Subject: [PATCH] modified changelog --- src/Constants.ts | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/src/Constants.ts b/src/Constants.ts index 90ad9bac2..76ce092d5 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -6,7 +6,7 @@ import { IMap } from "./types"; export let CONSTANTS: IMap = { - 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 = { 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 ` }