Skip to content

Releases: mrbuilder1961/ChatPatches

213.6.9

07 Nov 16:03
Compare
Choose a tag to compare

Chat Patches 213.6.9 for Minecraft 1.21.2, 1.21.3 on Fabric, Quilt

  • Updated to 1.21.2-3

211.6.9

24 Sep 00:17
Compare
Choose a tag to compare

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

211.6.8

19 Sep 02:19
Compare
Choose a tag to compare

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)
  • Fixed the copy menu staying open when other chat widgets were focused/interacted with (#165)

211.6.7

11 Sep 00:18
Compare
Choose a tag to compare

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 when chatlogSaveInterval 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 ConcurrentModificationExceptions 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

28 Jun 19:04
6eb01a8
Compare
Choose a tag to compare

Chat Patches 206.6.6 for Minecraft 1.20.5, 1.20.6 on Fabric, Quilt

  • No longer compatible with 1.21
  • Fixed #177

201.5.6

26 Jun 01:23
Compare
Choose a tag to compare

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

24 Jun 23:55
Compare
Choose a tag to compare

Chat Patches 210.6.5.1 for Minecraft 1.21 on Fabric, Quilt

  • Fix incompatibility with 1.20.5-6 (we were THIS close) (#177)
  • Implement chat log codecification from the WIP branch (#178)
  • Tweaked a part of ChatUtils#tryCondenseMessage to hopefully prevent some messages from throwing annoying errors

210.6.5

21 Jun 05:16
Compare
Choose a tag to compare

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

? WARNING ?: THIS RELEASE SHOULD BE COMPATIBLE WITH MINECRAFT VERSIONS 1.20.5-1.21, BUT ERRORS MAY OCCUR

206.6.5

12 May 20:13
Compare
Choose a tag to compare

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 to TextCodecs.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

204.6.5

10 May 23:53
0b49a49
Compare
Choose a tag to compare

Chat Patches 204.6.5 for Minecraft 1.20.4 on Fabric, Quilt

  • Fixed certain messages from showing up blank and logging ArrayIndexOutOfBoundsExceptions (#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