From: Claromes Date: Wed, 13 Dec 2023 17:07:39 +0000 (-0300) Subject: add badge and update changelog X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=fc4c23b2fa271ff184c28fa97b71d6196bc02cce;p=waybacktweets.git add badge and update changelog --- diff --git a/app.py b/app.py index 4201665..442021b 100644 --- a/app.py +++ b/app.py @@ -345,7 +345,7 @@ def next_page(): scroll_into_view() # UI -st.title('Wayback Tweets [![Star](https://img.shields.io/github/stars/claromes/waybacktweets?style=social)](https://github.com/claromes/waybacktweets)', anchor=False) +st.title('Wayback Tweets [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/claromes/waybacktweets?include_prereleases)](https://github.com/claromes/waybacktweets/releases) [![Star](https://img.shields.io/github/stars/claromes/waybacktweets?style=social)](https://github.com/claromes/waybacktweets)', anchor=False) st.write('Display multiple archived tweets on Wayback Machine and avoid opening each link manually') handle = st.text_input('Username', placeholder='jack') diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index db2e236..4aa12d5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [v0.4.1](https://github.com/claromes/waybacktweets/releases/tag/v0.4) - 2023-12-13 +- Add: + - Warning message for non 200/300 status code +- Update: + - Set a fixed tweets per page (25) due the API rate limit + +## [v0.4](https://github.com/claromes/waybacktweets/releases/tag/v0.4) - 2023-12-13 +- Add: + - Parse old tweets URLs + - Picture: `twimg.com` + - Reply `username/status/"/user_reply/status/user_reply_msg_ID"` + - Allows MIME type `warc/revisit` and `unk` (**to be reviewed**) + +- Update: + - Change filter text "Only deleted tweets" to "Original URLs not available" with a help info + - Change "tweet" text to "original link" on each header + ## [v0.3](https://github.com/claromes/waybacktweets/releases/tag/v0.3) - 2023-11-13 - Add: - Add filter by year @@ -20,7 +37,6 @@ Progress bar ## [v0.2](https://github.com/claromes/waybacktweets/releases/tag/v0.2) - 2023-08-16 - - Displays tweets as text - Displays RTs info - Displays JSON MIME type as JSON (if tweet was deleted)