diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4fc2afc..f05dc24 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -393,3 +393,10 @@ v0.6.22 - Add background scraping jobs for Bookmarks and logged-in user's User Feed - Manually rescraping a User Feed now re-downloads user's profile and banner images as well + +v0.7.0 +------ + +- PKG: Type definitions are now in `pkg/persistence` instead of `pkg/scraper` +- BUGFIX: fix notifications page not having user's "likes" filled out on tweets +- Compound notifications now tell you how many tweets were "liked", how many users followed you, etc diff --git a/doc/TODO.txt b/doc/TODO.txt index 1b0be23..a98e139 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -150,3 +150,8 @@ TODO: deprecated-offline-follows - Offline Follows doesn't do much userful anymore TODO: offline-timeline-vs-user-timeline + +TODO: go-stdlib-path-vs-filepath (#code-quality) + +TODO: show-retweet-icon-in-ui (#webserver) +- The UI should show whether the active user has retweeted the tweet, same as with "likes" diff --git a/doc/tasks/bash-completions.todo b/doc/tasks/bash-completions.todo index b1bcf0d..1203c36 100644 --- a/doc/tasks/bash-completions.todo +++ b/doc/tasks/bash-completions.todo @@ -1,3 +1,9 @@ Bash completions https://opensource.com/article/18/3/creating-bash-completion-script + + +Enable with: +``` +complete -C 'go run ./twitter autocomplete "$@"' twitter +``` diff --git a/doc/tasks/notifications-mark-as-read.todo b/doc/tasks/notifications-mark-as-read.todo deleted file mode 100644 index 11b6980..0000000 --- a/doc/tasks/notifications-mark-as-read.todo +++ /dev/null @@ -1,8 +0,0 @@ -Notifications mark as read - -- it uses cursors. so, to mark notifications as read: - - scrape notifications - - extract top cursor - - use that as the cursor value to mark as read - -DAABDAABCgABFDzeDIfVUAIIAAIAAAABCAADiJONcggABOxI6DUACwACAAAAC0FaSHRBaThqLUN3CAADyS991gAA