Releases: Ardakilic/alerthub
Releases · Ardakilic/alerthub
Version 2.2.2
Version 2.2.1
Fixed broken RSS functionality #58
Version 2.2.0
Version 2.1.4
Fixed
- #51 should be fixed.
- Dependencies updated and possible security vulnerability removed.
Version 2.1.3
Version 2.1.2 - Maintenance release
- Dependencies updated and possible security vulnerability removed.
Version 2.1.1
[2.1.1] - 2020-05-17
Fixed
- A typo was fixed on the check to prepend the release name for the notifications
Version 2.1.0
[2.1.0] - 2020-05-14
Added
- You can now track GitHub issues, with custom states or specific label(s), thanks to kadir96/issue-tracker-rss 🎉
- You can now track private GitHub repositories' feeds by providing a personal access token 🎉
Version 2.0.0
[2.0.0] - 2020-05-10
Added
- 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.
Fixed
- All dependencies updated.
Changed
- 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 informati
Version 1.3.0
Fixed
- 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.
Added
- PushOver feature implemented.