Update CHANGELOG.txt for v0.1.8
This commit is contained in:
parent
476f00856c
commit
7f9cc62667
@ -97,3 +97,13 @@ v0.1.7
|
|||||||
|
|
||||||
- Add support for multiple videos as well as videos and images in the same tweet
|
- Add support for multiple videos as well as videos and images in the same tweet
|
||||||
- Restructure media file storage into sub-directories to improve performance when retrieving them
|
- Restructure media file storage into sub-directories to improve performance when retrieving them
|
||||||
|
|
||||||
|
v0.1.8
|
||||||
|
------
|
||||||
|
|
||||||
|
- Add proper support for fetching Spaces (with full detail)
|
||||||
|
- Add checking for DMCA takedowns of video content
|
||||||
|
- Add index for fetching tweet threads (index `in_reply_to_id`)
|
||||||
|
- Add indexes to tweet content types to improve fetching performance (index `tweet_id`)
|
||||||
|
- BUGFIX: can now fetch retweets with "visibility results"
|
||||||
|
- BUGFIX: search changed how cursors work at end-of-feed
|
||||||
|
@ -4,7 +4,7 @@ User profile images and banner images => extract to table. Add `is_downloaded`
|
|||||||
TODO update-all
|
TODO update-all
|
||||||
|
|
||||||
TODO fetch-older-tweets:
|
TODO fetch-older-tweets:
|
||||||
get tweets older than 3200 ago
|
- get tweets older than 3200 ago
|
||||||
|
|
||||||
TODO: downloading-modes
|
TODO: downloading-modes
|
||||||
- Could compose the following:
|
- Could compose the following:
|
||||||
@ -23,7 +23,7 @@ Conversation threads with two or more consecutive tombstones don't get scraped c
|
|||||||
- e.g.: https://twitter.com/hatecoleslaw/status/1429584549701357568
|
- e.g.: https://twitter.com/hatecoleslaw/status/1429584549701357568
|
||||||
- Hard mode: https://twitter.com/masforshort/status/1482000048447705090
|
- Hard mode: https://twitter.com/masforshort/status/1482000048447705090
|
||||||
|
|
||||||
Video size reduction:
|
TODO video-bitrates
|
||||||
- add "bitrate" and "available bitrates" fields
|
- add "bitrate" and "available bitrates" fields
|
||||||
- option to upgrade or downgrade video quality
|
- option to upgrade or downgrade video quality
|
||||||
|
|
||||||
@ -52,3 +52,6 @@ TODO bash-completions
|
|||||||
|
|
||||||
TODO implement-custom-unmarshal
|
TODO implement-custom-unmarshal
|
||||||
- the parsing might be excessively complex, and it doesn't correctly catch failures. Might be good to just implement the Unmarshal interface instead
|
- the parsing might be excessively complex, and it doesn't correctly catch failures. Might be good to just implement the Unmarshal interface instead
|
||||||
|
|
||||||
|
TODO twitter-spaces
|
||||||
|
- add `is_details_available` flag
|
||||||
|
@ -4,3 +4,4 @@
|
|||||||
- if `persistence/schema.sql` has changed since last release:
|
- if `persistence/schema.sql` has changed since last release:
|
||||||
- bump ENGINE_DATABASE_VERSION in `persistence/versions.go`
|
- bump ENGINE_DATABASE_VERSION in `persistence/versions.go`
|
||||||
- add an entry to MIGRATIONS in `persistence/versions.go`
|
- add an entry to MIGRATIONS in `persistence/versions.go`
|
||||||
|
- checkout a branch `release-x.y.z` with the version number x.y.z and push it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user