Update CHANGELOG.txt for v0.1.1

This commit is contained in:
Alessio 2022-02-12 16:04:54 -08:00
parent 4b2df1c628
commit a204d66a44
2 changed files with 14 additions and 3 deletions

View File

@ -47,3 +47,9 @@ v0.1.0
- Add support for new GraphQL twitter API (dubbed "APIv2" in code). User feed scraping now uses this API
- Embedded links (URLs) now have their short versions saved in the DB.
v0.1.1
------
- BUGFIX: fix selection of primary "TimelineAddEntries" field in APIv2 following breaking API change
- Add `-h, --help` command line flags to display help message and gracefully exit

View File

@ -27,15 +27,20 @@ Conversation threads with two or more consecutive tombstones don't get scraped c
Video size reduction:
- add "bitrate" and "available bitrates" fields
- option to upgrade or downgrade video quality
-
TODO tombstone updating:
- "Tweet is unavailable" tombstones are not always accurate. In user feed, they show as "not available" but the real reason is "deleted" etc; should update the tombstone type when fetching the conversation view
- If a tweet is deleted after getting a non-stub version, should still show a tombstone (or a modified one at least)
- tweet-to-stub: If a tweet is deleted after getting a non-stub version, should still show a tombstone (or a modified one at least)
- stub-to-tweet: If a user un-privates after getting a stub-version (or tweet becomes available for other reasons), stub versions should write the real content and "stub" status should be removed
TODO: Problem tweets
- https://twitter.com/HazardHarringto/status/1481808740445741062: replies not loading
- https://twitter.com/TyCardon/status/1480640777281839106: "Media has been disabled in response to report by copyright owner"
- https://twitter.com/CovfefeAnon/status/1427693931047837702: parent thread not loading (possible GUI problem)
- "account no longer exists" tombstone not being collected
TODO: videos-view-count
- videos don't parse properly in APIv2
TODO: APIv2-pinned-tweets
- feed with pinned tweet