v1.5.0 - Loggable chat AND working features! (1.19 next)
Hey look, another GitHub Release! (finally!!)
These files are a result of running ./gradlew jar
, ./gradlew sourcesJar
, ./gradlew remapJar
, and ./gradlew remapSourcesJar
individually, or ./gradlew buildNeeded
for all of them at once.
The CurseForge mod from this release will be published later. To use this release in-game, download the .jar
file with the shortest name.
This is the bigger portion of the long-awaited update! This update introduces a lot of stuff that you probably won't notice but took a long while to figure out. After this is done and working (hopefully with no immediate bugfix releases 🤞), I'll start on the 1.19 versions which should hopefully take only a day or two.
Anyways, on to the sweet, juicy features:
- Added the "savechat" option which saves your current messages into a log file and later re-adds them, capping at 1024 messages. WARNING: too many cached messages can cause large file/memory consumption, periodacally delete the file / F3+D / disable this option to avoid this
- Replaced hovering and doing Ctrl+C over messages with the new
/copymessage
command to fix #14, for easier use, and to lighten any performance impacts./copymessage index <message_index>
- Copies the message at index<message_index>
, with suggestions that show the message represented by the index on hover- Copies going from the bottom up, with index
0
being the most recent message received.
- Fixed the timestamp pattern option not formatting escaped characters (using
'
) correctly - Added a bit flag field to fix a few errors that could occur in odd situations, such as changing chat settings
- (hopefully!) Ironed out some frustrating issues with the dupe counter
nameStr
method now finds the name to modify with more accuracy- Updated dependencies and the README
- Removed unused methods
- Tweaked the format used for the language files
- Many other tiny, infinitesimal details you won't notice
That's all, please enjoy and remember to report any bugs you find to get them fixed!