- Fixed an issue where messages that have been sent over 100 times would not get compacted into a single message. (#30)
- Added the ability to configure the maximum occurrences amount.
- Any message which has an occurrence count above this amount (e.g. 100) will be compacted into one message which says
100+
.
- Any message which has an occurrence count above this amount (e.g. 100) will be compacted into one message which says
- Fixed an issue where long messages being spammed would cause the game to lag more than it does in vanilla. (#27)
- Message occurrences stop incrementing after 100 occurrences, it will say
100+
for anything above 100.
Minor performance improvements and under-the-hood changes.
-
Messages are now identified by their string contents, and not their
Text
instance, meaning that the mod should be faster in general - but this may not be that obvious. -
We have added a cache to Minecraft’s code which splits a single text message into multiple lines to be displayed, this was an expensive operation, and if it was being run for the same message multiple times (which is the case with Compact Chat, but not in vanilla, due to us removing duplicate messages), it will cause a lot of lag. This cache’s entries are cleared if the entry has not been accessed for over a minute.
- Added compatibility for mods that add timestamps to messages (#23)
- If you're using Tweakeroo, you need to wait for a new update to be posted which includes a fix to add compatibility for CompactChat and other chat-altering mods. (https://github.com/maruohon/tweakeroo/pull/447)
- Removed dependency on
owo-lib
, and addedcloth-config
as a dependency.- Your configuration files should automatically be migrated, if you get an error in your log that says the migration has failed, open an issue.
- Compact Chat has been rewritten from the ground up
- Most options have remained the same, however some have been removed due to redundancy
- It should now be more reliable, and have an overall better experience!
- Support has been dropped for versions less than 1.19 - Only 1.19.1+ is supported now!
You can also download this from GitHub.
CompactChat 1.3 is now here! This version contains some new features, some bug fixes and general performance improvements.
⭐️ Features
- Add the ability to only compact consecutive messages (suggested by jn64, issue #11)
🐛 Bug fixes and performance improvements
- Improve the way that we store compacted messages
- This should make compact chat more reliable, and hopefully should make it perform better with longer chat histories.
🔨 Minor Changes
- Add dutch translations
- Improve the way that we register our configuration
📝 Notes
- fabric-api and cloth-config are required.
- To configure the mod, you need to install ModMenu.
- There are two seperate jars, one for 1.19 and one for 1.18, make sure you download the correct one for your version of Minecraft.
CompactChat 1.2.1 is now here! This version contains a critical bug fix for 1.18 users and some other minor changes.
🐛 Bug fixes and performance improvements
- Fix messages not appearing at all on 1.18
🔨 Minor Changes
- Added norwegian translations
- Updated simplified chinese translations
📝 Notes
- fabric-api and cloth-config are required.
- To configure the mod, you need to install ModMenu.
- There are two seperate jars, one for 1.19 and one for 1.18, make sure you download the correct one for your version of Minecraft.
CompactChat 1.2 is now here!
This version contains a few new features, some bug fixes and general performance improvements.
Your mod configuration will be reset after installing this update due to using cloth-config instead of the old .properties file.
⭐️ Features
- Add the option to reset the message counters when joining a new world
- Add the option to clear / not clear the chat history when joining a new world
🐛 Bug fixes and performance improvements
- Make
BetterOrderedText#getString
static
🔨 Minor Changes
- Use
cloth-config
for handling the configuration
📝 Notes
- fabric-api and cloth-config are required.
- To configure the mod, you need to install ModMenu.
CompactChat 1.1.2 is now here! This version contains official support for 1.19.
🔨 Minor Changes
- Stop using SpruceUI for the Mod GUI
- Added official support for 1.19
📝 Notes
- To configure the mod, you need to install ModMenu.
- fabric-api is also required.
CompactChat 1.1.1 is now here! This version contains mostly minor additions and bug fixes.
🐛 Bug fixes
- Change positioning and size of "Done" button in the options screen (0ec7c2d)
🔨 Minor Changes
- Added official support for 1.18.2 (5345810)
📝 Notes
- To configure the mod, you need to install ModMenu.
- fabric-api is also required.
CompactChat 1.0.1 is now here! This release contains the following changes:
- Modify the chat infinite chat history's length to be infinite (enabled by default)
- Don't compact messages which contain "---"
- Fix spacing issue with certain servers
If you have any problems, please open an issue.
Note: To disable the infinite chat option, you need to access the config screen via ModMenu