From 2b7f6381ebdc75a5dbe8db4e27121036b31d644c Mon Sep 17 00:00:00 2001 From: Snarling <84951833+Snarling@users.noreply.github.com> Date: Fri, 22 Dec 2023 06:54:53 -0500 Subject: [PATCH] Changelog update --- src/Constants.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Constants.ts b/src/Constants.ts index 21ca91d49..3397d3827 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -233,10 +233,14 @@ See the 2.5.1 changelog at https://github.com/bitburner-official/bitburner-src/b - Added limit of 1e9 for additionalMsec property of HGWOptions (@d0sboots) - ns.share effect is now boosted by host server core count (@TheAimMan) +- Fix a bug with HGWOptions that caused the default value to be 1 thread even for scripts running multiple threads (@DJMatch3000) +- (Singularity) ns.singularity.getCurrentWork now requires access to the singularity API (@TheAimMan) +- (Singularity) Added ns.singularity.getFactionInviteRequirements (@jjclark1982) - (Stanek) ns.stanek.chargeFragment is now boosted by host server core count (@TheAimMan) ### BUGFIX +- (Bladeburner) Operation team size modal now handles keyboard submission correctly (@Snarling) - (Corporation) Fixed an issue with Warehouse size being out of sync following prduct sale (@Kelenius) - (Factions) Fixed some display order issues, and possible multiple entries for a faction (@jjclark1982) - (Factions) Fixed an issue with certain factions not becoming "known" when joining them (@jjclark1982) @@ -246,12 +250,15 @@ See the 2.5.1 changelog at https://github.com/bitburner-official/bitburner-src/b ### MISC +- Added basic protection for certain global values that could cause a recovery screen if reassigned (@Snarling) +- Fixed conditions for an easter egg message (@cigarmemr) - (Bitverse) Changed listed difficulty for BN3 to "hard" - (CodingContract) Reduce incidence of $0 coding contract rewards in circumstances where the reward would be $0 (@trambelus) - (Corporation) Added better accounting of funds transactions (@jjclark1982) - (Corporation) Remove cooldown on starting over corporation, but maintain remaining cooldown for selling shares (@jjclark1982) - (Corporation) Removed some legacy code that was not doing anything (@catloversg) - (DevMenu) Added the ability to add/remove sleeves from the dev menu (@Sphyxis, @Snarling) +- (Docs) Fixed various typos in documentation (@tdpeuter) - (Factions) Added a documentation page for faction join requirements (@jjclark1982) - (Formulas) Added clarification for the unit of time returned by hackTime, growTime, and weakenTime functions (@d0sboots) - (Ports) Promises from port.nextWrite resolve in the same order they were created, instead of reverse order (@LJNeon) @@ -263,6 +270,8 @@ See the 2.5.1 changelog at https://github.com/bitburner-official/bitburner-src/b ### UI - Message for buying TOR router no longer implies the need to connect to darkweb (@Kelenius) +- (Company) Rework of the job location details (@jjclark1982) +- (Company) Added previous/next buttons for job location if the player has multiple jobs (@Kelenius) - (Factions) Only show warning about enemy factions for factions with enemies (@jjclark1982) - (Stanek) Improved the display of the Stanek grid (@Kelenius) `,