Skip to content

v1.1.0 — Export Log, Status Summary & MAL Stability Fixes

Latest

Choose a tag to compare

@ruflas ruflas released this 19 May 22:41
· 4 commits to master since this release

What's New

Export Log & Status Summary

  • 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.