From 27c51f88b214d1edc7b1f4605777b01c31206222 Mon Sep 17 00:00:00 2001 From: pomchom Date: Fri, 15 Dec 2023 00:37:14 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df343f5e6..669c37375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,22 @@ -For Minecraft 1.20.1 with Fabric API +For Minecraft 1.20.2, Fabric API 0.90.7 or newer -### Changes +### Additions +- Completely overhauled Syntax Highlighting, which now highlights the chat input box directly +- Syntax Highlighting now includes MiniMessage highlighting -- Significantly improved performance -- Improved mod compatibility (notably with Noxesium) -- Side chat is now symmetric with main chat -- Message stacking now uses Minecraft's chat status system -(indicated by a hoverable aqua line to the left of the message) -- The DiamondFire button of the title screen now supports the High Contrast resource pack +### Changes +- Updated to Minecraft 1.20.2 +- Formatting changes and fixes to Chest Preview (#60, thanks Electric131) ### Fixes - -- Fixed many features not working for non-ranked players -- Viewing the profile of a non-ranked player no longer errors -- General performance no longer slows over time (thanks Wyzzard225) -- The mod is now compatible with Sodium 0.5 (but is __no longer compatible__ with 0.4, so players must update) -- Fixed the 'Pick Block' vanilla key bind not working with the mod -- Auto /chat local now works when joining a plot from another plot -- Side chat now rescales with the game window -- Chat status descriptions can now be viewed for messages in side chat +- Holding Game Values can no longer crash the game (thanks ShadowEmpress_) +- Kicks for "out-of-order chat packets" are now much less common +- Message stacking once again works for multi-line messages +- Code Search is now compatible with Sodium 0.5 (for real this time!) +- The check for DiamondFire IP addresses is now case-insensitive +- `/dfgive clipboard` now trims extraneous whitespace (#61, thanks Electric131) +- More obscure fixes to location overlay and state-related features (thanks ShadowEmpress_) ### Removals -- Temporarily disabled `/nbssearch`, mainly for security reasons (re-adding this is a high priority!) \ No newline at end of file +- Removed `/schem` +- Removed `/gradient` in favor of `` \ No newline at end of file