Skip to content

Commit

Permalink
Bump version 0.1.15 -> 0.1.16 release with license + room-search
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinR528 committed Jun 22, 2020
1 parent 76e49ef commit 944a5bc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#[Unreleased]
# [0.1.16]

* Add help output `rumatui [-h/--help]`
* Add license files to the release package

# Release 0.1.15

##### Bug Fixes
### Bug Fixes

* Remove http proxy left in from testing

Expand All @@ -24,7 +25,7 @@
* Note: the above features are only for displaying received events
`rumatui` can not yet send these events

##### Bug Fixes
### Bug Fixes

* Send read receipts to mark the correct read message (it was sending random event ids)
* Send `read_marker` events instead of `read_receipt`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rumatui"
version = "0.1.15"
version = "0.1.16"
authors = ["Devin R <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A click-able command-line Matrix client."
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ For the latest and greatest
```bash
cargo install --git https://github.com/DevinR528/rumatui
```
Or the slightly safer approach

Or the slightly safer approach but with fewer features (see [CHANGELOG](https://github.com/DevinR528/rumatui/blob/master/CHANGELOG.md#0113-alpha))
```bash
cargo install rumatui --version 0.1.13-alpha
```
Expand All @@ -26,6 +27,8 @@ cargo install rumatui --version 0.1.13-alpha
rumatui [HOMESERVER | OPTIONS]
```

Options are limited to `-h/--help` for now.

If no `homeserver` is specified, matrix.org is used.

# Use
Expand Down

0 comments on commit 944a5bc

Please sign in to comment.