Releases: synzen/MonitoRSS
Releases · synzen/MonitoRSS
v7.2.0
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
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
v7.0.0
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 composecommand 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
- @m417z made their first contribution in #344
- @andkii made their first contribution in #355
- @sau226 made their first contribution in #361
- @netux made their first contribution in #370
- @synzen made their first contribution in #384
Full Changelog: v6.14.9...v7.0.0
v7.0.0-alpha.4
Full Changelog: v7.0.0-alpha.3...v7.0.0-alpha.4
v7.0.0-alpha.3
Full Changelog: v7.0.0-alpha.2...v7.0.0-alpha.3
v7.0.0-alpha.2
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 composecommand 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
- @m417z made their first contribution in #344
- @andkii made their first contribution in #355
- @sau226 made their first contribution in #361
- @netux made their first contribution in #370
- @synzen made their first contribution in #384
Full Changelog: v6.14.9...v7.0.0-alpha.2
16.14.9
6.14.3
6.14.2
-
Fix nested objects in arrays past the 0th index not getting outputted to the dump file for feeds properly via the
dumpcommandBefore:
PROPERTY NAME | VALUE ------------------------------------------------------------------------------- link | value guid | value enclosures[0]_url | value enclosures[0]_type | valueAfter:
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