Commit graph

41 commits

Author SHA1 Message Date
Stu Black
e66a8c6716
Bump matrix-sdk dependency to 0.8 (#386) 2025-02-18 03:22:16 +00:00
Ulyssa
a32915b7e9
Update Cargo.toml to v0.0.11-alpha.1 (#346) 2024-08-30 16:08:12 +00:00
Ulyssa
4fc05c7b40
Handle message marks on non-64-bit platforms (#329) 2024-08-18 08:31:42 +00:00
Ulyssa
04480eda1b
Add message slash commands (#317) 2024-08-08 05:49:54 +00:00
Jarkko Sakkinen
4fc71c9291
Fix newer Clippy warnings for 1.80 (#301) 2024-08-01 03:02:42 +00:00
Aurore Poirier
497be7f099
Display file sizes for attachments (#278) 2024-05-25 16:16:04 -07:00
Ulyssa
46f6d37f76
Update to modalkit{,-ratatui}@0.0.19 (#273) 2024-04-24 06:30:01 +00:00
Ethan Reynolds
91ca50aecb
Fix image preview placement when messages are preceded by a date in the timeline (#257) 2024-04-13 15:47:08 -07:00
Ulyssa
e5b284ed19
Use color overrides for users when message_user_color is enabled (#245) 2024-04-02 15:42:27 +00:00
Ulyssa
db9cb92737
Enable autolinking when rendering Markdown (#226) 2024-03-24 03:06:33 +00: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
Bernhard Bliem
23a729e565
Support displaying shortcodes instead of Emojis in messages (#222) 2024-03-23 16:35:10 -07:00
Ulyssa
ef868175cb
Add support for threads (#216) 2024-03-09 00:47:05 -08:00
Ulyssa
ec81b72f2c
Load receipts for room before acquiring lock (#213) 2024-03-07 07:49:35 +00:00
Ulyssa
9732971fc2
Update to matrix-sdk@0.7.1 (#200) 2024-03-02 23:00:29 +00:00
Benjamin Grosse
3ed87aae05
Support coloring entire message with the user color (#193) 2024-02-28 06:52:24 +00:00
Ulyssa
1325295d2b
Update modalkit dependencies (#204) 2024-02-28 05:21:05 +00:00
Benjamin Lee
1cb280df8b
Fix truncation/padding for non-ASCII sender names (#182) 2024-02-27 21:09:37 -08:00
FormindVER
b7ae01499b
Add a new :chats window that lists both DMs and Rooms (#184)
Fixes #172
2024-02-27 18:37:10 -08:00
Benjamin Grosse
88af9bfec3
Fix crash on small image preview (#198) 2024-01-27 23:35:07 -08:00
Benjamin Grosse
1ae22086f6
Fix image preview offset (#179) 2023-11-20 13:22:15 -08:00
Benjamin Grosse
221faa828d
Add support for previewing images in room scrollback (#108) 2023-11-16 08:36:22 -08:00
Benjamin Lee
b2b47ed7a0
Reduce CPU usage by instead fetching read receipts after related sync events (#168) 2023-10-16 01:12:39 +00: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
c7864cb869
Enable sending strikethrough text (#141) 2023-09-12 17:27:04 -07:00
Ulyssa
64891ec68f
Support hiding server part of username in message scrollback (#71) 2023-07-06 23:15:58 -07:00
Ulyssa
8d22b83d85
Support sending and completing Emoji shortcodes in the message bar (#100) 2023-05-24 21:14:13 -07:00
Ulyssa
ad3b40d538
Interpret newlines as line breaks when converting Markdown to HTML (#74) 2023-04-06 16:10:48 -07:00
Ulyssa
725ebb9fd6
Redacted messages should have their HTML removed (#67) 2023-03-22 21:25:37 -07:00
Ulyssa
e98d58a8cc
Emote messages should always show sender (#65) 2023-03-21 14:02:42 -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
ac6ff63d25
Avoid breaking up words during wrapping when possible (#47) 2023-03-05 12:59:34 -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
a1574c6b8d
Show current date and local time for messages (#30) 2023-01-29 18:07:00 -08:00
Ulyssa
afe892c7fe
Support sending and displaying read markers (#11) 2023-01-26 15:40:16 -08:00
Ulyssa
4f2261e66f
Support sending and displaying formatted messages (#10) 2023-01-23 17:08:11 -08:00
Renamed from src/message.rs (Browse further)