MonitoRSS Versions Save

MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz

v6.14.9

2 years ago

Fix message splitting options ignoring the enabled flag

6.14.3

2 years ago

Fixed misleading warnings about missing mediums to send articles to when more than 1 shard is in use

6.14.2

2 years ago
  • Fix nested objects in arrays past the 0th index not getting outputted to the dump file for feeds properly via the dump command

    Before:

    PROPERTY NAME                     |  VALUE                                     
    -------------------------------------------------------------------------------
    link                              |  value
    guid                              |  value
    enclosures[0]_url                 |  value
    enclosures[0]_type                |  value
    

    After:

    PROPERTY NAME                     |  VALUE                                     
    -------------------------------------------------------------------------------
    link                              |  value
    guid                              |  value
    enclosures[0]_url                 |  value
    enclosures[0]_type                |  value
    enclosures[1]_url                 |  value
    enclosures[1]_type                |  value
    enclosures[2]_url                 |  value
    enclosures[2]_type                |  value
    enclosures[3]_url                 |  value
    enclosures[3]_type                |  value
    enclosures[4]_url                 |  value
    enclosures[4]_type                |  value
    

6.14.1

2 years ago
  • Fixed missing fallbackValue field to the Feed's regexOp schema. Without this, the fallbackValue does not persist in regexOps when manually edited after doing any updates via control panel or commands.

6.14.0

2 years ago

Add support for fallback value in regex ops if search term is not found

6.13.31

2 years ago

Fix inconsistency in comma usage between different locales in the help command when mentioning a user (https://github.com/synzen/MonitoRSS/pull/228 @WinstonSung ) Update mongoose package from 5.12.7 to 5.13.8 Fix breaking tests

6.13.30

2 years ago

Fix the debug and undebug commands crashing the bot

6.13.29

2 years ago

Add config variable config.bot.feedParseTimeoutMs to control the time feed parsing will take before it times out

6.13.28

2 years ago

Updated package-lock to address package vulnerabilities

6.13.27

2 years ago

Add partial set of translations for zh-Hant-TW (https://github.com/synzen/MonitoRSS/pull/224) Set default user agent in config to MonitoRSS (+https://github.com/synzen/MonitoRSS)