Update CHANGELOG.txt for v0.3.2
This commit is contained in:
parent
ffaec2799d
commit
6e5e8dba67
@ -139,3 +139,10 @@ v0.3.1
|
|||||||
------
|
------
|
||||||
|
|
||||||
- HOTFIX: it looks like Twitter changed the label for a timeline module from "homeConversation" to "profile-conversation"!
|
- 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"
|
||||||
|
13
doc/TODO.txt
13
doc/TODO.txt
@ -3,9 +3,6 @@ User profile images and banner images => extract to table. Add `is_downloaded`
|
|||||||
|
|
||||||
TODO update-all
|
TODO update-all
|
||||||
|
|
||||||
TODO fetch-older-tweets:
|
|
||||||
- get tweets older than 3200 ago
|
|
||||||
|
|
||||||
TODO: downloading-modes
|
TODO: downloading-modes
|
||||||
- Could compose the following:
|
- Could compose the following:
|
||||||
- Primary user's top-level tweets and threads
|
- Primary user's top-level tweets and threads
|
||||||
@ -44,14 +41,15 @@ TODO twitter-spaces
|
|||||||
- add `is_details_available` flag
|
- add `is_details_available` flag
|
||||||
|
|
||||||
TODO authenticated-requests
|
TODO authenticated-requests
|
||||||
- likes tab
|
|
||||||
- media tab
|
- media tab
|
||||||
- quote-tweets
|
- quote-tweets
|
||||||
- notifications
|
- notifications
|
||||||
|
|
||||||
TODO post-tweets
|
TODO post-tweets
|
||||||
- post tweet
|
- post tweets
|
||||||
- liking / replying to / quoting / retweeting a tweet
|
- reply to a tweet
|
||||||
|
- quote-tweet a tweet
|
||||||
|
- retweet a tweet
|
||||||
|
|
||||||
TODO fetch-DMs
|
TODO fetch-DMs
|
||||||
|
|
||||||
@ -77,9 +75,6 @@ TODO tweets-with-italics
|
|||||||
TODO authenticated-only-request-warning
|
TODO authenticated-only-request-warning
|
||||||
- warn when attempting to run requests which require authentication without a session active
|
- 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
|
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
|
- 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user