Commit graph

48 commits

Author SHA1 Message Date
Ulyssa
e6cdd02f22
HTML self-closing tags are getting parsed incorrectly (#63) 2023-03-20 17:53:55 -07:00
Ulyssa
0bc4ff07b0
Lazy load room state events on initial sync (#62) 2023-03-20 16:17:59 -07:00
Ulyssa
14fe916d94
Allow log level to be configured (#58) 2023-03-13 16:43:08 -07:00
Ulyssa
db35581d07
Indicate when an encrypted room event has been redacted (#59) 2023-03-13 16:43:04 -07:00
Ulyssa
7c1c62897a
Show events that couldn't be decrypted (#57) 2023-03-13 15:18:53 -07:00
Ulyssa
61897ea6f2
Fetch scrollback history independently of main loop (#39) 2023-03-13 10:46:26 -07:00
Ulyssa
6a0722795a
Fix empty message check when sending (#56) 2023-03-13 09:26:49 -07:00
Ulyssa
f3bbc6ad9f
Support configuring client request timeout (#54) 2023-03-12 15:43:13 -07:00
Ulyssa
2dd8c0fddf
Link to iamb space in README (#55) 2023-03-10 18:08:42 -08:00
Pavlo Rudy
a786369b14
Create release profile with LTO (#52) 2023-03-10 16:41:32 -08:00
pin
066f60ad32
Add NetBSD install instructions (#51) 2023-03-09 09:27:40 -08:00
Ulyssa
10b142c071
Release v0.0.6 (#48) 2023-03-05 13:28:08 -08:00
Ulyssa
ac6ff63d25
Avoid breaking up words during wrapping when possible (#47) 2023-03-05 12:59:34 -08:00
Ulyssa
54a0e76823
Edited messages need to have their HTML reprocessed (#46) 2023-03-05 12:48:31 -08:00
Ulyssa
93eff79f79
Support creating new rooms and spaces (#40) 2023-03-04 12:23:17 -08:00
Ulyssa
11625262f1
Direct message rooms should be encrypted from creation (#29) 2023-03-03 16:37:11 -08:00
Ulyssa
0ed1d53946
Support completing commands, usernames, and room names (#44) 2023-03-01 18:46:33 -08:00
Ulyssa
e3be8c16cb
Release v0.0.5 (#38) 2023-02-09 23:22:19 -08:00
Ulyssa
4c5c57e26c
Window keybindings should be mapped in Visual mode (#37) 2023-02-09 23:05:02 -08:00
Benjamin Große
8eef8787cc
fix: attachment download flags + exists check (#34)
Fix files never downloading (unless it has been downloaded in the past
and using `!` force flag).

The logic should be:

* If file does not exist, or `!` force flag used, then download it
* Else if neither `!` or `:open` flag used, then error out

and then return downloaded-message or open-and-message.

I.e. `:open` should still open the file if it has already been
downloaded. Otherwise the only way to open it is to use `!` and
re-download it.
2023-02-09 22:31:01 -08:00
Ulyssa
c9c547acc1
Support sending and displaying message reactions (#2) 2023-02-09 17:53:33 -08:00
Ulyssa
3629f15e0d
Fix newer Clippy warnings for 1.67.0 (#33) 2023-01-30 13:51:32 -08:00
Ulyssa
fd72cf5c4e
Update CI workflow to reduce warnings (#32) 2023-01-30 13:24:35 -08:00
Benjamin Große
1d93461183
Add :open attachments command (#31)
Fixes #27
2023-01-30 13:14:11 -08:00
Ulyssa
a1574c6b8d
Show current date and local time for messages (#30) 2023-01-29 18:07:00 -08:00
Ulyssa
e8205df21d
Support bracketed paste (#28) 2023-01-28 18:01:17 -08:00
Ulyssa
8c010d7e7e
Release v0.0.4 (#26) 2023-01-28 14:24:08 -08:00
Benjamin Große
4337be108b
Add "default_room" to profile settings (#25) 2023-01-28 14:12:30 -08:00
Ulyssa
b968d8c4a2
Focus should switch to message bar after :edit (#22) 2023-01-26 16:07:18 -08:00
Ulyssa
5683a2e7a8
Blank lines in table cells of selected message should be highlighted (#23) 2023-01-26 16:07:13 -08:00
Ulyssa
afe892c7fe
Support sending and displaying read markers (#11) 2023-01-26 15:40:16 -08:00
Ulyssa
d8713141f2
Display room tags in list of direct messages (#21) 2023-01-26 15:23:15 -08:00
Ulyssa
a6888bbc93
Support displaying and editing room tags (#15) 2023-01-25 17:54:16 -08:00
Ulyssa
4f2261e66f
Support sending and displaying formatted messages (#10) 2023-01-23 17:08:11 -08:00
Ulyssa
8966644f6e
Support editing messages (#4) 2023-01-19 16:05:02 -08:00
Ulyssa
69125e3fc4
Release v0.0.3 (#20) 2023-01-13 18:02:58 -08:00
Ulyssa
56ec90523c
Support redacting messages (#5) 2023-01-13 17:53:54 -08:00
Ulyssa
d13d4b9f7f
Support replying to messages (#3) 2023-01-12 21:20:32 -08:00
Ulyssa
54ce042384
Support sending and accepting room invitations (#7) 2023-01-11 17:54:49 -08:00
Ulyssa
b6f4b03c12
Support uploading and downloading message attachments (#13) 2023-01-10 19:59:30 -08:00
Ulyssa
504b520fe1
Support configuring a user's color and name (#19) 2023-01-06 16:56:28 -08:00
Ulyssa
739aab1534
Release v0.0.2 (#18) 2023-01-05 18:37:58 -08:00
Ulyssa
38f4795886
Support displaying and editing room descriptions (#12) 2023-01-05 18:12:25 -08:00
Ulyssa
8ed037afca
Support listing room members (#6) 2023-01-04 12:51:33 -08:00
Ulyssa
d038da6844
Support sending and displaying typing notifications (#9) 2023-01-03 13:57:28 -08:00
Ulyssa
c744d74e42
Add comparisons table to README (#17) 2022-12-29 20:25:38 -08:00
Ulyssa
262c96b62f
Want a Matrix client that uses Vim keybindings (#1) 2022-12-29 18:00:59 -08:00
Ulyssa
704f631d54 Initial commit 2021-07-02 23:22:37 -07:00