Update CHANGELOG.txt for v0.6.22

This commit is contained in:
Alessio 2025-02-02 20:35:46 -08:00
parent f7b0c4a427
commit 5f62d91b44
3 changed files with 9 additions and 11 deletions

View File

@ -387,3 +387,9 @@ v0.6.21
- Windows: - Windows:
- Start menu shortcut should work now - Start menu shortcut should work now
- "Install for current user only" should now create desktop shortcut properly - "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

View File

@ -76,10 +76,6 @@ TODO: search-bottom-cursor
TODO: newer-version-tombstone (#scraper) TODO: newer-version-tombstone (#scraper)
- Preserve tombstone after re-scraping - 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 TODO: new-content-type
- https://twitter.com/itsbackwereover/status/1757947530506043872 - https://twitter.com/itsbackwereover/status/1757947530506043872
@ -88,7 +84,7 @@ TODO: mark-invalidated-sessions-invalid
TODO: SQL-logger (#webserver) 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 - 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) TODO: compound-query-structs (#webserver)
@ -154,9 +150,3 @@ TODO: deprecated-offline-follows
- Offline Follows doesn't do much userful anymore - Offline Follows doesn't do much userful anymore
TODO: offline-timeline-vs-user-timeline 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 <img> tag is not useful; it just HTTP 401's

View File

@ -1,3 +1,5 @@
#!/bin/bash #!/bin/bash
sudo mount -t tmpfs -o size=100M tmpfs pkg/persistence/test_profiles 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