RSS Changelog notification

For those who want to see the changelog daily, add this to your config.php

$config['notifications']['changelog'] = 'https://github.com/librenms/librenms/commits/master.atom';

The daily script will fetch the commits in the master branch and put them on the notifications page.
This way you can see whats changed since the last daily script.

2 Likes

Out of interest I assume that can be quite spammy or does it pull all the previous updates in the last 24 hours in to one?

As I checked it today, it pulls the complete feed but only shows the new changes as notifications.

1 Like