Releases: synzen/MonitoRSS
Releases · synzen/MonitoRSS
6.12.3
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
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
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
Added support for any properties to be added in n/p comparisons through the compare
command (previously only -title
was allowed)
6.11.3
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
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
Fix slowRate
Supporter flag not overriding Patron fast refresh rate settings
6.11.0
Add support for cloning webhooks with the clone
command
6.10.4
- Better description for
compare
command in help
- Fix missing help URL in
compare
command