Update CHANGELOG.txt for v0.7.1

This commit is contained in:
Alessio 2025-02-17 19:00:31 -08:00
parent 43566b4613
commit 54cb681275
2 changed files with 6 additions and 3 deletions

View File

@ -400,3 +400,9 @@ v0.7.0
- PKG: Type definitions are now in `pkg/persistence` instead of `pkg/scraper` - 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 - 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 - Compound notifications now tell you how many tweets were "liked", how many users followed you, etc
v0.7.1
------
- BUGFIX: fix banned users getting their user info (followers count, profile image, display name) getting erased
- PKG: webserver is now a public package

View File

@ -136,9 +136,6 @@ TOOD: notifications-duplicate-bug (#scraper, #bug)
TODO: dm-reaccs-popup-list (#dms, #webserver, #reaccs) TODO: dm-reaccs-popup-list (#dms, #webserver, #reaccs)
- on-click popup showing who sent which reacc - on-click popup showing who sent which reacc
TODO: detect-banned-users-when-scraping-tweets (#scraper, #bug)
- banned users aren't detected when scraping tweets
TODO: sqlite-query-optimizing TODO: sqlite-query-optimizing
- https://sqlite.org/cli.html#index_recommendations_sqlite_expert_ - https://sqlite.org/cli.html#index_recommendations_sqlite_expert_
- https://sqlite.org/eqp.html - https://sqlite.org/eqp.html