Chat Patches 8.0-alpha.6 for Minecraft 1.20.1–1.21.10 on Fabric, Quilt
- Fixed player heads not rendering in the context menu on 1.21.9+
- Fixed the command key not placing a slash in the chat input box on 1.21.9+ (#270)
- Fixed chat drafts not always saving if both
messageDraftingandsaveChatDraftswere enabled - Fixed
onlyInvasiveDraftingnot working whenmessageDraftingwas disabled - Fixed a crash that could occur when clicking on a chat message with both a website and file link
- Fixed (again) a crash that could occur when clicking on the JSON copy button if the message contained a non-serializable click event
- Fixed some links not being detected in the context menu
- Fixed right-clicking outside the chat area deselecting the chat input box (#279)
- Updated Gradle to 9.1.0 and fixed a subsequent
build.gradle.ktsissue - Removed
compactDistance's special option for-1, which previously made the dupe counter check the entire message list: this is extremely inefficient and not practical - Clarify some config option buttons
- Fixed the playername color option not persisting on some older Minecraft versions (#265)
- Overhauled how the boundary line is added to the chat, fixing some issues with it showing up redundantly
Chat Patches 8.0-alpha.5 for Minecraft 1.20.1-1.21.10 on Fabric, Quilt
- Chat log dumps can now be loaded in-game by renaming them to
chatlog.json. Note that this does not perfectly restore the original log, as most style data is lost - The chat input box will now be grayed out while the chat log is loading to prevent sent messages being moved to the end of chat history
- Now compatible with 1.21.9-10! (#269)
- Going forward, the
onlyInvasiveDraftingoption will be ignored and reflected as such in the config screen, as it's been implemented in vanilla
- Going forward, the
- Doesn't show the 'Hover Text' button in the context menu if there is none to show
- Now requires Placeholder API. Mod Menu also requires it since 9.2.0 (1.20.4) so this shouldn't be an issue; but <1.20.4 or on non-ModMenu installs, you will need to install it manually
- Dev notes:
- For IntelliJ users or anyone using an IDE with import optimization, YOU NOW MUST DISABLE IT BEFORE PROPOSING CHANGES. Stonecutter currently doesn't have a working fix, and typing the entire qualifier EVERYWHERE (especially for swaps) is simply unreadable. You may manually trigger optimizing IF you ensure all is well with the stonecutter directives BEFORE pushing changes, but the automatic system WILL DELETE THEM!!
- Updated the chat log to restore messages explicitly on the render thread, due to Minecraft's begging (crashing) over it - expect more issues to stem from this


