diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e6fe7144..a5ba129a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,11 @@ -12.x - 1.21 - dev/master - java 21 -================================== +12.x - 1.21.1 - dev/master - java 21 +==================================== +12.3.0 - Updated to Minecraft 1.21.1 + - Updated Russian translations (#285) + - Fixed crash when opening the config screen from NeoForge's mod menu screen (#286) + - [API] Added API to annotate config object with comments in JSON5 mode + - Changed config files from JSON to JSON5, also added comments for them + - Changed all config files to be reloaded when the plugin reloaded 12.2.4 - Added Vietnamese translation (284) 12.2.3 - Updated Simplified Chinese translations - Added ominous item spawner's item (#274) @@ -202,6 +208,10 @@ 8.x - 1.20.1 - dev/1.20.1 - java 17 =================================== +8.14.0 - Updated Russian translations (#285) + - [API] Added API to annotate config object with comments in JSON5 mode + - Changed config files from JSON to JSON5, also added comments for them + - Changed all config files to be reloaded when the plugin reloaded 8.13.4 - Added Vietnamese translation (284) 8.13.3 - Updated Simplified Chinese translations - Fixed crash when clicking plugin toggles screen (#273) @@ -430,6 +440,11 @@ 5.x - 1.19.2 - dev/1.19.2 - java 17 =================================== +5.29.0 - Updated Russian translations (#285) + - Fixed crash on Forge server + - [API] Added API to annotate config object with comments in JSON5 mode + - Changed config files from JSON to JSON5, also added comments for them + - Changed all config files to be reloaded when the plugin reloaded 5.28.7 - Added Vietnamese translation (284) 5.28.3 - Updated Simplified Chinese translations - Fixed crash when clicking plugin toggles screen (#273)