From 6ddb94d44c1a0f1b665640bef0470bfab5f21d2d Mon Sep 17 00:00:00 2001 From: Alessio Date: Wed, 5 Jan 2022 14:01:21 -0500 Subject: [PATCH] Update CHANGELOG.txt for v0.0.3 --- CHANGELOG.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d6c1c51..59f8f22 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -18,3 +18,12 @@ v0.0.2 - Add some new tombstone types: "tweet violated twitter rules", "account no longer exists" - No longer re-download media content (tweet content, user profile / banner images) if not needed - Download video thumbnail images as part of video downloading + +v0.0.3 +------ + +- Add video `duration` and `view_count` fields +- Add `--version` command line option +- Improve user image scraping for rando users (download less eagerly) to speed up browsing and save disk space: + - Download tiny versions of profile images (48x48 pixels) + - Don't download banner images at all