From 1b290d9b5c70aa2a913a73dede1f1aa21d2d52ec Mon Sep 17 00:00:00 2001 From: Alessio Date: Mon, 9 Dec 2024 14:07:37 -0800 Subject: [PATCH] Update CHANGELOG.txt for v0.6.20 --- CHANGELOG.txt | 9 +++++++++ doc/TODO.txt | 20 +++++++++++++++++++- persistence_test_sqlite_memory.sh | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 533b28b..22e1768 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -369,3 +369,12 @@ v0.6.19 - Profile and banner images in user feed header can now be clicked to open full-size versions - Reply previews in DMs now include the username who's being replied to - Notifications can now be marked as "read" via command line and web UI + +v0.6.20 +------- + +- BUGFIX: fix sending a reacc causing an error if it's not on the latest message in the chat +- BUGFIX: various fixes around error toasts +- UI improvements: + - reaccs: add a little circle around the logged-in user's reaccs, to indicate them better + - "refresh chat room" button now puts a spinner on the chat while it's refreshing diff --git a/doc/TODO.txt b/doc/TODO.txt index b8f9782..89b0ab4 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -122,7 +122,7 @@ TODO: emoji-rewrite (#webserver) TODO: windows-session-list (#release, #windows) - Check that sessions load as @Offline_Twatter instead of @test\Offline_Twatter on Windows -TODO: conversation-thread-missing-tweets +TODO: conversation-thread-missing-tweets (#scraper, #scraper-bug) - In a conversation thread (replies under a tweet), if a user is blocked, the tweet response can be empty - These are just completely invisible on Twitter (render as nothing) - e.g.: https://x.com/sirbughunter/status/1479540319410696192 @@ -133,3 +133,21 @@ TODO: scrape-user-feed-removes-pinned-tweet (#scraper, #scraper-bug) TOOD: notifications-duplicate-bug (#scraper, #scraper-bug) - Older notifications often appear to get duplicated, sometimes quite a few times - Probably related to the fact that notifications can replace old ones but we just treat them as a new notification instance + +TODO: dm-reaccs-popup-list (#dms, #webserver, #reaccs) +- on-click popup showing who sent which reacc + +TODO: detect-banned-users-when-scraping-tweets (#scraper, #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 + +TODO: htmx-scrollBehavior (#webserver, #ux) +- Investigate `htmx.config.scrollBehavior = "smooth"`: https://htmx.org/migration-guide-htmx-1/ + +TODO: deprecated-offline-follows +- Offline Follows doesn't do much userful anymore + +TODO: offline-timeline-vs-user-timeline diff --git a/persistence_test_sqlite_memory.sh b/persistence_test_sqlite_memory.sh index e3cc9aa..950b1aa 100755 --- a/persistence_test_sqlite_memory.sh +++ b/persistence_test_sqlite_memory.sh @@ -1,3 +1,3 @@ #!/bin/bash -mount -t tmpfs -o size=100M tmpfs pkg/persistence/test_profiles +sudo mount -t tmpfs -o size=100M tmpfs pkg/persistence/test_profiles