Changelog + generate docs

This commit is contained in:
Snarling 2024-03-11 13:14:33 -04:00
parent 162310f005
commit 0457081908
2 changed files with 21 additions and 2 deletions

@ -28,3 +28,5 @@ RAM cost: 0 GB
Logging can be disabled for all functions by passing `ALL` as the argument.
For specific interfaces, use the form "namespace.functionName". (e.g. "ui.setTheme")

@ -200,8 +200,25 @@ export const CONSTANTS: {
// Also update doc/source/changelog.rst
LatestUpdate: `
## v2.6.1 dev - last updated 5 Mar 2024
## v2.6.1 dev - last updated 11 Mar 2024
No changes since v2.6.0 release. See 2.6.0 changelog at https://github.com/bitburner-official/bitburner-src/blob/v2.6.0/src/Documentation/doc/changelog.md
See 2.6.0 changelog at https://github.com/bitburner-official/bitburner-src/blob/v2.6.0/src/Documentation/doc/changelog.md
### API
- (Go) Fix a bug that allowed facing secret opponent early (@ficoccelliguy)
### UI
- (Gang) Fix inaccurate display of wanted reduction rate when performing "justice" tasks (@LJNeon)
- (Go) Fix an incorrect displayed max favor on Go history page (@ficocelliguy)
- Fixed a display issue on the bitverse page (@LJNeon)
### MISC
- Miscellaneous documentation fixes (@adeilt, @User670)
- Allow .json files (@shyguy1412)
- Remove some unnecessary data from save file (@Snarling)
- Nerf noodle bar (various contributors)
`,
};