diff --git a/src/Constants.ts b/src/Constants.ts index 0111210b9..078206ae1 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -223,30 +223,45 @@ export const CONSTANTS: { // Also update doc/source/changelog.rst LatestUpdate: ` -## v2.5.2dev changelog - Last updated 30 November 2023 +## v2.5.2dev changelog - Last updated 7 December 2023 ### NOTES See the 2.5.1 changelog at https://github.com/bitburner-official/bitburner-src/blob/v2.5.1/src/Documentation/doc/changelog.md -### MAJOR ADDITIONS - -- No changes since 2.5.1 - ### API -- No changes since 2.5.1 +- Added limit of 1e9 for additionalMsec property of HGWOptions (@d0sboots) +- ns.share effect is now boosted by host server core count (@TheAimMan) +- (Stanek) ns.stanek.chargeFragment is now boosted by host server core count (@TheAimMan) ### BUGFIX -- No changes since 2.5.1 +- (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) +- (Grafting) Entropy now has the correct negative effect on hacknet multipliers (@TheAimMan) +- (Hashnet) Fixed an issue where the SF9.3 reward server had an incorrect number of cores (@cigarmemr) +- (Terminal) Fixed a bug with script autocompletion when the script is inside a subdirectory (@draughtnyan) ### MISC +- (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) 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) +- (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) +- (Stock) Add some randomization to timing for stockmarket forecast change events (@Caldwell-74) +- (Terminal) Added the --all option for unalias, to allow removing all aliases (@Sphyxis) - Nerf noodle bar (various contributors) ### UI -- No changes since 2.5.1 +- Message for buying TOR router no longer implies the need to connect to darkweb (@Kelenius) +- (Factions) Only show warning about enemy factions for factions with enemies (@jjclark1982) +- (Stanek) Improved the display of the Stanek grid (@Kelenius) `, };