0.3.1 - 2026-07-13
- Fixed embedding issues
- Fixed embed widget border styling
0.3.0 - 2026-07-02
- Added a new feedback form. I've realized that users have no idea how to contact me if they didn't find out about Mirulog through my post in the nekoweb Discord. Oops hehe.
- Changed the styling of the "compact current" widget
- Simplified the registration form
0.2.0 - 2026-06-24
- Added support for tracking music.
- Music entries now support a band name, an optional album or song name, ratings, notes, and custom fields.
- Music can be marked as either
In libraryorActively listening. - Temporarily disabled the global feed due to technical issues.
- Replace the number field by a star-dialog for the rating input.
0.1.1 - 2026-06-22
- Moved the public page API from
/u/{slug}.jsonto/api/pages/{slug}. - Moved the public entries API from
/u/{slug}/entries.jsonto/api/pages/{slug}/entries. - Kept cross-origin browser access working for the public API through Laravel's
api/*CORS handling. - Updated in-app API documentation to use the new public endpoint URLs.
0.1.0
- Initial public release.