Skip to content

v0.4.1: 2 changes: relaxed piping of data, relaxed room and user ids

Compare
Choose a tag to compare
@8go 8go released this 30 Aug 20:31
· 69 commits to main since this release

2 changes: relaxed piping of data, relaxed room and user ids

- allow `echo hello | matrix-commander-rs`
  This will now send the messages.
  Before it was necessary to do `echo hello | matrix-commander-rs -m -`.

- Allow escaped room ids and user ids. `--room "\!SomeId:host.tld"` now works just like `--room \!SomeId:host.tld`
  Escapes are simply removed.

See https://crates.io/crates/matrix-commander