--- /dev/null
+# Changelog
+
+## [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
+- Update about
+- Decrease tweets per page (30)
+- Fix `cache_data`
+
+## [v0.1.3.2](https://github.com/claromes/waybacktweets/releases/tag/v0.1.3.2) - 2023-06-04
+- Update Streamlit version
+
+## [v0.1.3.1](https://github.com/claromes/waybacktweets/releases/tag/v0.1.3.1) - 2023-06-01
+- Add `cache_data`
+
+## [v0.1.3](https://github.com/claromes/waybacktweets/releases/tag/v0.1.3) - 2023-05-31
+- Fix TypeError 'NoneType'
+
+## [v0.1.2.1](https://github.com/claromes/waybacktweets/releases/tag/v0.1.2.1) - 2023-05-27
+- Fix range
+
+## [v0.1.2](https://github.com/claromes/waybacktweets/releases/tag/v0.1.2) - 2023-05-19
+- Increase tweets per page (100)
+- Increase iframe height
+- Fix "Only deleted tweets" msg
+
+## [v0.1.1](https://github.com/claromes/waybacktweets/releases/tag/v0.1.1) - 2023-05-19
+- Fix scroll to top
+
+## [v0.1.0](https://github.com/claromes/waybacktweets/releases/tag/v0.1.0) - 2023-05-19
+- Add Pagination
+
+## [v0.0.2](https://github.com/claromes/waybacktweets/releases/tag/v0.0.2) - 2023-05-12
+- Minor bugs
+
+## [v0.0.1](https://github.com/claromes/waybacktweets/releases/tag/v0.0.1) - 2023-05-11
+- Initial commit
\ No newline at end of file
Web 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).
-[waybacktweets.streamlit.app](https://waybacktweets.streamlit.app/)
+<p align="center">
+ <img src="assets/WaybackTweets.png" width="700">
+</p>
+<p align="center">
+ <a href="https://waybacktweets.streamlit.app">waybacktweets.streamlit.app</a>
+</p>
*Thanks Tristan Lee for the idea.*
- [x] Feedbacks
- [ ] Download dataset
- [x] Review data cache
-- [ ] Changelog
+- [x] Changelog
- [ ] Prevent duplicate URLs
- [ ] Range size defined by user
- [ ] Hide Twitter header banner (iframe)
- [ ] `parse_links` exception
+
+## [Changelog](/CHANGELOG)