From 2b542257a9cc6cab2e407d0c0aac341309de88c7 Mon Sep 17 00:00:00 2001 From: David Walker Date: Wed, 18 Feb 2026 13:52:02 -0800 Subject: [PATCH] MISC: Update changelog (#2514) Latest commit: 9279b16 --- src/Constants.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Constants.ts b/src/Constants.ts index 27c8b8c1f..498229049 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -111,7 +111,7 @@ export const CONSTANTS = { // Also update Documentation/doc/en/changelog.md when appropriate (when doing a release) LatestUpdate: ` -## v3.0.0 development version: last updated 17 February 2026 +## v3.0.0 development version: last updated 18 February 2026 ### BREAKING CHANGES @@ -207,6 +207,8 @@ export const CONSTANTS = { - Improve help text of scp and run (#2493) (@catloversg) - Add option to disable minimap in script editor (#2504) (@catloversg) - Improve navigation system of in-game documentation viewer (#2499) (@catloversg) +- Use font family setting when rendering MUI Link component (#2511) (@catloversg) +- Show hints of BitNode documentation and allow opening it in BitVerse (#2513) (@catloversg) ### MISC @@ -288,6 +290,7 @@ export const CONSTANTS = { - Expose ProgramName enum (#2492) (@catloversg) - More fixes and feedback in darknet (#2489) (@ficocelliguy) - Fix missed cases in offline server handling (#2495) (@d0sboots) +- Adjust darknet balance from player feedback (#2512) (@ficocelliguy) ### DOCUMENTATION