Update CHANGELOG.txt for version 0.2.2

This commit is contained in:
Alessio 2023-06-08 20:48:30 -03:00
parent d78f9c004d
commit b692d9f2fa
2 changed files with 9 additions and 0 deletions

View File

@ -121,3 +121,9 @@ v0.2.1
- BUGFIX: fix stats for likes, RTs, etc. getting erased if a tweet gets deleted or hidden - BUGFIX: fix stats for likes, RTs, etc. getting erased if a tweet gets deleted or hidden
- BUGFIX: `fetch_tweet` and `search` subcommands no longer ignore the `-n [number]` flag - BUGFIX: `fetch_tweet` and `search` subcommands no longer ignore the `-n [number]` flag
- ".session" extension for the `--session` flag is now optional, allowing tab-autocompletion - ".session" extension for the `--session` flag is now optional, allowing tab-autocompletion
v0.2.2
------
- Add support for Expandable (i.e., "Show more") tweets
- Fix an issue with half the tweets on user feeds not getting fetched while logged in

View File

@ -85,3 +85,6 @@ TODO tweets-with-italics
TODO authenticated-only-request-warning TODO authenticated-only-request-warning
- warn when attempting to run requests which require authentication without a session active - warn when attempting to run requests which require authentication without a session active
TODO expanding-tweet-integration-test
- Add an integration test for expanding tweets