Update CHANGELOG.txt for v0.6.20
This commit is contained in:
parent
20338e1784
commit
1b290d9b5c
@ -369,3 +369,12 @@ v0.6.19
|
|||||||
- Profile and banner images in user feed header can now be clicked to open full-size versions
|
- 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
|
- 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
|
- 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
|
||||||
|
20
doc/TODO.txt
20
doc/TODO.txt
@ -122,7 +122,7 @@ TODO: emoji-rewrite (#webserver)
|
|||||||
TODO: windows-session-list (#release, #windows)
|
TODO: windows-session-list (#release, #windows)
|
||||||
- Check that sessions load as @Offline_Twatter instead of @test\Offline_Twatter on 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
|
- 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)
|
- These are just completely invisible on Twitter (render as nothing)
|
||||||
- e.g.: https://x.com/sirbughunter/status/1479540319410696192
|
- 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)
|
TOOD: notifications-duplicate-bug (#scraper, #scraper-bug)
|
||||||
- Older notifications often appear to get duplicated, sometimes quite a few times
|
- 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
|
- 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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user