Commit graph

61 commits

Author SHA1 Message Date
Ethan Reynolds
b995906c79
Add external_edit_file_suffix to config (#253) 2024-04-11 20:50:26 -07:00
Matthias Ahouansou
aba72aa64d
Prevent sending duplicate reaction events (#240) 2024-04-02 15:21:24 +00:00
Ulyssa
a98bbd97be
Support marking a room as a direct message room (#92) 2024-03-31 00:12:57 -07:00
Ulyssa
79f6b5b75c
Reset message bar when ! is passed with :cancel (#231) 2024-03-27 19:35:15 -07:00
Ulyssa
d3b717d1be
Fix image previews in replies (#225) 2024-03-24 02:41:05 +00:00
Ulyssa
2ac71da9a6
Fix entering thread view when there's no messages yet (#224) 2024-03-24 02:20:06 +00:00
mordquist
46e081b1e4
Support configuring user gutter width (#223) 2024-03-23 18:54:26 -07:00
Benjamin Grosse
0c52375e06
Add support for desktop notifications (#192) 2024-03-21 17:46:46 -07:00
Ulyssa
ef868175cb
Add support for threads (#216) 2024-03-09 00:47:05 -08:00
Benjamin Grosse
8ee203c9a9
Update to ratatui-image@0.8.1 (#215) 2024-03-08 20:04:52 -08:00
Ulyssa
9732971fc2
Update to matrix-sdk@0.7.1 (#200) 2024-03-02 23:00:29 +00:00
Ulyssa
c5999bffc8
Pull in modalkit repository with a Cargo.lock (#208) 2024-02-29 07:00:25 +00:00
Ulyssa
a2a708f1ae
Indicate and sort on rooms with unread messages (#205)
Fixes #83
2024-02-28 09:03:28 -08:00
Ulyssa
1325295d2b
Update modalkit dependencies (#204) 2024-02-28 05:21:05 +00:00
Benjamin Grosse
999399a70f
Fix not showing display names in already synced rooms (#171)
Fixes #149
2023-12-18 20:55:04 -08:00
Benjamin Grosse
221faa828d
Add support for previewing images in room scrollback (#108) 2023-11-16 08:36:22 -08:00
Ulyssa
8943909f06
Support custom sorting for room and user lists (#170) 2023-10-21 02:32:33 +00:00
Ulyssa
df3148b9f5
Links should be "openable" (#43) 2023-10-07 18:25:25 -07:00
Benjamin Große
95af00ba93
Update modalkit for newer ratatui and crossterm 2023-10-07 17:21:48 -07:00
Ulyssa
9197864c5c
Add more documentation (#166) 2023-10-06 22:35:27 -07:00
Ulyssa
7fdb5f98e3
Update Cargo.lock file (#157) 2023-09-12 17:17:29 -07:00
Leonid Dyachkov
0565b6eb05
Support composing messages in an external editor (#155) 2023-09-12 17:07:56 -07:00
Ulyssa
7b050f82aa
Indicate when there are new messages below scrollback viewport (#131) 2023-07-07 22:16:57 -07:00
Ulyssa
6e8e12b579
Need fallback behaviour when dirs::download_dir returns None (#118) 2023-07-07 20:35:01 -07:00
Ulyssa
64891ec68f
Support hiding server part of username in message scrollback (#71) 2023-07-06 23:15:58 -07:00
Ulyssa
61aba80be1
Reduce number of Tokio workers (#129) 2023-07-05 15:25:42 -07:00
Ulyssa
8d4539831f
Remove trailing newlines in body (#125) 2023-06-30 21:18:08 -07:00
Ulyssa
885b56038f
Use terminal window focus to determine when a message has actually been seen (#94) 2023-06-14 22:42:23 -07:00
Benjamin Große
430c601ff2
Support configuring which program :open runs (#95) 2023-06-14 21:36:23 -07:00
Ulyssa
b0256d7120
Replace GitHub actions using deprecated features (#114) 2023-05-28 21:46:43 -07:00
Ulyssa
0f870367b3
Show errors fetching space hierarchy when list is empty (#113) 2023-05-28 13:16:37 -07:00
Benjamin Große
2899d4f45a
Support uploading image attachments from clipboard (#36) 2023-05-19 17:38:23 -07:00
Ulyssa
4935899aed
Indicate when you're editing a message (#75) 2023-05-01 22:14:08 -07:00
Ulyssa
a5c25f2487
Support leaving rooms (#45) 2023-04-28 16:52:33 -07:00
Benjamin Große
50023bad40
Append suffix to download filenames to avoid overwrites (#35) 2023-04-28 15:56:14 -07:00
Ulyssa
ad3b40d538
Interpret newlines as line breaks when converting Markdown to HTML (#74) 2023-04-06 16:10:48 -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
6a0722795a
Fix empty message check when sending (#56) 2023-03-13 09:26:49 -07: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
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
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
b968d8c4a2
Focus should switch to message bar after :edit (#22) 2023-01-26 16:07:18 -08:00
Ulyssa
afe892c7fe
Support sending and displaying read markers (#11) 2023-01-26 15:40:16 -08:00
Ulyssa
a6888bbc93
Support displaying and editing room tags (#15) 2023-01-25 17:54:16 -08:00