This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
Releases: louisgrasset/touitomamout
Releases · louisgrasset/touitomamout
Release v0.1.3
🎉 New Features
- switch tweet getter service to rely on
getTweets
method (#23 by louisgrasset) - add twitter handle to logs (#24 by louisgrasset)
- add image alt text (#31 by louisgrasset)
- add rate limit detection (#30 by louisgrasset)
🐛 Bugfixes
- minor typo (#33 by joshua-mo-143)
🏗️ Build System
- add jobs deps, add build & docker steps (#32 by louisgrasset)
📚 Documentation Changes
- add banner
Release v0.1.2
🎉 New Features
- enforce conventional commits (#9 by louisgrasset)
- remove proxy (#17 by louisgrasset)
- prevent requests when tweet is already synced (#18 by louisgrasset)
🐛 Bugfixes
- allow process to fully exit when not running in daemon mode (#6 by louisgrasset)
- stop killing process at script end (#16 by louisgrasset)
🏗️ Build System
- enforce linting (#10 by louisgrasset)
- limit triggers (#11 by louisgrasset)
- declare environment (#12 by louisgrasset)
📚 Documentation Changes
- mention bluesky support in README.md
- create repo templates (#5 by louisgrasset)
- fix "twitter scrapper" link error (#7 by thomasbnt)
- enhance readme (#8 by louisgrasset)
Release v0.1.1
🏗️ Build System
- add changelog conf on tag workflow