Chat Patches 215.6.16
for Minecraft 1.21.5 on Fabric, Quilt
- Fixed the CompactChat dupe counter occasionally merging messages incorrectly (#237, other issue)
- Fixed the boundary line being constructed in the wrong order
- Added a help/debug option to enable logging message structures to the log, which is disabled by default
Chat Patches 206.6.7-secure
for Minecraft 1.20.5, 1.20.6 on Fabric, Quilt
- Ported codecification of chat log, plus the fix for #180
- Ported fix for #183 (aka #178)
- Removed stray debug logpoint in
ChatUtils#tryCondenseMessage
- Fixed
YACLConfig
not using the proper Chat PatchesIdentifier
method - Removed unnecessary debug logging when some options inevitably don't have preview images associated with them
- Fixed a security vulnerability
Chat Patches 215.6.14
for Minecraft 1.21.5 on Fabric, Quilt
- Updated to 1.21.5
- Removed debug logs sending after every message (whoops!)
- Added an
animatedpreview image for the dynamic shift feature to better explain how it works (YACL won't animate the image and the creator won't help me out, so I'm just going to fix this later)
Chat Patches 214.6.14
for Minecraft 1.21.2-1.21.4 on Fabric, Quilt
- Removed debug logs sending after every message (whoops!)
- Added an
animatedpreview image for the dynamic shift feature to better explain how it works (YACL won't animate the image and the creator won't help me out, so I'll fix this later)
Chat Patches 214.6.12
for Minecraft 1.21.2-1.21.4 on Fabric, Quilt
- Bumped dependencies, now requires Fabric Loader >=0.16.10
- Fixed some playernames not formatting properly
- Fixed the CompactChat dupe counter sometimes not working (#216 and likely #218)
- Fixed YACL config screen not opening if the locale is set to Turkish (tr_tr)
- Added Italian translations (it_it) thanks to Nukecraft5419! (#219)
- Updated old Minecraft wiki URL in help link (#221 by Fabian42)
Chat Patches 214.6.11
for Minecraft 1.21.2-1.21.4 on Fabric, Quilt
- Fixed teams with prefixes or suffixes preventing playernames from formatting
- Synced with the in-progress
omnivers
branch:- Simplified the way messages are condensed (when the dupe counter is enabled) and fixed some bugs relating to it
- Added the
chatName
option, which toggles the modification of playernames in chat messages. On by default, but can be turned off to prevent formatting issues with other mods or plugins - Added the search settings to the regular config, so they can be saved and loaded like other options. Note that they are still toggled in the chat screen, like before (#149)
- Fixed the search bar not searching properly and the text color not updating properly
- Updated the contributors list in the
fabric.mod.json
- Lots of internal code refactoring and cleanup