diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ab131cd..5469359 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -190,3 +190,10 @@ v0.5.0 - Search now supports sort orders: most recent, least recent, most likes, most retweets - Add support for a number of upstream stuff: "x.com" links, "Tweets" renamed to "Posts", new API formats, edited tweets - Bugfixes + +v0.5.1 +------ + +- Add a preliminary Lists page which shows all offline-follows +- Add search page support for searching users +- Automatic background scraping of logged-in user's Likes diff --git a/doc/TODO.txt b/doc/TODO.txt index a762496..10b2552 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -119,21 +119,16 @@ TODO: paste-twitter-urls-in-search-bar - pasting a link from twitter.com into the search bar should handle it properly - space -TODO: download-buttons-not-ugly -- Make the options buttons for downloading less ugly (rn they are ugly) +TODO: ui-deuglifying +- Download buttons ("..." dropdown) + - on a tweet +- "Follow" / "Unfollow" button TODO: show-errors-in-UI - if an HTTP request fails, show an error in the UI somehow -TODO: likes-through-UI-sort-order -- Context: when you "like" a tweet through Offline Twitter, the sort-order is unknown, so it won't show up in your "likes" feed on your profile -- Add a background task that scrapes the logged-in user's likes periodically, perhaps every 3 minutes or every 10 likes - TODO: refactor-compound_queries_test-file - Move the tests for user feeds into the compound_queries_ssf_test file -TODO: move-force-scrape-to-query-string -- currently URLs end with "/scrape" to indicate they should force a scrape. That should probably be "?scrape=1" or "?scrape" - TODO: search-bar/preserve-contents-on-search - When performing a search, keep the search text in the search bar