Skip to content

Releases: Ardakilic/alerthub

Version 2.2.2

26 Sep 19:00
Compare
Choose a tag to compare

Fix RSS functionality #59

Version 2.2.1

25 Sep 17:38
Compare
Choose a tag to compare

Fixed broken RSS functionality #58

Version 2.2.0

24 Sep 08:50
3524829
Compare
Choose a tag to compare
  • Switched to ES6 Imports/Exports, #57 , special thanks to @reconman !

Version 2.1.4

22 Aug 22:28
Compare
Choose a tag to compare

Fixed

  • #51 should be fixed.
  • Dependencies updated and possible security vulnerability removed.

Version 2.1.3

02 Feb 06:45
56fb7be
Compare
Choose a tag to compare

Version 2.1.2 - Maintenance release

07 Jan 13:12
Compare
Choose a tag to compare
  • Dependencies updated and possible security vulnerability removed.

Version 2.1.1

17 May 10:36
Compare
Choose a tag to compare

[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

14 May 23:24
Compare
Choose a tag to compare

[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

10 May 17:05
Compare
Choose a tag to compare

[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

19 Jan 12:32
4396afd
Compare
Choose a tag to compare

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.