add changelog
authorClaromes <claromes@hey.com>
Fri, 21 Jul 2023 21:43:21 +0000 (18:43 -0300)
committerClaromes <claromes@hey.com>
Fri, 21 Jul 2023 21:43:21 +0000 (18:43 -0300)
CHANGELOG [new file with mode: 0644]
README.md
assets/WaybackTweets.png [new file with mode: 0644]

diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644 (file)
index 0000000..89a7003
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,37 @@
+# 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
index 3bdb2d2ed48e779785bc211afc30639ff9322b56..c11b6e729f767c387084b141de1df253c44619a8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,12 @@
 
 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.*
 
@@ -46,8 +51,10 @@ Streamlit will be served at http://localhost:8501
 - [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)
diff --git a/assets/WaybackTweets.png b/assets/WaybackTweets.png
new file mode 100644 (file)
index 0000000..31ac062
Binary files /dev/null and b/assets/WaybackTweets.png differ