In this update, I bring to you a per-version changelog, which is updated before every published release! This marks the end of GitHub releases as they are not really worth it, and you can just check the Actions tab for the latest builds. And now, the majority of CurseForge and Modrinth updates will be automatic!
Changes with this version:
- Added CurseForge and Modrinth publishing modules to
build.gradle
, usable through.\gradle publish
- Added this changelog
- Changed versioning scheme:
MCVERSION.FEATURE.BUGFIX
, whereMCVERSION
is part of a Minecraft version,FEATURE
is a big fix/change/suggestion, andBUGFIX
is a small bugfix. ex.19.1.0
(any vers of 1.19, some new feature, no bugfixes), or182.0.1
(1.18.2, no new features, some bugfixes)
No new features, just 1.19.3.
Recommended to use with NoChatReports for added security and integration.
Changelog:
- Remapped changed classes
- Now uses
MessageMetadata
instead ofMessageSender
, for more accurate timestamp and sender data added prefixes before all logging events, so debugging for players should be much easier for both the user and me - removed the unnecessary
Relation
subclass - updated
shiftHudPos
to include message indicators and their icons - updated dependencies and loom
- when loading messages from the chat log, the messages will have a purple indicator bar to separate them other negligible tweaks
- prevents messages from being hidden; this might backfire but realistically you probably dont want a message being hidden after you recieve it? i could easily add a hotfix to remove it so I'm leaving it in
Updated mod to 1.19, fixed some bugs, and updated dependencies.
Now requires Mod Menu v4.0.4 and Cloth-Config v7.0.73.
Added the saveChat
Option, which lets you save chat history into a file to reload it into other game sessions.
Replaced the Ctrl + C when hovering over messages with the /copymessage
command for easier use.
Also fixed other bugs and did lots of tiny refactoring.
See the full GitHub release for more info.