You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI now keeps a persistent export log, tracking each export run with timestamps and results.
The status command now shows a summary of the last export, giving quick insight into recent activity without re-running a full export.
Bug Fix: MAL Export No Longer Stops on HTTP Errors
Fixed an issue where the MyAnimeList export would halt entirely if a single HTTP error occurred during a title search. It now skips failed lookups and continues processing the rest of the list.
Unit Tests & CI Workflow
Added a suite of unit tests covering core export logic.
Added a GitHub Actions CI workflow to automatically run tests on every push and pull request.