Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Mar 12, 2022
1 parent e5a6f54 commit e720171
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.4.0] - 2022-03-12

### Added

- Added command `/rocketchat subscribe <name> <event>` which is useful for
debug
- Added support for text-only attachments

### Fixed

- "sub" calls that fail because of rate limit will be automatically retried
- Do not print an error message when one of the following signals is triggered
for another server/protocol:
- query created
Expand Down Expand Up @@ -46,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release

[Unreleased]: https://github.com/jajm/irssi-rocketchat/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/jajm/irssi-rocketchat/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.4.0
[0.3.1]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.3.1
[0.3.0]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.3.0
[0.2.0]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.2.0
Expand Down

0 comments on commit e720171

Please sign in to comment.