Skip to content

Commit c1fa550

Browse files
committed
Release v2025.01
Signed-off-by: Haru <[email protected]>
1 parent 2c181a6 commit c1fa550

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ If you are reading this in a text editor, simply ignore this section
2222
### Removed
2323
-->
2424

25+
## [v2025.01] `January 2025`
26+
27+
### Added
28+
29+
- Added some validation checks for unusual/suspicious whitespace in incoming chat messages. (#3335)
30+
2531
## [v2024.11] `November 2024`
2632

2733
### Changed
@@ -3192,6 +3198,7 @@ Note: everything included in this release is part of PR #3198 which consists of
31923198
- New versioning scheme and project changelogs/release notes (#1853)
31933199

31943200
[Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master
3201+
[v2025.01]: https://github.com/HerculesWS/Hercules/compare/v2024.11...v2025.01
31953202
[v2024.11]: https://github.com/HerculesWS/Hercules/compare/v2024.10...v2024.11
31963203
[v2024.10]: https://github.com/HerculesWS/Hercules/compare/v2024.09...v2024.10
31973204
[v2024.09]: https://github.com/HerculesWS/Hercules/compare/v2024.08...v2024.09

doc/constants_pre-re.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4878,7 +4878,7 @@
48784878
### Server defines
48794879

48804880
- `PACKETVER`: 20190530
4881-
- `HERCULES_VERSION`: 202411000
4881+
- `HERCULES_VERSION`: 202501000
48824882
- `MAX_LEVEL`: 175
48834883
- `MAX_STORAGE`: 600
48844884
- `MAX_GUILD_STORAGE`: 500

doc/constants_re.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4878,7 +4878,7 @@
48784878
### Server defines
48794879

48804880
- `PACKETVER`: 20190530
4881-
- `HERCULES_VERSION`: 202411000
4881+
- `HERCULES_VERSION`: 202501000
48824882
- `MAX_LEVEL`: 175
48834883
- `MAX_STORAGE`: 600
48844884
- `MAX_GUILD_STORAGE`: 500

src/config/core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define CONFIG_CORE_H
2323

2424
/// Hercules version. From tag vYYYY.MM(+PPP) -> YYYYMMPPP
25-
#define HERCULES_VERSION 202411000
25+
#define HERCULES_VERSION 202501000
2626

2727
/// Max number of items on @autolootid list
2828
#define AUTOLOOTITEM_SIZE 10

0 commit comments

Comments
 (0)