Matrix-commander

Latest version: v8.0.4

Safety actively analyzes 685525 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.10.0

What's Changed
* Bump regex from 1.10.6 to 1.11.0 by dependabot in https://github.com/8go/matrix-commander-rs/pull/118
* Add support for sending HTML formatted message by dwattttt in https://github.com/8go/matrix-commander-rs/pull/128
* Simplify print_room_state by jknedlik in https://github.com/8go/matrix-commander-rs/pull/120
* Support for creating public unencrypted rooms by sasa-tomic in https://github.com/8go/matrix-commander-rs/pull/119

New Contributors
* dwattttt made their first contribution in https://github.com/8go/matrix-commander-rs/pull/128
* jknedlik made their first contribution in https://github.com/8go/matrix-commander-rs/pull/120
* sasa-tomic made their first contribution in https://github.com/8go/matrix-commander-rs/pull/119

**Full Changelog**: https://github.com/8go/matrix-commander-rs/compare/v0.9.7...v0.10.0

0.9.7

**Full Changelog**: https://github.com/8go/matrix-commander-rs/compare/v0.9.6...v0.9.7

0.9.6

**Full Changelog**: https://github.com/8go/matrix-commander-rs/compare/v0.9.5...v0.9.6

0.9.5

**Full Changelog**: https://github.com/8go/matrix-commander-rs/compare/v0.9.4...v0.9.5

0.9.0

- new feature: -d -d sets log level of itself and all lower level modules to debug
- new feature: --log-level value1 value2 where level1 sets log level for matrix-commander-rs
and second value sets log level of lower level modules
- also just -d works better now (less info)
- fixed bug: where private access token was printed to debug log, now *** being printed to debug log
- fixed bug: return value should be correct now (0 for success, 1 for error)

see also https://crates.io/crates/matrix-commander

0.4.1

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

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.