Skip to content

Releases: synzen/MonitoRSS

16.14.9

02 Apr 00:16
Compare
Choose a tag to compare

Fix message splitting options ignoring the enabled flag

6.14.3

09 Nov 12:09
Compare
Choose a tag to compare

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

6.14.2

22 Oct 22:18
Compare
Choose a tag to compare
  • 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

22 Oct 22:15
Compare
Choose a tag to compare
  • 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

09 Oct 22:35
Compare
Choose a tag to compare

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

6.13.31

05 Sep 13:14
Compare
Choose a tag to compare

Fix inconsistency in comma usage between different locales in the help command when mentioning a user (#228 @winstonsung )
Update mongoose package from 5.12.7 to 5.13.8
Fix breaking tests

6.13.30

02 Sep 02:04
Compare
Choose a tag to compare

Fix the debug and undebug commands crashing the bot

6.13.29

19 Aug 23:02
Compare
Choose a tag to compare

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

6.13.28

17 Aug 01:23
Compare
Choose a tag to compare

Updated package-lock to address package vulnerabilities

6.13.27

08 Aug 14:22
Compare
Choose a tag to compare

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