You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
This file contains update logs for this project. The top may contain a `Unreleased` section, gathering update logs for a future update during development.
3
3
4
4
---
5
-
## Unreleased
5
+
## 4.0.0 - March 17th 2022
6
6
### Changed
7
7
* Added support for hex colors in messages and replaced the component parsing with adventure-minimessage
8
8
* This means that section symbols (`§`) are no longer the intended/supported format
9
9
* You can use the following page to edit and preview formatted text: https://webui.adventure.kyori.net/
10
-
* You can find full documentation on the format (including normal colors and formatting, rgb, click/hover events, and more) here: https://docs.adventure.kyori.net/minimessage
10
+
* You can find full documentation on the format (including normal colors and formatting, rgb, click/hover events, and more) here: https://docs.adventure.kyori.net/minimessage/format
11
11
* Your config and language file will be updated to the new format automatically, you won't have to change anything manually!
12
-
*The player count and player count hover messages do not support rgb components
12
+
*Note that the player count and player count hover messages do not support rgb colors
13
13
* Updated Sponge module to SpongeAPI v8 (Minecraft 1.15+)
14
14
* Changed `%NEWLINE%` replacement to `<br>`
15
15
* Changed `enable-timerspecific-messages` to default to `true` in newly generated config files
@@ -18,6 +18,7 @@ This file contains update logs for this project. The top may contain a `Unreleas
18
18
* Added Polish translations (thanks to Slasherss1)
19
19
* Updated French translations (thanks to Aurelien30000)
20
20
* Updated Spanish translations (thanks to Jaximo)
21
+
* If you were using the MaintenanceAddon, you need to update it to [version 1.2.0](https://github.com/kennytv/MaintenanceAddon/releases/tag/1.2.0)
21
22
### Fixed
22
23
* Fixed missing language key warning for the scheduletimer command
23
24
* Fixed typo in `singleServerMaintenanceListEmpty` default language string
0 commit comments