From 54cb6812758c000b848d31fb41918599ec702514 Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 17 Feb 2025 19:00:31 -0800 Subject: [PATCH] Update CHANGELOG.txt for v0.7.1 --- CHANGELOG.txt | 6 ++++++ doc/TODO.txt | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f05dc24..d5295f0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -400,3 +400,9 @@ v0.7.0 - PKG: Type definitions are now in `pkg/persistence` instead of `pkg/scraper` - BUGFIX: fix notifications page not having user's "likes" filled out on tweets - Compound notifications now tell you how many tweets were "liked", how many users followed you, etc + +v0.7.1 +------ + +- BUGFIX: fix banned users getting their user info (followers count, profile image, display name) getting erased +- PKG: webserver is now a public package diff --git a/doc/TODO.txt b/doc/TODO.txt index a98e139..4dc2a0a 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -136,9 +136,6 @@ TOOD: notifications-duplicate-bug (#scraper, #bug) TODO: dm-reaccs-popup-list (#dms, #webserver, #reaccs) - on-click popup showing who sent which reacc -TODO: detect-banned-users-when-scraping-tweets (#scraper, #bug) -- banned users aren't detected when scraping tweets - TODO: sqlite-query-optimizing - https://sqlite.org/cli.html#index_recommendations_sqlite_expert_ - https://sqlite.org/eqp.html