Skip to content

Commit

Permalink
🚀 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
syldium committed Jun 25, 2022
1 parent 8248e16 commit 2456b18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<top_player>` placeholder returns the name of the player with the most points/lifes in descending order.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2456b18

Please sign in to comment.