• v1.3.1 350cc02342

    v1.3.1 Stable

    Ghost released this 2026-01-18 18:00:51 +01:00 | 970 commits to main since this release

    What'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