瀏覽代碼

Release v1.0.0

tags/v1.0.0^0
Daniel Oaks 5 年之前
父節點
當前提交
f396003ec9
共有 2 個檔案被更改,包括 6 行新增4 行删除
  1. 5
    3
      CHANGELOG.md
  2. 1
    1
      irc/constants.go

+ 5
- 3
CHANGELOG.md 查看文件

@@ -4,16 +4,18 @@ 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
-## [1.0.0-rc] - 2019-02-18
8
-Our v1.0.0 is finally here! Well, almost. The final v1.0.0 should be released in a week or two, after our last bits of testing is complete and the documentation has been double and triple-checked. This version rounds out most of our need-to-haves, and leaves us with a bunch of nice-to-haves that we'll be looking at going forward. Thanks to all of our amazing translators and contributors for the work they've done this release (we'll have a proper thanks section when v1.0.0 drops).
7
+## [1.0.0] - 2019-02-24
8
+We've finally made it to v1.0.0! With this release, our list of need-to-haves is rounded out, and we reckon the software's ready for production use in smaller networks. slingamn and I have been working with our contributors and translators to prepare a cracker of a release. Thanks to [@csmith](https://github.com/csmith) our [Docker builds](https://hub.docker.com/r/oragono/oragono/) have been updated, with automatic rebuilds as we develop the software. Thanks to [@bogdomania](https://github.com/bogdomania) our translation workflow has been improved a lot.
9 9
 
10 10
 Highlights include:
11 11
 
12
-* Support for storing and replaying message history with: the [`draft/resume-0.3` capability](https://github.com/ircv3/ircv3-specifications/pull/306), the `CHATHISTORY` command, and a custom `HISTORY` command.
12
+* Optional support for storing and replaying message history with the [`draft/resume-0.3` capability](https://github.com/ircv3/ircv3-specifications/pull/306), the draft IRCv3 `CHATHISTORY` command, and a custom `HISTORY` command.
13 13
 * Better detection of confusing nick/account/channel names.
14 14
 * User-customizable nickname protection methods.
15 15
 * An account-only mode in which all clients must have an account and login to it (using SASL) before they can join the server.
16 16
 
17
+Thanks to Mauropek, [@modinfo](https://github.com/modinfo), [@bogdomania](https://github.com/bogdomania), [@Shillos](https://github.com/Shillos), Tony Chen, and Remini for adding new translations. Thanks to [@Ascrod](https://github.com/Ascrod), [@bogdomania](https://github.com/bogdomania), [@csmith](https://github.com/csmith), [@jesopo](https://github.com/jesopo), [@jwheare](https://github.com/jwheare), [@remini1998](https://github.com/remini1998), [@enckse](https://github.com/enckse), and [@iNecas](https://github.com/iNecas) for finding bugs and/or writing new features.
18
+
17 19
 ### Config Changes
18 20
 * `allow-custom-enforcement` key added under `accounts`.
19 21
 * `allow-plaintext-resume` key added under `server`.

+ 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 = "1.0.0-rc1"
12
+	SemVer = "1.0.0"
13 13
 )
14 14
 
15 15
 var (

Loading…
取消
儲存