Releases: zachbr/Dis4IRC
Releases · zachbr/Dis4IRC
Dis4IRC 1.6.5
- Adds basic support for Discord Message Forwards.
- Updates to the underlying Discord library and other libraries.
- Container images are now published at
ghcr.io/zachbr/dis4irc- A tagged version for the specific release version.
- A
latesttag updated to the current release version. - An
edgetag that tracks development on the primary branch.
Dis4IRC 1.6.4
- Fixes an issue with mentions being bridged incorrectly. Thank you sqyyy-jar!
- A fix for compiling the project when git is not available or the repo is not included.
- An update to the underlying Discord library.
Dis4IRC 1.6.3
- Updates to the Discord library and the other underlying libraries.
- Improved avatar lookup for IRC users when messages are bridged to Discord.
Dis4IRC 1.6.2
- Updates to the Discord library and the other underlying libraries.
- Adds a configuration option for whether to bridge channel embeds from Discord.
Dis4IRC 1.6.1
- Updates to the Discord library to better handle the username changes.
- Adds support for bridging channel embeds.
- Updates the IRC message splitter to better handle certain unicode.
Dis4IRC 1.6.0
- Better handling of mentions, emoji, and other string replacements.
- Updates to the Discord library to better support the latest Discord changes.
- The logging system has been switched to Logback from Log4j.
Dis4IRC 1.5.0
- Update various libraries, including the one used for Discord.
- Add the ability to set the activity and online status of the bot.
- For more information, see the commit notes.
- Add the ability to disable nickname coloring in IRC.
- Use color in more places when enabled in IRC.
- Fixes a few miscellaneous bugs.
Dis4IRC 1.4.2
- Update Log4J library (again) to 2.17.0 out of an abundance of caution.
- There are currently no known exploits affecting Dis4IRC's default logging configuration in 1.4.0 or 1.4.1. However, out of an abundance of caution this update further expands upon protections added in the previous release.
Dis4IRC 1.4.1
- Update Log4J library to 2.16.0 out of an abundance of caution.
- There are currently no known exploits affecting Dis4IRC's default logging configuration in 1.4.0. However, out of an abundance of caution this update further expands upon protections added in the previous release.
Dis4IRC 1.4.0
- Update Log4J logging library to 2.15.0 to resolve CVE-2021-44228.
- Discord library updates to better support platform API changes.
- Support for bridging Discord stickers
- Dis4IRC now leaves mention triggers from Discord in bridged messages. This can offer additional context to IRC users.
- Better support for newer versions of Java.