Release — 2025-01-01
Small improvements and bug fixes.
Added
- Public changelog endpoint at
/api/changelogs. - “What’s New” menu item linking to
/changelog.
Changed
- Increased rate limit for unauthenticated requests from
60/minto120/min. - Tweaked heading sizes in Markdown renderer for better readability.
Fixed
- Resolved a 404 when visiting
/changelogdirectly via a bookmarked URL. - Corrected table column alignment in Markdown tables.
API notes:
- Read the list of changelog files via
GET /api/changelogs(returns an array of filenames, newest first).