add badge and update changelog
authorClaromes <claromes@hey.com>
Wed, 13 Dec 2023 17:07:39 +0000 (14:07 -0300)
committerClaromes <claromes@hey.com>
Wed, 13 Dec 2023 17:07:39 +0000 (14:07 -0300)
app.py
docs/CHANGELOG.md

diff --git a/app.py b/app.py
index 4201665ec21f0743b3e70908ea48eacf204356ef..442021b52850372813899cf3c7158e0ff3792d75 100644 (file)
--- 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')
index db2e2367a0e004067162c1b3a930c364e922cca9..4aa12d5b36f7fc073368062d4715a6b0803d6344 100644 (file)
@@ -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)