From 5f62d91b44df4d3879de394e8b40747f92d0f740 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sun, 2 Feb 2025 20:35:46 -0800 Subject: [PATCH] Update CHANGELOG.txt for v0.6.22 --- CHANGELOG.txt | 6 ++++++ doc/TODO.txt | 12 +----------- persistence_test_sqlite_memory.sh | 2 ++ 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e175e32..4fc2afc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -387,3 +387,9 @@ v0.6.21 - Windows: - Start menu shortcut should work now - "Install for current user only" should now create desktop shortcut properly + +v0.6.22 +------- + +- Add background scraping jobs for Bookmarks and logged-in user's User Feed +- Manually rescraping a User Feed now re-downloads user's profile and banner images as well diff --git a/doc/TODO.txt b/doc/TODO.txt index cb648d6..1b0be23 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -76,10 +76,6 @@ TODO: search-bottom-cursor TODO: newer-version-tombstone (#scraper) - Preserve tombstone after re-scraping -TODO: failed-tweets (#scraper, #bug) -- https://twitter.com/_HARVEY__DENT_/status/1755665502385377720 -- "Empty tweet": https://twitter.com/wispem_wantex/status/1581333495393107968 - TODO: new-content-type - https://twitter.com/itsbackwereover/status/1757947530506043872 @@ -88,7 +84,7 @@ TODO: mark-invalidated-sessions-invalid TODO: SQL-logger (#webserver) -TODO: const-select-fields (#webserver) +TODO: const-select-fields (#webserver, #code-quality) - There's a few queries that use "select ..." and write out all the fields. Put the field names in one spot TODO: compound-query-structs (#webserver) @@ -154,9 +150,3 @@ TODO: deprecated-offline-follows - Offline Follows doesn't do much userful anymore TODO: offline-timeline-vs-user-timeline - -TODO: tweetcomposer-entry (#scraper, #bug) -- "Unexpected first part of entry id: "tweetcomposer-": https://twitter.com/wispem_wantex/status/1866661241135226975 - -TODO: just-sent-dm-images-not-loading (#webserver, #dms, #bug) -- DM images can only be loaded with an authenticated session. So sending the `remote_url` in an tag is not useful; it just HTTP 401's diff --git a/persistence_test_sqlite_memory.sh b/persistence_test_sqlite_memory.sh index 950b1aa..b92d253 100755 --- a/persistence_test_sqlite_memory.sh +++ b/persistence_test_sqlite_memory.sh @@ -1,3 +1,5 @@ #!/bin/bash sudo mount -t tmpfs -o size=100M tmpfs pkg/persistence/test_profiles +sudo mount -t tmpfs -o size=100M tmpfs cmd/data +sudo mount -t tmpfs -o size=1000M tmpfs sample_data/profile