aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 14 insertions, 1 deletions
diff --git a/TODO b/TODO
index 59dc944..e56219f 100644
--- a/TODO
+++ b/TODO
@@ -296,4 +296,17 @@ Youtube community tab.
v0.m3u8 doesn't work for some lbry videos (such as https://odysee.com/@MoneroMagazine:9/Privacy-101-w-Luke-Smith:2). Fallback to v1.m3u8 (next track in the master.m3u8 file) in such cases.
Use DPMSInfoNotify.
Use stb_image_resize2.h
-Youtube audio only download if audio stream not available, also for youtube-dl fallback. \ No newline at end of file
+Youtube audio only download if audio stream not available, also for youtube-dl fallback.
+Make history (local-manga and others) use relative path to the downloads directory for thumbnails. Otherwise the thumbnails wont show when moving the download directory.
+Keep the rooms that we were kicked/banned from so we can still read them and re-read the reason for why we were kicked/banned. Or add a list of historical rooms with leave reason.
+Fix youtube broken without yt-dlp. Unable to download video.
+Use different font for chinese, japanese and korean (or maybe only for korean).
+Include noto font instead of having to install it. Only require installing it for other noto fonts.
+Re-design matrix /encrypt. You should press G to switch to encryption mode in the room (save it as a room variable, maybe even in file?) and when you do that the matrix icon beside the chat
+ will have a padlock in front of it and input text will be orange.
+ Press G again to switch to regular text mode.
+ Also encrypt media and maybe even reactions.
+ Add /gpg command to send your gpg key. Generate it if it doesn't exist in gpg --list-keys for your matrix id.
+ Change matrix gpg config to enable option instead.
+ Allow pressing enter on a message with PGP key to import it.
+ Cache decrypted gpg messages in ram, so they dont have to be decrypted again when closing the room and entering it again.