mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 04:35:46 +01:00
2.4.2dev Start
This commit is contained in:
parent
de5ebc993b
commit
281e22c90c
@ -83,8 +83,8 @@ export const CONSTANTS: {
|
|||||||
Donations: number; // number of blood/plasma/palette donation the dev have verified., boosts NFG
|
Donations: number; // number of blood/plasma/palette donation the dev have verified., boosts NFG
|
||||||
LatestUpdate: string;
|
LatestUpdate: string;
|
||||||
} = {
|
} = {
|
||||||
VersionString: "2.4.1",
|
VersionString: "2.4.2dev",
|
||||||
isDevBranch: false,
|
isDevBranch: true,
|
||||||
VersionNumber: 34,
|
VersionNumber: 34,
|
||||||
|
|
||||||
/** Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
|
/** Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
|
||||||
@ -219,44 +219,11 @@ export const CONSTANTS: {
|
|||||||
|
|
||||||
// Also update doc/source/changelog.rst
|
// Also update doc/source/changelog.rst
|
||||||
LatestUpdate: `
|
LatestUpdate: `
|
||||||
## v2.4.1 Update (8/26/23)
|
## v2.4.2 dev changelog (last updated 8/26/23)
|
||||||
|
|
||||||
### FEATURE ADDITIONS:
|
See 2.4.1 changelog: https://github.com/bitburner-official/bitburner-src/blob/stable/src/Documentation/doc/changelog.md
|
||||||
|
|
||||||
- Added "Enable terminal history search with arrow keys" option in Misc options category, inspired by similar functionality in shells like zsh. (@ficocelliguy)
|
|
||||||
|
|
||||||
### BUGFIX:
|
|
||||||
|
|
||||||
- Fixed a bug where buying NeuroFlux Governor would buy one less level than expected (@zerbosh)
|
|
||||||
- Fixed an issue that could cause the Coding Contract UI to become unreachable (@myCatsName)
|
|
||||||
- Infiltration: Knowledge of Apollo aug no longer highlights the incorrect wires (@Snarling)
|
|
||||||
|
|
||||||
### CODEBASE / DOCS / MISC:
|
|
||||||
|
|
||||||
- Added a new theme "zerenity" (@Zelow79)
|
|
||||||
- Reorganize game constants (@zerbosh)
|
|
||||||
- Reorganize ingame documentation folder structure, simplify documentation bundling (@Snarling)
|
|
||||||
- IP Address coding contract accepts single-quoted entries (@myCatsName)
|
|
||||||
- Updated an outdated message on ns.killall logs (@myCatsName)
|
|
||||||
- Updated documentation for ns.share and ns.getSharePower (@myCatsName)
|
|
||||||
- Removed functions (like ns.getServerRam) are no longer shown when enumerating ns entries. (@Snarling)
|
|
||||||
- Removed more references to ReadTheDocs that remained after 2.4.0 (@hydroflame)
|
- Removed more references to ReadTheDocs that remained after 2.4.0 (@hydroflame)
|
||||||
- Fixed some typos/spacing (@myCatsName)
|
No changes yet since 2.4.1 release.
|
||||||
- Fixed an issue with incorrect React keys in active scripts page (@zornlemma)
|
|
||||||
|
|
||||||
### API CHANGES (NON-SPOILER)
|
|
||||||
|
|
||||||
- Added ns.stock.getConstants (@Snarling)
|
|
||||||
- Added ownedAugs and ownedSF properties to return data of ns.getResetInfo (@Snarling)
|
|
||||||
|
|
||||||
### API CHANGES (SPOILERS):
|
|
||||||
|
|
||||||
- Added ns.singularity.getAugmentationFactions to provide a list of factions that have a given augmentation (@myCatsName)
|
|
||||||
- ns.corporation.getConstants now has a ram cost of 0 (@Snarling)
|
|
||||||
|
|
||||||
### OTHER CHANGES (SPOILERS):
|
|
||||||
|
|
||||||
- Successes for next level is now accurate in the UI for Bladeburner operations (@myCatsName)
|
|
||||||
- ns.sleeve.setToFactionWork no longer allows working for factions the player has not joined (@Snarling)
|
|
||||||
`,
|
`,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user