Переглянути джерело

Release v0.8.1

tags/v0.8.1^0
Daniel Oaks 7 роки тому
джерело
коміт
325ed3e112
2 змінених файлів з 7 додано та 5 видалено
  1. 6
    4
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 6
- 4
CHANGELOG.md Переглянути файл

@@ -4,12 +4,14 @@ All notable changes to Oragono will be documented in this file.
4 4
 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.
5 5
 
6 6
 
7
-## Unreleased
8
-New release of Oragono!
7
+## [0.8.1] - 2017-06-26
8
+Lots of quality-of-life fixes, improved oversight for opers, and a proposed channel renaming command!
9 9
 
10
-### Config Changes
10
+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.
11 11
 
12
-### Security
12
+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.
13
+
14
+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.
13 15
 
14 16
 ### Added
15 17
 * Added proposed channel rename capability [draft/rename](https://github.com/ircv3/ircv3-specifications/pull/308).

+ 1
- 1
irc/constants.go Переглянути файл

@@ -9,7 +9,7 @@ import "fmt"
9 9
 
10 10
 const (
11 11
 	// SemVer is the semantic version of Oragono.
12
-	SemVer = "0.8.1-unreleased"
12
+	SemVer = "0.8.1"
13 13
 )
14 14
 
15 15
 var (

Завантаження…
Відмінити
Зберегти