Skip to content

Releases: synzen/MonitoRSS

v7.2.0

24 Feb 23:26

Choose a tag to compare

What's Changed

  • Fix feed transfer invite declining causing acceptance by @synzen in #413
  • Wait for enough sessions before exiting in bot-presence by @synzen in #414
  • Refactor bot-presence off of Nest by @synzen in #415
  • Refactor backend-api off of Nest by @synzen in #416
  • Fix invisible status not working when activity status is defined by @synzen in #417
  • Possibly fix stale state when updating connections by @synzen in #419
  • Fix connection settings clearing upon updating other settings by @synzen in #420
  • Fix connection copy failing with internal error in certain cases by @synzen in #421
  • Fix rich embed/compact card templates using broken images by @synzen in #422
  • Add CTA to configure feed when delivery channel is missing by @synzen in #423
  • Show filter chips when filters are applied by @synzen in #424
  • Improve onboarding through feed discovery by @synzen in #418
  • Use countdown timer for better delivery estimates in Logs tab by @synzen in #425

Full Changelog: v7.1.1...v7.2.0

v7.1.1

01 Feb 00:04
986ff7f

Choose a tag to compare

What's Changed

  • Fix v1 button components missing when manually sending test articles by @synzen in #406
  • Use discord.js REST strategy by @synzen in #405
  • Fix feed limit enforcement bugs by @synzen in #408
  • Fix "Update Plan" button showing on non-Tier3 plans by @synzen in #409
  • Remove legacy feed support by @synzen in #404
  • Update release process to use semver by @synzen in #402

Full Changelog: v7.1.0...v7.1.1

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