Skip to content

Releases: caoimhebyrne/compact-chat

2.1.1

31 May 21:22
1c74a78
Compare
Choose a tag to compare

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

27 Feb 09:35
3f7ccef
Compare
Choose a tag to compare

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+.

Full Changelog: 2.0.4...2.1.0

2.0.4

03 Feb 13:22
0932505
Compare
Choose a tag to compare

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

23 Dec 00:27
33be403
Compare
Choose a tag to compare

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.3

  • Updated dependencies and added support for 1.20.4!

2.0.2

14 Jul 19:47
5eadc0e
Compare
Choose a tag to compare

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 added cloth-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

09 Jun 22:25
03e6c63
Compare
Choose a tag to compare

Changelog:

  • Add support for 1.20

Dependencies:

  • Minecraft 1.20 or higher
  • The latest owo-lib for your game's version

Recommended mods:

You can also download this from Modrinth.

2.0.0

07 Feb 18:10
96841dc
Compare
Choose a tag to compare

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

07 Jun 10:40
Compare
Choose a tag to compare
1.3

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, #11, 0dc0a1f)

🐛 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

  • Add dutch translations (0dc0a1f)
  • Improve the way that we register our configuration (e98e827)

📝 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

05 Jun 19:55
Compare
Choose a tag to compare

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 (f3ad67e, #15)

🔨 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!

Add the option to reset message counters & more

05 Jun 09:33
Compare
Choose a tag to compare

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!