Release notes
Changelog.
All notable changes to Mnemose are documented here, from newest to oldest.
v0.3.3minor22 March 2026
Added
- Avatar source selector added to settings, allowing users to choose between Discord and Google profile pictures.
- Watch data export system added with compact and full export modes (JSON and CSV formats).
Improved
- Settings page restructured with new cards for Discord account linking and avatar source management.
- Discord account linking system improved with explicit unlink option, better error messages, and sync status display.
v0.3.2patch18 March 2026
Fixed
- Library item deletion is now restricted to the authenticated owner only.
- Delete actions are now scoped by both interaction id and authenticated user id.
- External avatar host robohash.org is now configured for Next Image to prevent profile runtime errors.
- Search parameters are now properly synchronized with URL on page reload and back/forward navigation.
- Discord sync token validation is now more robust (command token parsing and safer expiration handling).
Improved
- A direct button was added on profile pages to open the user's library.
- The username in library headers now links back to the corresponding profile page.
- Genre filters are now automatically filtered when switching media types to prevent API errors.
- Search query now debounces before updating the URL (600ms) to avoid cluttering browser history with every keystroke.
- Settings now show linked Discord account information directly instead of always displaying a sync code button.
v0.3.1patch13 March 2026
Fixed
- Anime details page is now more resilient to temporary Jikan errors (retries and non-fatal secondary endpoints).
- Fixed intermittent 'Content not found' cases that appeared when opening anime pages from trend cards.
- Fixed trailer modal JSX parsing issue on the details page.
Improved
- Anime and cinema trend sections now use server-fetched cached data instead of client-side API calls for better stability.
- Reduced unnecessary route prefetching on media cards to avoid triggering fragile external API requests before navigation.
v0.3.0minorMarch 2026
Added
- Changelog page added and linked from the interface.
- Search system added inside user profiles.
- Search filters added to make discovery easier to refine.
- Cast system added with dedicated cast pages and full cast lists for each work.
- Trailer system added to details pages.
v0.2.0minorFebruary 2026
Improved
- The overall look of the site was improved to feel cleaner and more polished.
- Several interface changes were added to make navigation and usage easier.
- A language system was introduced to support multiple locales.
v0.1.0majorJanuary 2026
Added
- Initial site setup with the core project structure.
- Basic authentication and connection system added.