Update CHANGELOG.txt for v0.7.0
This commit is contained in:
parent
e4df2e0620
commit
a8c1e9c4f0
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
```
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user