Skip to content

Releases: synzen/MonitoRSS

6.13.26

08 Aug 14:13
Compare
Choose a tag to compare

Fix linting issues
Fix permission check bug where it did not make an exception for owners for supporter-blocked bots

6.13.25

08 Aug 14:12
Compare
Choose a tag to compare

Reorder command permission checks to check if bot is supporter-blocked after other permission checks (to allow owner IDs to work as intended)

6.13.24

01 Aug 16:14
Compare
Choose a tag to compare

Fix debug feed ids added from database not fully registering

6.13.23

12 Jul 13:43
Compare
Choose a tag to compare

Fix a case where no feed alerts were sent when a profile exists but no users are set

6.13.22

15 Jun 22:23
Compare
Choose a tag to compare

Fixed config.feeds.articleRateLimit not being respected (it was being multiplied by 5 on self hosts)

6.13.21

12 Jun 03:06
Compare
Choose a tag to compare

Change the minimum config.feeds.max value to be -1 to disable all feeds
Add config._vipRestricted to restrict global access to supporters
Fix webhook command checking the wrong channel for webhook permission and webhooks

6.13.20

12 Jun 03:04
Compare
Choose a tag to compare

Support articleMaxAge for feed-specific staleness determination for date checks

6.13.19

03 Jun 00:14
Compare
Choose a tag to compare

Fixed the occasional RangeError: Maximum call stack size exceeded that happens in logging
Support whitelisted schedules in run schedule script
Optimize sending fail record alerts by re-using the already-queried schedule feeds in schedule runs

6.13.18

27 May 00:50
Compare
Choose a tag to compare

Add support for registering debug feed IDs through the database. This decouples the debugging process from bot commands.

6.13.17

21 May 23:24
Compare
Choose a tag to compare

Fix custom schedules not being read properly in independent schedule runs