Releases: synzen/MonitoRSS
Releases · synzen/MonitoRSS
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