• 0.1.2 6fb635fdf6

    ric released this 2025-11-21 21:01:57 +00:00 | 10 commits to main since this release

    What's Changed

    Improved UX 🎨

    • Pagination parameters (Page and Limit) are now optional and hidden by default
      • These parameters are now under an "Additional Options" section for all list operations
      • Default values (Page: 1, Limit: 50) are automatically applied when not specified
      • Results in a cleaner, less confusing interface for users who don't need custom pagination settings
      • Advanced users can still customize pagination by expanding "Additional Options"
      • Affects all 23 paginated operations across all resources

    Added

    • New test cases for pagination with custom limit values
    • Test coverage for real-world scenario with 78 repositories across multiple pages
    • Documentation for server-enforced limit behavior

    Full Changelog

    https://code.squarecows.com/ric/n8n-nodes-forgejo/compare/0.1.1...0.1.2

    Full Details: See CHANGELOG.md

    Downloads