From 63e4949facaffdfb8a8c60fb890a13e29c5c45c8 Mon Sep 17 00:00:00 2001 From: OBro1961 Date: Sat, 21 Sep 2024 00:20:28 -0500 Subject: [PATCH] Fix version [LAST COMMIT ON THIS BRANCH] --- changelog.md | 8 +++++--- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index d5ffe15..ef7a9d0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,13 @@ # Changelog +## Chat Patches `211.6.9` for Minecraft 1.21, 1.21.1 on Fabric, Quilt +- Fixed blank messages being sent instead of Xaero's Minimap waypoints ([#158](https://www.github.com/mrbuilder1961/ChatPatches/issues/158)) + - Should also fix any issues in the special case where a message is modified in between receiving and storing it +- Synced `zh_cn.json` with the current English translation, thanks [suoyukii](https://github.com/suoyukii)! ([#203](https://www.github.com/mrbuilder1961/ChatPatches/issues/203))) + ## Chat Patches `211.6.8` for Minecraft 1.21, 1.21.1 on Fabric, Quilt - Fixed the chat log taking insane amounts of time to read ([#191](https://www.github.com/mrbuilder1961/ChatPatches/issues/191)) - Fixed the copy menu staying open when other chat widgets were focused/interacted with ([#165](https://www.github.com/mrbuilder1961/ChatPatches/issues/165)) -- Fixed blank messages being sent instead of Xaero's Minimap waypoints ([#158](https://www.github.com/mrbuilder1961/ChatPatches/issues/158)) - - Should also fix any issues in the special case where a message is modified in between receiving and storing it -- Synced `zh_cn.json` with the current English translation, thanks [suoyukii](https://github.com/suoyukii)! (##203)) ## Chat Patches `211.6.7` for Minecraft 1.21, 1.21.1 on Fabric, Quilt - Gradle 8.10 diff --git a/gradle.properties b/gradle.properties index daed926..2116a28 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true # Mod properties archives_base_name=chatpatches group=obro1961.chatpatches -version=211.6.8 +version=211.6.9 cfId=560042 mrId=MOqt4Z5n