Releases: CodexNotFound/TweaksNotFound
v1.1.0
What's Changed
- Fix AM/PM lowercase bug by @CodexNotFound in #21
- Add 'rejoin' messages by @CodexNotFound in #23
- Add mention highlighter by @CodexNotFound in #25
Full Changelog: v1.0.1...v1.1.0
Version 1.0.1 - Bugfixes
This release fixes 2 big bugs causing the chat to stop working or even crash the whole game. It has also added an option to have a 12-hour clock instead of the 24-hour clock.
What's Changed
- Crash after joining server by @CodexNotFound in #14
- Fix backslash issue by @CodexNotFound in #17
- 12-hour clock by @CodexNotFound in #18
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
This first release focuses on some chat tweaks. If you easily lose track of time while playing a game, you can now add a timestamp in front of every message in the chat. Is the chat getting filled with endless death messages enable Chat Collapsing and keep overview of your chat.
Dependencies
Timestamp
Currently only a 24 hour clock is implemented, but a 12 hour clock will be added later.
Chat Collapsing
If the same message is send in the chat within the configured number of messages, the message will be collapsed together.
Settings
Prefix chat with timestamp: Add/Remove timestamp in front of every chat message
Chat collapsing: Enable/Disable collapsing of repeated chat messages
Collapse distance: The number of messages to look back for.
Ignore collapsing for: Some texts you might not want to collapse. This is a semicolon (;
) separated list with items that shouldn't collapse. NOTE: there is a bug related to backslashes, they won't properly show up, you could use the text &bs&
instead
Initial version
v0.0.1-alpha.1 Update version