All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Telegram message support
- Various ejs modifications rolled back.
- Eslint changed to Biome.
- Built dockerfile is now based on Distroless.
- The utils now only have the scope of their own configuration. So no other configuration values are passed to the individual notifier agents.
- GitHub token passing is now deprecated, because of the lack of capabilities of the dependency #80
- #58 Fixed broken RSS functionality.
- #58 Fixed broken RSS functionality.
- #57 Switched to ES6 imports / Exports.
- #51 should be fixed.
- Dependencies updated and possible security vulnerability removed.
- This Version fixes #21, thanks @nightah !
- Dependencies updated and possible security vulnerability removed.
- A typo was fixed on the check to prepend the release name for the notifications
- You can now track GitHub issues, thanks to kadir96/issue-tracker-rss 🎉
- You can now track private GitHub repositories' feeds by providing a personal access token 🎉
- You can now track GitLab repositories with this tool 🎉
- You can now follow specific branches' commits from GitHub and GitLab 🎉
config.rss.logLevel
variable added for console output when a new release is found. Values are debug,info
,warn
,err
,off
config.userAgent
variable added to bypass the public fetch limit of RSS feeds from GitHub etc.
- All dependencies updated.
- Configuration file changed a bit, so it's strongly suggested to backup the old one, re-publish the new one with
npm run init
and re-fill the required information. Mostly, therepositories
section now holds separate subsections for GitHub and GitLab.
- PushOver feature implemented.
- RSS Feed Emitter is currently required from master branch until a new release is published to prevent the sub-dependency vulnerabilities to be carried along here.
- All dependencies updated.
- Updated dependency due to CVE-2018-1000620. Details here.
- Other dependencies are updated to newer versions.
- You can now follow tags and commits in addition to GitHub releases! 🎉
- RSS feature added! 🎉 You can also track the changes from RSS feed with your favourite tool or connect to a service such as IFTTT!
- Utils are splitted more more splitted.
- Readme was telling wrong file to edit. Typo fixed.
- The code is now %100 Eslint AirBNB standards compatible.
- Initial Release