From f7ad9ba63c3cc6056edff3b9df7330448f1a8d8f Mon Sep 17 00:00:00 2001 From: Alessio Date: Sat, 4 May 2024 21:49:23 -0700 Subject: [PATCH] Update CHANGELOG.txt for v0.6.10 --- CHANGELOG.txt | 18 ++++++++++++++++++ doc/TODO.txt | 12 ++---------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 69fa983..f2eded5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -288,3 +288,21 @@ v0.6.8 - UI improvements: - fix some buggy styling around the pin icon on pinned tweets and error toast messages - BUGFIX: fix scraper crashing when a media download times out (e.g., long video) + +v0.6.9 +------ + +- UI improvements: + - GIFs now show differently than videos; can be paused and restarted on click + - Add unread indicators to DMs, and show unread messages count in nav sidebar + - DM messages now have a message preview if the last message was just an attachment (image, tweet, or video) + +v0.6.10 +------- + +- UI improvements: + - add "Copy Link" button to tweets + - add "Go Online" button to nav sidebar + - add header section for DMs with open-in-external button + - Clicking on the "replying-to" button on a DM scrolls that message into view +- Add DM pagination / show-more button diff --git a/doc/TODO.txt b/doc/TODO.txt index bb25d8d..c23ad1a 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -62,9 +62,6 @@ TODO apiv2-tombstones TODO tidy-up-command-line-flags - make flags that are part of a subcommand go after that subcommand (e.g., `twitter get_user_tweets -n 200 ...`) -TODO: fatih-color -- replace "terminal-utils" with "fatih/color" - TODO: mobile-requests - implement mobile versions of various requests - Check in `pkg/scraper/test_responses/mobile_requests` @@ -114,13 +111,11 @@ TODO: show-errors-in-UI TODO: refactor-compound_queries_test-file - Move the tests for user feeds into the compound_queries_ssf_test file -TODO: features-from-qt-version -- Add all features from the Qt app to the web UI - - when previous tweet in thread is missing, put a "fetch tweet" button to get it +TODO: incomplete-threads +- when previous tweet in thread is missing, put a "fetch tweet" button to get it TODO: dms - fetch chat room history on opening -- add scrollback / pagination - add search TODO: search-terms-highlighted @@ -134,6 +129,3 @@ Windows Build TODO: windows-session-list - Check that sessions load as @Offline_Twatter instead of @test\Offline_Twatter on Windows - -TODO: windows-automated-build -- build and upload to offline-twitter.org on release branches