diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c345f3e..a8e6e33 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -121,3 +121,9 @@ v0.2.1 - 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 - ".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 diff --git a/doc/TODO.txt b/doc/TODO.txt index b1d8242..51353d4 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -85,3 +85,6 @@ TODO tweets-with-italics TODO authenticated-only-request-warning - 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