From b1db65009e7598ad1435cf19947ecf090fab5201 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Thu, 3 Nov 2016 17:25:10 +1000 Subject: [PATCH] Release v0.4.0 --- CHANGELOG.md | 18 +++++++----------- irc/constants.go | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc09342..9cfb27e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,29 +4,25 @@ 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! - -### Security +## [0.4.0] - 2016-11-03 +This release packs a more extensive oper privelege framework, bugfixes for capabilities/modes, support for new RP commands and more `RPL_ISUPPORT` tokens. In general, a bunch of new features and bugfixes to make using Oragono more smooth. ### Added -* Added operator classes, allowing for more finely-grained permissions for operators. * Added automatic client connection limiting, similar to other IRCds. +* Added operator classes, allowing for more finely-grained permissions for operators. * Length of channel mode lists (ban / ban-except / invite-except) is now restricted to the limit in config. +* Roleplaying commands, both inside channels and between clients. * Support `MAXLIST`, `MAXTARGETS`, `MODES`, `TARGMAX` in `RPL_ISUPPORT`. * Added support for IRCv3 capability [`chghost`](http://ircv3.net/specs/extensions/chghost-3.2.html). -* Roleplaying commands, both inside channels and between clients. ### Changed * In the config file, "operator" changed to "opers", and new oper class is required. -### Removed - ### Fixed -* Fixed bug where `HELP` wouldn't correctly display for operators, and added more help topics. -* Fixed display of large `MONITOR` lists. -* Fixed bug where you would always have certain capabilities enabled. * Fixed being able to change modes when not an operator. +* Fixed bug where `HELP` wouldn't correctly display for operators, and added more help topics. +* Fixed bug where you would always have certain capabilities enabled. +* Fixed display of large `MONITOR` lists. ## [0.3.0] - 2016-10-23 diff --git a/irc/constants.go b/irc/constants.go index 52d6517a..b29f7a10 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.4.0-unreleased" + SemVer = "0.4.0" ) var (