Releases: mrbuilder1961/ChatPatches
Releases · mrbuilder1961/ChatPatches
213.6.9
211.6.9
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)
- 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! (#203) - Dev notes:
- The config will now always appear open-able regardless of installed mods, but will instead prompt the user to install YACL (1.19 or newer) or Cloth Config
if it's not already installed. However, this is currently useless as YACL is required in newer versions, and is more for backwards compatibility
- The config will now always appear open-able regardless of installed mods, but will instead prompt the user to install YACL (1.19 or newer) or Cloth Config
211.6.8
211.6.7
Chat Patches 211.6.7
for Minecraft 1.21, 1.21.1 on Fabric, Quilt
- Gradle 8.10
- Fixed the chat log enchantment registry crash, thanks ArkoSammy12! (1.20.5+, #180)
- Now requires the user to be in-game to save or load
- Clarified this new requirement in the description
- Now logs how long loading and saving takes
- Removed
MinecraftClientMixin
, which may result in losing data on some crashes whenchatlogSaveInterval
is set to zero - Removed debug logpoint in
ChatUtils#tryCondenseMessage
- Fixed the 'Copy JSON String' copy menu button sometimes causing the game to crash, should now instead log an error and copy a warning
- Fixed boundary lines instantly rendering when the chat is opened (#151)
- Removed literal newline in
fabric.mod.json
(#159) - Fixed the
shiftChat
option not shifting hover events (#172) - Added a basic crash prevention mechanism for
ConcurrentModificationException
s while saving the chat log (if it works, #181) - Fixed the search bar rendering over the input suggestor (#186)
- Simplified part of the chat shifting process in
ChatHudMixin#moveChatLineY
, resolving an incompatibility with ChatShot (#187) - Added an option to modify the height of the chat box for larger screens (#190)
- Added support for 1.21.1!
- Note: There was technically TWO code privatizations in 1.21.1, but they had simple fixes
- Added Korean translation from Nooiee! (#193)
- Fixed team messages showing up blank and throwing an error (#199)
- Modified messages should now be used even if errors occurred, so long as they're still valid. This might be undone in the future based on
feedback
206.6.6
201.5.6
Chat Patches 201.5.6
for Minecraft 1.20.1 on Fabric, Quilt
- Improve performance when using compact chat
- Make ModMenu a recommended dependency instead of a required one; allow Menulogue + Catalogue (#120, #145)
- Bump all dependencies
- Port long since upgraded
build.gradle
,fabric.mod.json
- Unfortunately this version is still missing features from newer ones like
206.6.5
:( - Sorry for the super long delay for this minor update.. my bad!
- Dev notes:
210.6.5.1
210.6.5
Chat Patches 210.6.5
for Minecraft 1.20.5, 1.20.6, 1.21 on Fabric, Quilt
- Ported to Minecraft 1.21!
- Dev notes:
- Since this is the first release for 1.21, and because on the surface at least this appears to be compatible with 206.6.5,
the source branches will be split just in case any breaking issues arise later
- Since this is the first release for 1.21, and because on the surface at least this appears to be compatible with 206.6.5,
? WARNING ?: THIS RELEASE SHOULD BE COMPATIBLE WITH MINECRAFT VERSIONS 1.20.5-1.21, BUT ERRORS MAY OCCUR
206.6.5
Chat Patches 206.6.5
for Minecraft 1.20.5, 1.20.6 on Fabric, Quilt
- Actually updated to Java 21 and Gradle 8.7
- Fixed copy menu rendering behind other chat elements
- Otherwise identical to
204.6.5
- Dev notes:
- Switched some references from
Text.Serialization
toTextCodecs.CODEC
due to weird new registry stuff - Minecraft made adding messages into the chat use a more modular system, however this makes future unified jar plans more difficult
- Switched some references from
204.6.5
Chat Patches 204.6.5
for Minecraft 1.20.4 on Fabric, Quilt
- Fixed certain messages from showing up blank and logging
ArrayIndexOutOfBoundsException
s (#156) - Fixed normal duplicate messages not having a counter (1.20.4 only, #157)
- Fixed CompactChat duplicate messages not having a counter (1.20.2-4)
- Added a help section to the README, which currently explains how to upload log files and access beta versions fresh from Actions