-
v1.3.1 Stable
released this
2026-01-18 18:00:51 +01:00 | 970 commits to main since this releaseWhat's Changed
- refactor(monitor): improve diff output by separating pure additions, removals, and modifications (
a26c30f)- Separate diff changes into three categories: pure additions, pure removals, and modifications
- Store modifications (removed followed by added) separately from pure additions/removals
- Format each category with double newlines between items for better readability
- Add clarifying comments explaining the logic for each change type
- Remove redundant filter operations in favor of direct categorization during
- docs(readme): expand webhook payload documentation with RSS monitor examples (
6b28091)- Split webhook payload section into separate Web Monitor and RSS Monitor subsections
- Add detailed RSS monitor webhook payload structure with feed metadata and new items array
- Update web monitor payload example to include type field and clarify content extraction
- Add metadata section to both payload examples with timestamp and app information
- Improve field descriptions to better explain the data being sent
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- refactor(monitor): improve diff output by separating pure additions, removals, and modifications (