Update CHANGELOG.txt for v0.1.2
This commit is contained in:
parent
19c4b14704
commit
f9eb986aed
@ -53,3 +53,10 @@ 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
|
||||
|
||||
v0.1.2
|
||||
------
|
||||
|
||||
- BUGFIX: fix error when trying to match mixed-case user handles in tombstone tweets
|
||||
- BUGFIX: set "Client Language" header to "English" in all cases
|
||||
- Add an option to show debug logging; hide it by default
|
||||
|
@ -7,16 +7,12 @@ For each user in userslist.txt:
|
||||
- download new images if necessary
|
||||
- fetch tweets since last update
|
||||
|
||||
TODO implement-search
|
||||
|
||||
TODO fetch-older-tweets:
|
||||
get tweets older than 3200 ago
|
||||
|
||||
|
||||
TODO https://twitter.com/michaelmalice/status/1461031030278742020 => "account no longer exists" tombstone
|
||||
|
||||
TODO cleanup-main: The `cmd/twitter/main.go` file is becoming a disaster, it needs a cleanup badly. lots of copy-pastes that should be functions, code that should be moved to the scraper / persistence modules, etc
|
||||
|
||||
TODO broadcast-cards
|
||||
panic: Unknown card type: 3691233323:periscope_broadcast
|
||||
panic: Unknown card type: 745291183405076480:broadcast
|
||||
@ -34,7 +30,6 @@ TODO tombstone updating:
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user