update changelog and readme
authorClaromes <claromes@hey.com>
Wed, 16 Aug 2023 16:44:19 +0000 (13:44 -0300)
committerClaromes <claromes@hey.com>
Wed, 16 Aug 2023 16:44:19 +0000 (13:44 -0300)
CHANGELOG.md
README.md
assets/app.png [deleted file]
assets/wbt-0.2.gif [new file with mode: 0644]

index 89a7003099bc8c61b35a2a953280e2d212c8fd29..788d4eb76cb4415fdd46cf08005ca36930caeb84 100644 (file)
@@ -1,5 +1,17 @@
 # Changelog
 
+## [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`
+- Adds progress bar
+- Adds warning to `warc/revisit` MIME type
+- Improves the code quality
+- Screenshot tests as a alternative of `iframe`
+  - Keeps `iframe`
+  - Each screenshot of website takes too long
+
 ## [v0.1.4](https://github.com/claromes/waybacktweets/releases/tag/v0.1.4) - 2023-07-21
 - Add Pagination via CDX Server API
 - Update theme/ style
index ea8eaf39e4eb26e9a42b80b15d62508d0a76f3b3..f896361cd16be534a08a354c9d26223fe080faf5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,14 +1,11 @@
 # 🏛️ 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)
+[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_red.svg)](https://waybacktweets.streamlit.app) [![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) [![License](https://img.shields.io/github/license/claromes/waybacktweets)](https://github.com/claromes/waybacktweets/blob/main/LICENSE.md)
 
 Tool that displays multiple archived tweets on Wayback Machine to avoid opening each link manually. Via [Wayback CDX Server API](https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server).
 
 <p align="center">
-    <img src="assets/app.png" width="700">
-</p>
-<p align="center">
-    <a href="https://waybacktweets.streamlit.app">waybacktweets.streamlit.app</a>
+    <img src="assets/wbt-0.2.gif" width="500">
 </p>
 
 *Thanks Tristan Lee for the idea.*
@@ -42,7 +39,7 @@ Streamlit will be served at http://localhost:8501
 - [x] `only_deleted` checkbox selected for handles without deleted tweets
 - [x] Pagination: set session variable on first click
 - [x] Pagination: scroll to top
-- [ ] `IndexError`
+- [x] `IndexError`
 - [ ] Timeout error
 
 ## Roadmap
diff --git a/assets/app.png b/assets/app.png
deleted file mode 100644 (file)
index 6ddf0ad..0000000
Binary files a/assets/app.png and /dev/null differ
diff --git a/assets/wbt-0.2.gif b/assets/wbt-0.2.gif
new file mode 100644 (file)
index 0000000..1cf478c
Binary files /dev/null and b/assets/wbt-0.2.gif differ