diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f7099ca..5557b09 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -139,3 +139,10 @@ v0.3.1 ------ - HOTFIX: it looks like Twitter changed the label for a timeline module from "homeConversation" to "profile-conversation"! + +v0.3.2 +------ + +- BUGFIX: fix duplicate space participants bug (participants in a space should be unique) +- Add fetching of a user's Likes tab +- Implement "liking" and "unliking" diff --git a/doc/TODO.txt b/doc/TODO.txt index 5d39f6f..3c712f8 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -3,9 +3,6 @@ User profile images and banner images => extract to table. Add `is_downloaded` TODO update-all -TODO fetch-older-tweets: -- get tweets older than 3200 ago - TODO: downloading-modes - Could compose the following: - Primary user's top-level tweets and threads @@ -44,14 +41,15 @@ TODO twitter-spaces - add `is_details_available` flag TODO authenticated-requests -- likes tab - media tab - quote-tweets - notifications TODO post-tweets -- post tweet -- liking / replying to / quoting / retweeting a tweet +- post tweets + - reply to a tweet + - quote-tweet a tweet +- retweet a tweet TODO fetch-DMs @@ -77,9 +75,6 @@ TODO tweets-with-italics TODO authenticated-only-request-warning - warn when attempting to run requests which require authentication without a session active -TODO expanding-tweet-integration-test -- Add an integration test for expanding tweets - TODO unknown-user-upgrading - if an unknown user (created to satisfy SQLite integrity check on user_id foreign key) has user details fetched, the "Join Date" and other zero-value fields should update with the new value