Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Dec 6, 2021
1 parent a874e5c commit 828010a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +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.3.0] - 2021-12-06

### Added

- Added support for queries for direct message between two users
- Added support for queries for direct message between two users (use `/query`)
- Added command `/rocketchat history`

### Changed

- History is no longer loaded automatically (use command `/rocketchat history`)
- History is no longer loaded automatically (use the new command `/rocketchat history`)
- The `/join` command can now takes either a room ID or a room name

## [0.2.0] - 2020-10-29

Expand All @@ -26,6 +27,7 @@ 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.2.0...HEAD
[0.2.0]: https://github.com/jajm/irssi-rocketchat/compare/v0.1.0...v0.2.0
[Unreleased]: https://github.com/jajm/irssi-rocketchat/compare/v0.3.0...HEAD
[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
[0.1.0]: https://github.com/jajm/irssi-rocketchat/releases/tag/v0.1.0

0 comments on commit 828010a

Please sign in to comment.