ea6d2d4fbc
Signed-off-by: merspieler <merspieler@users.noreply.github.com>
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
This project adheres to [Semantic Versioning](http://semver.org/), though minor
|
|
breaking changes (such as renamed commands) can happen in minor releases.
|
|
|
|
<!--
|
|
tags:
|
|
`Added` for new features.
|
|
`Changed` for changes in existing functionality.
|
|
`Major Changes` for changes in existing functionality which break backward compatibility.
|
|
`Deprecated` for once-stable features removed in upcoming releases.
|
|
`Removed` for deprecated features removed in this release.
|
|
`Fixed` for any bug fixes.
|
|
`Security` to invite users to upgrade in case of vulnerabilities.
|
|
-->
|
|
|
|
## v0.2 (unreleased)
|
|
### Added
|
|
* "Disconnected by server" handling. Resulting now in a reconnect.
|
|
* Handling timedout connections.
|
|
* Setting for disabling join, part and disconnect messages.
|
|
* Check if a join or connect has really happend.
|
|
### Changed
|
|
* `Disconnect from irc server` -> `Disconnect from irc`
|
|
### Fixed
|
|
* Double messages on QUIT of other users.
|
|
* New username was only used after reconnect.
|
|
|
|
## [v0.1.1](https://github.com/merspieler/irc-skill/releases/tag/v0.1.1)
|
|
### Fixed
|
|
* Added missing .dialog and .voc files.
|
|
|
|
## [v0.1](https://github.com/merspieler/irc-skill/releases/tag/v0.1)
|
|
Initial release.
|