Releases: caoimhebyrne/compact-chat
2.1.1
Only a small update today, but it still counts!
As always, you can download this on Modrinth too.
Changes since v2.1.0
- Added support for 1.20.6 (#31)
- Fixed a regression for a bug where messages which have timestamps added to them by other mods would not be compacted (by @70CentsApple, #32)
Full Changelog: https://github.com/caoimhebyrne/compact-chat/compare/2.1.0..2.1.1
2.1.0
This update brings some performance improvements and bug fixes!
As always, you can download this on Modrinth too.
Changes since v2.1.0
- 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
Full Changelog: 2.0.4...2.1.0
2.0.4
This update brings some performance improvements and bug fixes!
As always, you can download this on Modrinth too.
Changes since v2.0.4
-
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.
-
Full Changelog: 2.0.3...2.0.4
2.0.3
2.0.2
This update brings some minor changes and bug fixes, nothing should break with this update.
As always, you can download this on Modrinth too.
Changes since v2.0.1
- 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. (maruohon/tweakeroo#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.
2.0.1
2.0.0
Changelog:
- 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!
Dependencies:
- Minecraft 1.19.1 or higher
- The latest owo-lib for your game's version
Recommended mods:
You can also download this from Modrinth.
1.3
CompactChat 1.3 is now here!
This version contains some new features, some bug fixes and general performance improvements.
⭐️ Features
🐛 Bug fixes and performance improvements
- Improve the way that we store compacted messages (c81462d)
- This should make compact chat more reliable, and hopefully should make it perform better with longer chat histories.
🔨 Minor Changes
📝 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.
Don't like using GitHub releases? Download the mod from Modrinth!
Fix bug on 1.18 and add norwegian translations
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
🔨 Minor Changes
- Added norwegian translations (by @SystemlessDev, 7387872)
- Updated simplified chinese translations (by @IceeAlin, 1387db6)
📝 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.
Don't like using GitHub releases? Download the mod from Modrinth!
Add the option to reset message counters & more
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 (d529a5a)
- Add the option to clear / not clear the chat history when joining a new world (36b4128)
🐛 Bug fixes and performance improvements
- Make
BetterOrderedText#getString
static (427b96e)
🔨 Minor Changes
- Use
cloth-config
for handling the configuration (99132b5)
📝 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.
Don't like using GitHub releases? Download the mod from Modrinth!