Update CHANGELOG.txt for v0.6.10

This commit is contained in:
Alessio 2024-05-04 21:49:23 -07:00
parent 341ddaa5c2
commit f7ad9ba63c
2 changed files with 20 additions and 10 deletions

View File

@ -288,3 +288,21 @@ v0.6.8
- UI improvements:
- fix some buggy styling around the pin icon on pinned tweets and error toast messages
- BUGFIX: fix scraper crashing when a media download times out (e.g., long video)
v0.6.9
------
- UI improvements:
- GIFs now show differently than videos; can be paused and restarted on click
- Add unread indicators to DMs, and show unread messages count in nav sidebar
- DM messages now have a message preview if the last message was just an attachment (image, tweet, or video)
v0.6.10
-------
- UI improvements:
- add "Copy Link" button to tweets
- add "Go Online" button to nav sidebar
- add header section for DMs with open-in-external button
- Clicking on the "replying-to" button on a DM scrolls that message into view
- Add DM pagination / show-more button

View File

@ -62,9 +62,6 @@ TODO apiv2-tombstones
TODO tidy-up-command-line-flags
- make flags that are part of a subcommand go after that subcommand (e.g., `twitter get_user_tweets -n 200 ...`)
TODO: fatih-color
- replace "terminal-utils" with "fatih/color"
TODO: mobile-requests
- implement mobile versions of various requests
- Check in `pkg/scraper/test_responses/mobile_requests`
@ -114,13 +111,11 @@ TODO: show-errors-in-UI
TODO: refactor-compound_queries_test-file
- Move the tests for user feeds into the compound_queries_ssf_test file
TODO: features-from-qt-version
- Add all features from the Qt app to the web UI
- when previous tweet in thread is missing, put a "fetch tweet" button to get it
TODO: incomplete-threads
- when previous tweet in thread is missing, put a "fetch tweet" button to get it
TODO: dms
- fetch chat room history on opening
- add scrollback / pagination
- add search
TODO: search-terms-highlighted
@ -134,6 +129,3 @@ Windows Build
TODO: windows-session-list
- Check that sessions load as @Offline_Twatter instead of @test\Offline_Twatter on Windows
TODO: windows-automated-build
- build and upload to offline-twitter.org on release branches