Skip to content

Releases: synzen/MonitoRSS

v7.1.0

17 Jan 22:59
ca7d6ad

Choose a tag to compare

What's Changed

  • Render Discord mentions in message preview by @synzen in #401
  • Add button to insert mentions under text display component by @synzen in #403

Full Changelog: v7.0.1...v7.1.0

v7.0.0

10 Jan 20:56

Choose a tag to compare

What's Changed

  • Revert "Use new unordered list item prefix" by @m417z in #344
  • Remove leading space from unordered list item prefix by @m417z in #346
  • fix: embed description limit from 2048 to 4096 by @andkii in #355
  • Remove environment variable overrides by @sau226 in #361
  • Use new docker compose command in Self Host steps of README by @netux in #370
  • Partition delivery records by @synzen in #384
  • Use if-modified-since and if-none-match headers by @synzen in #386
  • Accept gzip encoding by @synzen in #385
  • Respect HTTP caching headers by @synzen in #387
  • Create message builder page by @synzen in #399

New Contributors

Full Changelog: v6.14.9...v7.0.0

v7.0.0-alpha.4

10 Jan 20:05

Choose a tag to compare

v7.0.0-alpha.4 Pre-release
Pre-release

v7.0.0-alpha.3

10 Jan 19:31

Choose a tag to compare

v7.0.0-alpha.3 Pre-release
Pre-release

v7.0.0-alpha.2

10 Jan 19:00

Choose a tag to compare

v7.0.0-alpha.2 Pre-release
Pre-release

What's Changed

  • Revert "Use new unordered list item prefix" by @m417z in #344
  • Remove leading space from unordered list item prefix by @m417z in #346
  • fix: embed description limit from 2048 to 4096 by @andkii in #355
  • Remove environment variable overrides by @sau226 in #361
  • Use new docker compose command in Self Host steps of README by @netux in #370
  • Partition delivery records by @synzen in #384
  • Use if-modified-since and if-none-match headers by @synzen in #386
  • Accept gzip encoding by @synzen in #385
  • Respect HTTP caching headers by @synzen in #387
  • Create message builder page by @synzen in #399

New Contributors

Full Changelog: v6.14.9...v7.0.0-alpha.2

16.14.9

02 Apr 00:16

Choose a tag to compare

Fix message splitting options ignoring the enabled flag

6.14.3

09 Nov 12:09

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

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

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

Choose a tag to compare

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