Skip to content

Commit e858321

Browse files
committed
Release v0.2.0
1 parent 77d1b08 commit e858321

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ All notable changes to ircdog will be documented in this file.
44
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 and CLI.
55

66

7-
## Unreleased
8-
New release of ircdog!
7+
## [0.2.0] - 2017-12-29
8+
More formatting codes! Easier to see CTCP delimiters! Hiding messages and snooping on traffic!
99

10-
### Config Changes
11-
12-
### Security
10+
All in all, this release includes a bunch of handy-to-have quality-of-life improvements. In particular, the new `--listen` functionality lets you sit in the middle of a client-server connection and see everything that goes on, and the new CTCP delimiter display should make things much clearer when you're debugging pesky CTCP messages.
1311

1412
### Added
1513
* The CTCP delimiter `(0x01)` is now displayed very obviously as `[CTCP]` to help improve debugging issues around CTCP.
@@ -18,12 +16,6 @@ New release of ircdog!
1816
* We now support silently sitting in the middle of a (localhost) client and a server connection with the `--listen` command-line arg. Thanks [@DarkMio](https://github.com/DarkMio) for the suggestion!
1917
* We now support the [reverse colour](https://modern.ircdocs.horse/formatting.html#reverse-color) formatting code `(0x07)`.
2018

21-
### Changed
22-
23-
### Removed
24-
25-
### Fixed
26-
2719

2820
## [0.1.0] - 2017-12-26
2921
Initial release of ircdog!

lib/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ package lib
55

66
const (
77
// SemVer is the semantic version of this program
8-
SemVer = "0.1.1-unreleased"
8+
SemVer = "0.2.0"
99
)

0 commit comments

Comments
 (0)