Releases: FJSAGS/SimpleIRC
Releases · FJSAGS/SimpleIRC
Release list
Release 1.2.4
Fixed owo version
Fixed game not starting due to keybind having capital letters :/
Fixed some translations
Updated gradle
Release 1.2.2
- updated to 1.21.11
- added support for /simpleirc commands in post-connection commands
- added a keybind to switch between minecraft chat and irc
- first anthoni contribution
Release 1.2.3
changelog:
- fix game crashing on first startup
- fixed rendersystem called from wrong thread log spam
- remove unused variable
Hotfix 1.2.1
Removed an annoying println
Full Changelog: v1.2.0...v1.2.1
Release 1.2.0
- Added ability to connect without ssl. To do that, disable the
forceSslconfig. - Fixed
/simpleirc partcommand not being able to take in channel names because of # being a special symbol - ChatUtils.Notify is now bold
Full Changelog: v1.1.1...v1.2.0
Hotfix 1.1.1
Fixed nickname not changing when receiving NICK command from the server.
Full Changelog: v1.1.0...v1.1.1
Release 1.1.0
Changelog from 1.1.0-RC2:
- Polished commands.
- Added QUIT message support.
- Pretty stable
Changelog from v1.0.1:
- All
@commands are now replaced with their/counterparts; - Config now has verbosity and post-connection commands, that now replace previous channel name and channel password commands.
- Added DEBUG verbosity, which now includes debug messages instead of RAW (less clutter for RAW enjoyers)
- Transferred config to owo-lib because I cant in GUI (It's required. Also the lib will prompt you to install it if you don't already have it installed)
Full Changelog: BasedUser/SimpleIRC@v1.0.1+mc1.21.8...FJSAGS:SimpleIRC:1.1.0
1.1.0 Release Candidate 2
Config changes:
Added DEBUG verbosity, which now includes debug messages (less clutter for RAW enjoyers)
Added post-connection commands and removed channel configs for more convenience.
Also transferred config to owo-lib
1.1.0-RC1
Full Changelog: https://github.com/FJSAGS/SimpleIRC/commits/1.1.0-RC1