From 2456b18e2ea1d6dc7846c6d02f0e42917119bf44 Mon Sep 17 00:00:00 2001 From: syldium Date: Sat, 25 Jun 2022 11:54:37 +0200 Subject: [PATCH] :rocket: 1.4.0 release --- CHANGELOG.md | 14 +++++++++++++- build.gradle | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dab76dc9..1845cdd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changelog ========= +## [1.4.0] - 2022-06-25 +### Added +- Components such as clickable text are now supported on 1.19 servers. +- The block configuration is now reloadable. + +### Fixed +- A player name change is now correctly reflected in the database. + +### Other +- More information is logged when using database drivers. +- The player name is now stored with a VARCHAR instead of a CHAR type. + ## [1.3.0] - 2022-02-03 ### Added - The `` placeholder returns the name of the player with the most points/lifes in descending order. @@ -12,7 +24,7 @@ Changelog ## [1.2.2] - 2022-01-16 ### Fixed -- Support for Brigadier commands in the command blocks. +- Support for Brigadier commands in command blocks. - Rich text components for chat and scoreboard on 1.18.1 servers. ### Other diff --git a/build.gradle b/build.gradle index 64f60f8b..58755d52 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ subprojects { } project.description = 'Plugin for the thimble mini game (dé à coudre)' - project.ext.fullVersion = '1.3.1-SNAPSHOT' + project.ext.fullVersion = '1.4.0' jar { manifest {