Skip to content

Releases: synzen/MonitoRSS

6.12.3

13 Mar 04:49
Compare
Choose a tag to compare

Add additional check if patron's pledge is >0 since in some cases, Patreon's API keeps a patron who cancelled their pledge as active status, but have a pledge of 0

6.12.2

19 Feb 14:20
Compare
Choose a tag to compare

Removed changes that were being used for active development within the npm package (they should not have been uploaded to the npm registry)

6.12.1

19 Feb 01:29
Compare
Choose a tag to compare

Fix default prefix not showing for the help text for the prefix command (it was showing the server-defined prefix instead, if it existed)

6.12.0

06 Feb 14:55
Compare
Choose a tag to compare

Added support for any properties to be added in n/p comparisons through the compare command (previously only -title was allowed)

6.11.3

02 Feb 03:00
Compare
Choose a tag to compare

Add pledgeLifetimeOverride to Patron model as a remedial solution to Patreon possibly reporting incorrect lifetime amounts after start of new billing period

6.11.2

24 Jan 03:11
Compare
Choose a tag to compare

Fixed an edge case with filters where adding an inverted filter in a new category would cause regular filters in other categories to be ignored.

For example, adding "soccer" filter in description, then adding "!football" in title. Articles with the title "golf" in the description would get sent, even when you don't want soccer.

6.11.1

16 Jan 04:48
Compare
Choose a tag to compare

Fix slowRate Supporter flag not overriding Patron fast refresh rate settings

6.11.0

10 Jan 00:11
Compare
Choose a tag to compare

Add support for cloning webhooks with the clone command

6.10.4

09 Jan 15:24
Compare
Choose a tag to compare
  • Better description for compare command in help
  • Fix missing help URL in compare command

6.10.3

28 Dec 23:48
Compare
Choose a tag to compare

Fixed a typo in en-US locale string (5abf4c0, thanks @TheLovinator1 )