Skip to content

Commit

Permalink
Fix wrong version targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuilder1961 authored May 10, 2024
1 parent 7308592 commit 0b49a49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## Chat Patches `204.6.5` for Minecraft 1.20.2 on Fabric, Quilt
## 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](https://www.github.com/mrbuilder1961/ChatPatches/issues/146))
- Fixed normal duplicate messages not having a counter (1.20.4 only, [#157](https://www.github.com/mrbuilder1961/ChatPatches/issues/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

## Chat Patches `204.6.4` for Minecraft 1.20.2 on Fabric, Quilt
## Chat Patches `204.6.4` for Minecraft 1.20.4 on Fabric, Quilt
- Fixed errors with regex input on the search screen not updating the text color
- Made ChatSearchSettings save when the chat screen is closed then reopened; resets on game restart
- Fixed team name colors, prefixes, and suffixes being ignored when `chatNameFormat` is customized ([#115](https://www.github.com/mrbuilder1961/ChatPatches/issues/115))
Expand All @@ -28,7 +28,7 @@
- Tweaked the `MessageHandlerMixin#cacheGameData` method to use built-in methods instead of rewriting the same thing
- Removed the `VANILLA_MESSAGE` matcher in `ChatUtils` because it was redundant

## Chat Patches `204.6.3` for Minecraft 1.20.2 on Fabric, Quilt (not actually published, see above)
## Chat Patches `204.6.3` for Minecraft 1.20.4 on Fabric, Quilt (not actually published, see above)
- Should be compatible with Quilt again! (requires Loader 0.23.0+)
- **Note that Chat Patches still isn't developed directly for Quilt, issues may still arise**
- Added the `counterCheckStyle` option, which controls checking style data when condensing duplicate messages ([#144](https://www.github.com/mrbuilder1961/ChatPatches/issues/144))
Expand Down Expand Up @@ -248,4 +248,4 @@ This update officially fixes [#4](https://www.github.com/mrbuilder1961/ChatPatch
## (TEMPLATE) Chat Patches `{version}` for Minecraft {targets} on {loaders}
- Changes go here

Typically as a list but not required!
Typically as a list but not required!

0 comments on commit 0b49a49

Please sign in to comment.