-
Hotfix 1.0.1: Fix double slash in Micropub URLs
Some checks failedBuild Container / build (push) Failing after 12sreleased this
2025-11-25 16:58:09 +01:00 | 83 commits to main since this releaseFixes:
- 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