Update CHANGELOG.txt for v0.6.2
This commit is contained in:
parent
69543e872e
commit
3b81551681
@ -218,3 +218,16 @@ v0.6.1
|
|||||||
- spinner now shows when loading / fetching tweets
|
- spinner now shows when loading / fetching tweets
|
||||||
- on errors, an error toast notification now shows
|
- on errors, an error toast notification now shows
|
||||||
- Add followers/followees pages and queries
|
- Add followers/followees pages and queries
|
||||||
|
|
||||||
|
v0.6.2
|
||||||
|
------
|
||||||
|
|
||||||
|
- make all timestamps across the app use milliseconds (previously used both seconds or milliseconds in different places)
|
||||||
|
- add `get_user_likes_all` subcommand
|
||||||
|
- UI improvements:
|
||||||
|
- make end-of-feed indicator look better
|
||||||
|
- add favicon
|
||||||
|
- Bugfixes:
|
||||||
|
- fix clobbering of interaction stats if a tweet is deleted (previously they'd all get set to 0)
|
||||||
|
- fix double HTMX spinner on tweets with quoted tweet
|
||||||
|
- fix focused tweets being clickable
|
||||||
|
23
doc/TODO.txt
23
doc/TODO.txt
@ -87,6 +87,12 @@ TODO: scrape-followed-users-list
|
|||||||
TODO: newer-version-tombstone
|
TODO: newer-version-tombstone
|
||||||
- Preserve tombstone after re-scraping
|
- Preserve tombstone after re-scraping
|
||||||
|
|
||||||
|
TODO: failed-tweets
|
||||||
|
- https://twitter.com/_HARVEY__DENT_/status/1755665502385377720
|
||||||
|
|
||||||
|
TODO: new-content-type
|
||||||
|
- https://twitter.com/itsbackwereover/status/1757947530506043872
|
||||||
|
|
||||||
Webserver
|
Webserver
|
||||||
---------
|
---------
|
||||||
|
|
||||||
@ -113,7 +119,7 @@ TODO: paste-twitter-urls-in-search-bar
|
|||||||
|
|
||||||
TODO: ui-deuglifying
|
TODO: ui-deuglifying
|
||||||
- "Follow" / "Unfollow" button
|
- "Follow" / "Unfollow" button
|
||||||
- "End of feed" indicator
|
- "Show more" button at end of feed
|
||||||
|
|
||||||
TODO: show-errors-in-UI
|
TODO: show-errors-in-UI
|
||||||
- if an HTTP request fails, show an error in the UI somehow
|
- if an HTTP request fails, show an error in the UI somehow
|
||||||
@ -121,14 +127,19 @@ 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: search-bar/preserve-contents-on-search
|
|
||||||
- When performing a search, keep the search text in the search bar
|
|
||||||
|
|
||||||
TODO: features-from-qt-version
|
TODO: features-from-qt-version
|
||||||
- Add all features from the Qt app to the web UI
|
- 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
|
||||||
- Create a default profile on first launch
|
- Create a default profile on first launch
|
||||||
|
|
||||||
TODO: dms-embedded-image-and-video
|
TODO: dms
|
||||||
|
- embedded image and video
|
||||||
|
- unshorten URLs / show previews
|
||||||
|
- remove empty text bubble for no text-content posts, e.g., shared tweets
|
||||||
|
- fetch chat room history on opening
|
||||||
|
|
||||||
TODO: dms-unshorten-urls
|
TODO: search-terms-highlighted
|
||||||
|
- on Search page, highlight matches for the search keywords
|
||||||
|
|
||||||
|
TODO: htmx-spinner-user-feed
|
||||||
|
- should cover the user profile header? whole visible page?
|
||||||
|
@ -2,6 +2,5 @@
|
|||||||
|
|
||||||
- update CHANGELOG.txt
|
- update CHANGELOG.txt
|
||||||
- if `persistence/schema.sql` has changed since last release:
|
- if `persistence/schema.sql` has changed since last release:
|
||||||
- bump ENGINE_DATABASE_VERSION in `persistence/versions.go`
|
|
||||||
- add an entry to MIGRATIONS in `persistence/versions.go`
|
- add an entry to MIGRATIONS in `persistence/versions.go`
|
||||||
- checkout a branch `release-x.y.z` with the version number x.y.z and push it
|
- checkout a branch `release-x.y.z` with the version number x.y.z and push it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user