# 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
# 🏛️ Wayback Tweets
-[](https://github.com/claromes/waybacktweets/releases)
+[](https://waybacktweets.streamlit.app) [](https://github.com/claromes/waybacktweets/releases) [](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.*
- [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