From 325ed3e112f076aa0d717437a18ef331281db821 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Mon, 26 Jun 2017 15:57:38 +1000 Subject: [PATCH] Release v0.8.1 --- CHANGELOG.md | 10 ++++++---- irc/constants.go | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe78dca..e4ec82b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,14 @@ All notable changes to Oragono will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). For the purposes of versioning, we consider the "public API" to refer to the configuration files, CLI interface and database format. -## Unreleased -New release of Oragono! +## [0.8.1] - 2017-06-26 +Lots of quality-of-life fixes, improved oversight for opers, and a proposed channel renaming command! -### Config Changes +With this release, we're moving to a proper [Github organisation](https://github.com/oragono), becoming more consistent with other IRCds, and introducing a bunch more snomasks. In addition, when setting `DLINE` and `KLINE` bans, you can also kill all clients who match the ban by supplying the parameter `ANDKILL` when you set the ban. -### Security +Channel `LIST` filtering is now more useful, and I'll keep expanding this in future releases. As well, there's been some useful extensions to `WHOIS`, and a bug with `SANICK` fixed thanks to @lbeziaud. @enckse has also added Oragono to the Arch AUR, to make it easier to install on that distro. + +Thanks to everyone for suggesting improvements and reporting issues! There's a lot to do as we move forward, and I have a pretty decent plan of where to go next. ### Added * Added proposed channel rename capability [draft/rename](https://github.com/ircv3/ircv3-specifications/pull/308). diff --git a/irc/constants.go b/irc/constants.go index ec3f85f6..9dc63122 100644 --- a/irc/constants.go +++ b/irc/constants.go @@ -9,7 +9,7 @@ import "fmt" const ( // SemVer is the semantic version of Oragono. - SemVer = "0.8.1-unreleased" + SemVer = "0.8.1" ) var (