From fda52448c20f5537c8f03aaf6a3b844119c20463 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Sat, 9 Sep 2023 00:05:27 -0700 Subject: [PATCH] release: Version 1.8.4 --- CHANGELOG.md | 12 ++++++++++++ README.md | 6 +++--- cloud-minecraft/README.md | 22 +++++++++++----------- gradle.properties | 2 +- 4 files changed, 27 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ec775d..419fcc1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.8.4] + +### Fixed +- Core: Flags not tab-completing unless string is empty ([#460](https://github.com/Incendo/cloud/pull/460)) +- Core: Parser registry not properly resolving `TypeToken`s ([#454](https://github.com/Incendo/cloud/pull/454)) +- Fabric: Pottery pattern registry overriding default string parser for annotations +- Fabric: Log cause of CommandExecutionException in fabric's default exception handler ([#466](https://github.com/Incendo/cloud/pull/466)) + +### Changed +- Core: Improved string parser supplier argument checking +- Bukkit/Paper: Improve docs around Brigadier support + ## [1.8.3] ### Changed diff --git a/README.md b/README.md index 3e422f85..d140fe9e 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Snapshot builds of Cloud are available through the [Sonatype OSS Snapshot reposi cloud.commandframework cloud-PLATFORM - 1.8.3 + 1.8.4