From c1fa5502eb08143a0e6e7862577fa57480919c0f Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 1 Feb 2025 01:43:40 +0100 Subject: [PATCH] Release v2025.01 Signed-off-by: Haru --- CHANGELOG.md | 7 +++++++ doc/constants_pre-re.md | 2 +- doc/constants_re.md | 2 +- src/config/core.h | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae087babf16..71e4a237a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,12 @@ If you are reading this in a text editor, simply ignore this section ### Removed --> +## [v2025.01] `January 2025` + +### Added + +- Added some validation checks for unusual/suspicious whitespace in incoming chat messages. (#3335) + ## [v2024.11] `November 2024` ### Changed @@ -3192,6 +3198,7 @@ Note: everything included in this release is part of PR #3198 which consists of - New versioning scheme and project changelogs/release notes (#1853) [Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master +[v2025.01]: https://github.com/HerculesWS/Hercules/compare/v2024.11...v2025.01 [v2024.11]: https://github.com/HerculesWS/Hercules/compare/v2024.10...v2024.11 [v2024.10]: https://github.com/HerculesWS/Hercules/compare/v2024.09...v2024.10 [v2024.09]: https://github.com/HerculesWS/Hercules/compare/v2024.08...v2024.09 diff --git a/doc/constants_pre-re.md b/doc/constants_pre-re.md index 6c0d1e03323..366d38379f6 100644 --- a/doc/constants_pre-re.md +++ b/doc/constants_pre-re.md @@ -4878,7 +4878,7 @@ ### Server defines - `PACKETVER`: 20190530 -- `HERCULES_VERSION`: 202411000 +- `HERCULES_VERSION`: 202501000 - `MAX_LEVEL`: 175 - `MAX_STORAGE`: 600 - `MAX_GUILD_STORAGE`: 500 diff --git a/doc/constants_re.md b/doc/constants_re.md index 16916beb807..aa17b66cecd 100644 --- a/doc/constants_re.md +++ b/doc/constants_re.md @@ -4878,7 +4878,7 @@ ### Server defines - `PACKETVER`: 20190530 -- `HERCULES_VERSION`: 202411000 +- `HERCULES_VERSION`: 202501000 - `MAX_LEVEL`: 175 - `MAX_STORAGE`: 600 - `MAX_GUILD_STORAGE`: 500 diff --git a/src/config/core.h b/src/config/core.h index f652116b338..f38678b1c85 100644 --- a/src/config/core.h +++ b/src/config/core.h @@ -22,7 +22,7 @@ #define CONFIG_CORE_H /// Hercules version. From tag vYYYY.MM(+PPP) -> YYYYMMPPP -#define HERCULES_VERSION 202411000 +#define HERCULES_VERSION 202501000 /// Max number of items on @autolootid list #define AUTOLOOTITEM_SIZE 10