From d943f39401b3c5b9709bebd068505fec8fda105d Mon Sep 17 00:00:00 2001 From: omuretsu <84951833+Snarling@users.noreply.github.com> Date: Wed, 12 Jul 2023 19:28:58 -0400 Subject: [PATCH] Update changelog 12 July 2023 --- src/Constants.ts | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/Constants.ts b/src/Constants.ts index 260d387d8..e504da852 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -231,31 +231,38 @@ export const CONSTANTS: { // Also update doc/source/changelog.rst LatestUpdate: ` -v2.3.2 dev - Changelog updated 7/7/2023 ---------------------------------------- +v2.3.2 dev - Changelog updated 7/12/2023 +---------------------------------------- Also see 2.3.1 release notes: https://github.com/bitburner-official/bitburner-src/releases/tag/v2.3.1 GENERAL / MISC: -* Syntax errors now show details in the script editor and when attempting to run the script (@bezrodnov) -* Fix issue that could cause a script's ram to free up twice if it was killed during its own atExit (@d0sboots) + +* Added documentation browser ingame. This is the new primary location for game documentation. (@hydroflame) +* Syntax errors now show helpful details at script editor / terminal (@bezrodnov) +* A script's ram will no longer free up twice if it was killed during its own atExit (@d0sboots) +* Ram calculation should now be able to handle barrel files and renamed exports. (@G4mingJon4s) * ns.printRaw and ns.tprintRaw are now documented functions. (@Snarling) -* "Back" button from faction augs page now navigates to correct previous page in all cases (@bezrodnov) +* "Back" button from faction augs leads to previous page, instead of always to main faction screen (@bezrodnov) * Addressed an issue where money hacked was being Math.floored incorrectly (@MeggalBozale) * Aliases that reference their own name stop expanding after first replacement. (@NilsRamstoeck) * Hitting enter at the terminal with nothing typed in will print out an empty line (@rqzcho) -* Fixed a bug where dragging a tail window titlebar would sometimes scroll the tail window content (@bezrodnov) +* Fixed a bug where dragging a tail window titlebar could also scroll the tail window content (@bezrodnov) * Show more info in the savegame comparison tool (@bezrodnov) * Fixed Script Editor indent option having backwards behavior. (@Snarling) * Internal code refactors (@bezrodnov, @Snarling) -* Documentation fixes (@tdnzr, @amuck-gorilla, @rodneygauna, @Snarling) +* Documentation fixes (@tdnzr, @amuck-gorilla, @rodneygauna, @hydroflame, @Snarling) * Nerf noodle bar SPOILER SECTIONS: +------------ + CORPORATION: -* Fixed an issue where invalid materials for a division could be bought through the API. (@Snarling) -* Added investment amount info to return value for getProduct (@Snarling) +* ns.corporation.hireEmployee now actually defaults to Unassigned instead of failing. (@Snarling) +* ns.corporation.getProduct now provides investment amounts (@Snarling) +* Invalid materials for a division can no longer be bought through the API. (@Snarling) +* Fixed a React error that could occur if a division had invalid materials. (@Snarling) `, };