Skip to content
This repository was 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

Choose a tag to compare

@Giggitybyte Giggitybyte released this 20 Apr 05:46
e5bface
  • 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

Choose a tag to compare

@Giggitybyte Giggitybyte released this 19 Dec 17:29

Updated to 1.19.2, courtesy of solonovamax

1.3.0 - Minecraft 1.19

Choose a tag to compare

@Giggitybyte Giggitybyte released this 21 Jun 00:40

Updated to Minecraft 1.19

1.2.1 - Overdue 1.18 Update

Choose a tag to compare

@Giggitybyte Giggitybyte released this 11 Feb 23:47
  • Migrated codebase to MC 1.18.1
  • Original message type will now actually be sent with cached messages

1.2.0 - Mod Compatibility

Choose a tag to compare

@Giggitybyte Giggitybyte released this 01 Oct 19:16

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

Choose a tag to compare

@Giggitybyte Giggitybyte released this 30 Sep 01:49

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

Choose a tag to compare

@Giggitybyte Giggitybyte released this 28 Sep 00:42
Major refactor and general clean-up.

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