From 134b17ee79dc7fb96f03fba6f1bac3fa706ba98e Mon Sep 17 00:00:00 2001 From: Alessio Date: Tue, 22 Aug 2023 14:25:17 -0300 Subject: [PATCH] Update CHANGELOG.txt for v0.4.1 --- CHANGELOG.txt | 10 ++++++++++ doc/TODO.txt | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b72d0a7..2b9ad28 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -152,3 +152,13 @@ v0.4.0 - Add Web front-end served by `twitter webserver` - Some small improvements to scraping of Spaces + +v0.4.1 +------ + +- BUGFIX: fix Spaces showing times 50,000 years in the future (timestamps in millis rather than seconds) +- Few UI improvements + - fix link preview images overflowing the feed column + - removed gray thread-connector line showing up in QTs +- Make the search bar work for searches +- Add scraper request for HomeTimeline diff --git a/doc/TODO.txt b/doc/TODO.txt index bec4679..4d425e8 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -104,3 +104,14 @@ TODO: webserver-session-arg-active-user - make the active user get set on initializing the Application object if a --session flag is given TODO: webserver-tombstones + +TODO: fetch-timeline +- HTMX polling element on base template + +TODO: progressive-web-app + +TODO: paste-twitter-urls-in-search-bar +- pasting a link from twitter.com into the search bar should handle it properly + - tweet detail + - user profile + - space