• v1.0.1 8adb27c6ed

    Hotfix 1.0.1: Fix double slash in Micropub URLs
    Some checks failed
    Build Container / build (push) Failing after 12s

    phil released this 2025-11-25 16:58:09 +01:00 | 83 commits to main since this release

    Fixes:

    • Micropub Location header URL format
    • Microformats2 query response URL format

    Technical Details:

    • SITE_URL is normalized with trailing slash (IndieAuth spec requirement)
    • Changed URL construction from f"{site_url}/notes/{slug}" to f"{site_url}notes/{slug}"
    • Added comments documenting the trailing slash convention

    All Micropub tests passing (11/11).
    No breaking changes. No configuration changes required.

    See CHANGELOG.md for details.

    Downloads