mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-03 21:13:49 +01:00
parent
c686580289
commit
b829f28f8c
@ -109,7 +109,7 @@ export const CONSTANTS = {
|
|||||||
|
|
||||||
// Also update Documentation/doc/changelog.md when appropriate (when doing a release)
|
// Also update Documentation/doc/changelog.md when appropriate (when doing a release)
|
||||||
LatestUpdate: `
|
LatestUpdate: `
|
||||||
## v2.7.0 Dev: Last updated 25 November 2024
|
## v2.7.0 Dev: Last updated 27 November 2024
|
||||||
|
|
||||||
### MAJOR ADDITIONS
|
### MAJOR ADDITIONS
|
||||||
|
|
||||||
@ -230,6 +230,7 @@ export const CONSTANTS = {
|
|||||||
- Add error cause to exception alert and Recovery mode UI (@catloversg)
|
- Add error cause to exception alert and Recovery mode UI (@catloversg)
|
||||||
- Fix ramOverride check (@jonhartnett)
|
- Fix ramOverride check (@jonhartnett)
|
||||||
- Accept "noscript" as parameter for skipping loading scripts (@catloversg)
|
- Accept "noscript" as parameter for skipping loading scripts (@catloversg)
|
||||||
|
- Fix: Multiple issues with migrating older savegames (@catloversg)
|
||||||
|
|
||||||
### SPOILER CHANGES
|
### SPOILER CHANGES
|
||||||
|
|
||||||
@ -274,6 +275,7 @@ export const CONSTANTS = {
|
|||||||
- Remove WD from Hashnet server list if TRP not installed (@gmcew)
|
- Remove WD from Hashnet server list if TRP not installed (@gmcew)
|
||||||
- Deduct karma when successfully completing action involving killing (@catloversg)
|
- Deduct karma when successfully completing action involving killing (@catloversg)
|
||||||
- Fix: Hashserver UI shows wrong server list when purchasing upgrades (@catloversg)
|
- Fix: Hashserver UI shows wrong server list when purchasing upgrades (@catloversg)
|
||||||
|
- Fix wrong initial productionMult of new division (@catloversg)
|
||||||
|
|
||||||
### CODEBASE/REFACTOR
|
### CODEBASE/REFACTOR
|
||||||
|
|
||||||
@ -326,5 +328,7 @@ export const CONSTANTS = {
|
|||||||
- Fix: Wrong usage of delete operator in Settings.load (@catloversg)
|
- Fix: Wrong usage of delete operator in Settings.load (@catloversg)
|
||||||
- Mitigate cyclic dependency between Jsonable classes (@catloversg)
|
- Mitigate cyclic dependency between Jsonable classes (@catloversg)
|
||||||
- Fix: Generic Reviver does not handle Message class (@catloversg)
|
- Fix: Generic Reviver does not handle Message class (@catloversg)
|
||||||
|
- Add tests for b1tflum3 and destroyW0r1dD43m0n API (@catloversg)
|
||||||
|
- Multiple large refactors to savegame loading for better validation and safety (@catloversg)
|
||||||
`,
|
`,
|
||||||
} as const;
|
} as const;
|
||||||
|
Loading…
Reference in New Issue
Block a user