Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Releases: Giggitybyte/ServerChatHistory

v1.5.0 for Minecraft 1.19.3, 1.19.4

20 Apr 05:46
e5bface
Compare
Choose a tag to compare
  • Updated to Minecraft 1.19.3
    • Works on 1.19.4
  • Player chat messages are now sent as system messages to avoid client validation errors.

1.4.0 - Minecraft 1.19.2

19 Dec 17:29
Compare
Choose a tag to compare

Updated to 1.19.2, courtesy of solonovamax

1.3.0 - Minecraft 1.19

21 Jun 00:40
Compare
Choose a tag to compare

Updated to Minecraft 1.19

1.2.1 - Overdue 1.18 Update

11 Feb 23:47
Compare
Choose a tag to compare
  • Migrated codebase to MC 1.18.1
  • Original message type will now actually be sent with cached messages

1.2.0 - Mod Compatibility

01 Oct 19:16
Compare
Choose a tag to compare

Instead of several precise mixins caching messages at each message source, I've switched to a single mixin which handles multiple sources (with no hardcoded assumptions) for improved compatibility with other chat mods.

1.1.0 - Caching Overhaul

30 Sep 01:49
Compare
Choose a tag to compare

Version 1.0.0 would cache messages from any source; this lead to undesirable output such as console commands to be cached and displayed to the user on login. This version replaces that caching method with a more precise caching method which will only cache player messages, advancements, and death messages.

1.0.0 - First Release

28 Sep 00:42
Compare
Choose a tag to compare
Major refactor and general clean-up.

- Removed Cloth Config dependency.
- Removed Fabric API dependency.