Update CHANGELOG.txt for v0.6.10
This commit is contained in:
parent
341ddaa5c2
commit
f7ad9ba63c
@ -288,3 +288,21 @@ v0.6.8
|
|||||||
- UI improvements:
|
- UI improvements:
|
||||||
- fix some buggy styling around the pin icon on pinned tweets and error toast messages
|
- 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)
|
- 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
|
||||||
|
12
doc/TODO.txt
12
doc/TODO.txt
@ -62,9 +62,6 @@ TODO apiv2-tombstones
|
|||||||
TODO tidy-up-command-line-flags
|
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 ...`)
|
- 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
|
TODO: mobile-requests
|
||||||
- implement mobile versions of various requests
|
- implement mobile versions of various requests
|
||||||
- Check in `pkg/scraper/test_responses/mobile_requests`
|
- Check in `pkg/scraper/test_responses/mobile_requests`
|
||||||
@ -114,13 +111,11 @@ TODO: show-errors-in-UI
|
|||||||
TODO: refactor-compound_queries_test-file
|
TODO: refactor-compound_queries_test-file
|
||||||
- Move the tests for user feeds into the compound_queries_ssf_test file
|
- Move the tests for user feeds into the compound_queries_ssf_test file
|
||||||
|
|
||||||
TODO: features-from-qt-version
|
TODO: incomplete-threads
|
||||||
- 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
|
||||||
- when previous tweet in thread is missing, put a "fetch tweet" button to get it
|
|
||||||
|
|
||||||
TODO: dms
|
TODO: dms
|
||||||
- fetch chat room history on opening
|
- fetch chat room history on opening
|
||||||
- add scrollback / pagination
|
|
||||||
- add search
|
- add search
|
||||||
|
|
||||||
TODO: search-terms-highlighted
|
TODO: search-terms-highlighted
|
||||||
@ -134,6 +129,3 @@ Windows Build
|
|||||||
|
|
||||||
TODO: windows-session-list
|
TODO: windows-session-list
|
||||||
- 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: windows-automated-build
|
|
||||||
- build and upload to offline-twitter.org on release branches
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user