From 51ae1d09a1637eda595d29cb013a939f8399e282 Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 11 Mar 2024 21:30:56 -0700 Subject: [PATCH] Update CHANGELOG.txt for v0.6.5 --- CHANGELOG.txt | 7 +++++++ build/Twitter.desktop | 2 +- doc/TODO.txt | 4 +--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6e95593..d35823e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -254,3 +254,10 @@ v0.6.4 - command-line supports 2FA challenges - web UI notifies login failure if challenged for 2FA instead of failing silently - Home page now has a "User Feed" timeline (shows people logged-in user follows) in addition to the "Offline Timeline" + +v0.6.5 +------ + +- UI improvements: + - Add image full-size on-click viewer +- Add images, videos and links to DMs diff --git a/build/Twitter.desktop b/build/Twitter.desktop index b6dd336..c810706 100644 --- a/build/Twitter.desktop +++ b/build/Twitter.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=Offline Twitter Comment=Twitter client that auto-archives as you go -Exec=/usr/local/bin/twitter --default-profile --addr localhost:1400 webserver --auto-open +Exec=/usr/local/bin/twitter --default-profile webserver --addr localhost:1400 --auto-open Icon=/usr/share/pixmaps/twitter.png Terminal=true Type=Application diff --git a/doc/TODO.txt b/doc/TODO.txt index 9cf1ccf..cb7c862 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -124,9 +124,7 @@ TODO: features-from-qt-version - when previous tweet in thread is missing, put a "fetch tweet" button to get it TODO: dms -- embedded image and video -- unshorten URLs / show previews -- remove empty text bubble for no text-content posts, e.g., shared tweets +- unshorten URLs - fetch chat room history on opening TODO: search-terms-highlighted