From: Claromes Date: Fri, 21 Jul 2023 21:43:21 +0000 (-0300) Subject: add changelog X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=f966151375b830cc6512d18f9701a493df1b3682;p=waybacktweets.git add changelog --- diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 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 diff --git a/README.md b/README.md index 3bdb2d2..c11b6e7 100644 --- 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/) +

+ +

+

+ waybacktweets.streamlit.app +

*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 index 0000000..31ac062 Binary files /dev/null and b/assets/WaybackTweets.png differ