aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-10-21 22:18:22 +0200
committerdec05eba <dec05eba@protonmail.com>2022-10-21 22:18:22 +0200
commit765a45b84eedaf27a69776b9be3852ea26e9b176 (patch)
tree237a520901b7fb1c9672bdb2d5ae85dd952c6d65 /TODO
parent3a3a4f2d6bf9087a6443cd9d6bb484fc6c020ffc (diff)
Make max window size slightly smaller than screen size
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index b6cf6af..44a75aa 100644
--- a/TODO
+++ b/TODO
@@ -237,4 +237,5 @@ Add option to use invidious, and the invidious front page.
Add proper vim modal mode. Maybe switch focused part with tab? then also need to show which part is focused.
Send clipboard content to clipboard manager when destroying the window, if we are the clipboard owner.
Bypass compositor when fullscreening application.
-Sort matrix events by timestamp. This is needed to make name change and other similar things work properly, otherwise @ mention wont work as it may show an older name if a previous event is fetched and contains name change. Also applies to join/leave events and other things. \ No newline at end of file
+Sort matrix events by timestamp. This is needed to make name change and other similar things work properly (user display name, avatar, room name, room avatar, etc), otherwise @ mention wont work as it may show an older name if a previous event is fetched and contains name change. Also applies to join/leave events and other things.
+Automatically cleanup old cache files.