Releases: SrainApp/srain
Releases · SrainApp/srain
1.4.0
Features:
- Add support for IRCv3 standard-replies (#354), by @progval
- Add support for SASL EXTERNAL (#352), by @progval
- Add support for invite-notify (#359), by @progval
- Add conf item server-visibility for setting default server visiblity (#361), by @SilverRainZ
- Add support for server-time (#345), by @progval
- Add /clear command for clearing messages of current buffer (#268), by @SilverRainZ
Bug fixes:
- Fix workflow for building MS Windows release artifact (#360), by @lifeibiren
Changes:
- Make the buffer menu apply to the right-clicked item instead of the active buffer (#353), by progval
- Srain now accepting donations through OpenCollective (https://opencollective.com/srain)
- Disable workflow for building debian release artifact since we have offical debian package (99d9d86)
1.3.2
1.3.1
Bug fixes:
- Fix build of macOS (#339), by @SilverRainZ
- Make channel messages with origin out of channels can be shown (#336), by @progval
- Rejoin channels after NICKSERV authentication finishes (#274), by @SilverRainZ
Happy mid-Autumn Festival
- Features:
- Bug fixes:
1.2.4
1.2.3
1.2.2
1.2.1 with Microsoft Windows Fixes
Merge pull request #303 from SilverRainZ/bugfix/windows-meson-prefix Use hardcode meson prefix in window build
1.2.1
1.2.0
Features:
- Switch build system from Make to Meson (#266)
- Add FreeBSD implementations for srn_get_executable_{path,dir}, thanks to @wahjava
- Add /quote command for sending special IRC commands, thanks to @hno (#283)
- Add support for hiding server buffer (#287)
Bug fixes:
- Fix an use-after-free BUG (#267)
- Fix implicit declaration error on some systems, thanks to @lgbaldoni (#270)