mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Changeog
This commit is contained in:
parent
aaf80a9a33
commit
6a76e1a9ab
@ -223,30 +223,43 @@ export const CONSTANTS: {
|
||||
|
||||
// Also update doc/source/changelog.rst
|
||||
LatestUpdate: `
|
||||
## v2.5.1 dev changelog (last updated 10/23/2023)
|
||||
## v2.5.1 dev changelog (last updated 11/7/2023)
|
||||
|
||||
### NOTES
|
||||
For the Steam version, this update includes a change that may result in your menu options reverting to default settings. If you experience issues with the correct savegame not loading, or you need to use Steam Cloud integration, check these menu settings after starting the game.
|
||||
|
||||
See 2.5.0 changelog at https://github.com/bitburner-official/bitburner-src/blob/stable/src/Documentation/doc/changelog.md
|
||||
|
||||
### MAJOR ADDITIONS
|
||||
|
||||
- Added a faction rumors system, to learn the requirements for joining factions ingame (@jjclark1982)
|
||||
|
||||
### API
|
||||
|
||||
- (Bladeburner) Added ns.bladeburner.nextUpdate, which allows waiting for the next update of the bladeburner mechanic (@jjclark1982)
|
||||
- (Bladeburner) Added ns.bladeburner.getNextBlackOp, which provides name and rank info for the next Black Operation that can be completed (@myCatsName)
|
||||
- (Corporation) Added ns.corporation.nextUpdate, which allows waiting for the next update of the corporation mechanic (@jjclark1982)
|
||||
- (Corporation) Added a size property to the return value of getProduct (@Caldwell-74)
|
||||
- (Corporation) ns.corporation.getCorporation return value: 'state' property is deprecated. Added 'prevState' and 'nextState' properties. (@Caldwell-74)
|
||||
- (Gang) Added ns.gang.nextUpdate, which allows waiting for the next update of the gang mechanic (@jjclark1982)
|
||||
- (Singularity) Added a JobField enum, and used this for the ns.singularity.applyToCompany function (@alutman)
|
||||
- (Singularity) ns.singularity.purchaseProgram now returns true for programs that are already owned even if the player doesn't have enough money to re-buy the program (@ncharris93)
|
||||
- (Sleeve) Added nextCompletion promise as a property of sleeve bladeburner work tasks (@Snarling)
|
||||
- (Stanek) Added an effect property to getFragment (@TheAimMan)
|
||||
- (Stock) Added ns.stock.nextUpdate, which allows waiting for the next update of the stock mechanic (@jjclark1982)
|
||||
|
||||
### BUGFIX
|
||||
|
||||
- (Bladeburner) Fixed a bug that could allow reaching -1 contracts available (@TheAimMan)
|
||||
- (Corporation) Fix an incorrect calculation when adding more employees to an office (@Caldwell-74)
|
||||
- (Corporation) Bulk purchase can no longer be used to exceed maximum warehouse capacity (@TheAimMan)
|
||||
- (Corporation) Fixed a bug that allowed out-of-order research (@TheAimMan)
|
||||
- (Corporation) Product production cost is stored separately for each city (@Caldwell-74)
|
||||
- (Sleeve) Sleeve crime work can no longer cause an overflow of %completion when performing quick crimes during bonus time (@TheAimMan)
|
||||
- (Stanek) Multipliers from Stanek are now calculated correctly even if the player has Entropy (@yichizhng)
|
||||
- (Stanek) Fix a bug where Stanek bonuses were not being removed correctly after a reset (@TheAimMan)
|
||||
- Fix an error that would occur in some cases when using gymGains or universityGains (@cigarmemr)
|
||||
- Fix tab autocompletion when running a sceript without the run command (@mytskine)
|
||||
- Fix a bug that could cause the wrong coding contract to be deleted when using rm (@TheAimMan)
|
||||
- Scripts no longer show $0 for offline money income (@alutman)
|
||||
- Faction invitations are now cleared properly when performing a reset (@alutman)
|
||||
@ -255,6 +268,7 @@ See 2.5.0 changelog at https://github.com/bitburner-official/bitburner-src/blob/
|
||||
|
||||
### MISC
|
||||
|
||||
- (Sleeve) Added ability to set a sleeve to idle through the UI (@Sphyxis)
|
||||
- Updated lots of dependencies (@Caldwell-74)
|
||||
- Updated electron to the latest version (Steam version only) (@Snarling)
|
||||
- Various spelling / grammar / wording fixes (@ficocelliguy, @Squirlll, @Warrobot10)
|
||||
|
Loading…
Reference in New Issue
Block a user