mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-18 06:30:39 +01:00
Release v0.2.0
This commit is contained in:
parent
0562e26f8e
commit
b23707c12a
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,12 +4,10 @@ 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.
|
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
|
## [0.2.0] - 2016-10-16
|
||||||
The next release of Oragono!
|
Improved compatibility, more features.
|
||||||
|
|
||||||
Improved compatibility, more features, etc.
|
Now comes with a new proper Unicode-capable casemapping and integrated help!
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Added integrated help (with the `/HELP` command).
|
* Added integrated help (with the `/HELP` command).
|
||||||
@ -23,8 +21,6 @@ Improved compatibility, more features, etc.
|
|||||||
* Removed channel persistence with the `+P` mode (not too useful as currently implemented, to be replaced later).
|
* Removed channel persistence with the `+P` mode (not too useful as currently implemented, to be replaced later).
|
||||||
* Removed the `PROXY` command (breaks our TLS user mode, and our integrated support for TLS should be fine).
|
* Removed the `PROXY` command (breaks our TLS user mode, and our integrated support for TLS should be fine).
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
|
|
||||||
## [0.1.0] - 2016-09-18
|
## [0.1.0] - 2016-09-18
|
||||||
Initial release of Oragono!
|
Initial release of Oragono!
|
||||||
|
@ -9,7 +9,7 @@ import "fmt"
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// SemVer is the semantic version of Oragono.
|
// SemVer is the semantic version of Oragono.
|
||||||
SemVer = "0.2.0-unreleased"
|
SemVer = "0.2.0"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user