Releases: DevinR528/rumatui
0.1.19
[0.1.19]
- Update matrix-rust-sdk to a version (rev 037d62b) that uses ruma mono repo (rev 848b225)
- Default to
https
overhttp
- Fix device ID generation on every login
- rumatui keeps track of each device's device_id
- Add ability to log to
~/.rumatui/log.json
usingRUST_LOG
env var or-v/--verbose
cli arguments - Add memory for send message textbox
- When switching rooms whatever has been typed for that room will be kept when the user returns
0.1.18
0.1.17
0.1.16
[0.1.16]
- Add help output
rumatui [-h/--help]
- Add license files to the release package
Release 0.1.15
Bug Fixes
- Remove http proxy left in from testing
0.1.14
-
Room search is now available
- Public rooms can be joined from the room search window
-
A user can register from the new register window
- This features complete User Interactive Authentication by opening a web browser
-
Message edits are shown
- When markdown is part of the message they are properly formatted
-
Reactions display under the respective message
-
Redaction events are handled for reactions (emoji) and messages
-
Update dependency
muncher
0.6.0 -> 0.6.1
-
Note: the above features are only for displaying received events
rumatui
can not yet send these events
0.1.15
0.1.14
0.1.14
-
Room search is now available
- Public rooms can be joined from the room search window
-
A user can register from the new register window
- This features complete User Interactive Authentication by opening a web browser
-
Message edits are shown
- When markdown is part of the message they are properly formatted
-
Reactions display under the respective message
-
Redaction events are handled for reactions (emoji) and messages
-
Update dependency
muncher
0.6.0 -> 0.6.1
-
Note: the above features are only for displaying received events
rumatui
can not yet send these events
Bug Fixes
- Send read receipts to mark the correct read message (it was sending random event ids)
- Send
read_marker
events instead ofread_receipt
0.1.13-alpha
0.1.13-alpha
- Errors are now displayed with more helpful messages
- Using internal Error type instead of
anyhow::Error
- Using internal Error type instead of
- Send a message with Ctrl-s
- Update dependencies
mdcat
0.15 -> 0.18.2serde
1.0.111 -> 1.0.111regex
1.3.7 -> 1.3.9tokio
0.2.20 -> 0.2.21
0.1.11-alpha
Now that matrix-rust-sdk has been released to crates.io it seemed like the thing to do. Enjoy!
THIS IS NOT READY for actual use just testing/playing with.