Chat Patches 8.0-alpha.3
for Minecraft 1.20.1-1.21.8 on Fabric, Quilt
- Fixed the search bar accidentally including invisible formatting codes in the search results
- Fixed the search bar not initially working with certain settings
- Fixed the context menu using incorrect messages when searching
Chat Patches 8.0-alpha.2
for Minecraft 1.20.1-1.21.8 on Fabric, Quilt
Since alpha.1:
Since x.6.16:
- Completely refactored the mod using Stonecutter and Modstitch! (#137)
- Replaced the copy menu with the Context Menu! New features include a toggle, main buttons copying their first sub-button, and new parts to copy! (#128, #129, #166, #168, #185)
- Renamed many config options; for now you will need to manually rename these options:
counterCompact
=>compactChat
counterCompactDistance
=>compactDistance
shiftChat
=>chatShift
chatName
=>name
chatNameFormat
=>nameFormat
chatNameColor
=>nameColor
contextColor
=>contextOutlineColor
hideSearchButton
=>search
(invert old value)timeSystemMessages
(#162)formatting
=> (removed: broken and unused)
- The config file will now only save non-default options
- All I/O events except for config loading are now run on dedicated threads (#227)
- Fatal chat log errors will now try to dump saved data to the log
- Fixed team names and related components not formatting
- Error toasts will now show when the chat log breaks, ensuring quicker fixes
- and SO much more!