0.5.0 - 2026-08-23
- Added client-side widgets as the recommended website integration.
- Added WidgetStar support
- Moved active media entries to their own section in the media view instead of showing them with the rest, but sorting them to the beginning.
0.4.0 - 2026-08-17
Took a while, but the first imports are now ready!
- Added imports for Letterboxd and Myanimelist based on their provided export files. Support for more services will be added in the future. These are just the first two ones.
- Imports are limited to 3x per day for now. Will play around with that, so it may change soon!
- Minor font changes
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.