Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 20:55
· 274 commits to main since this release
80d16d5

What's Changed

Added

  • configuration module: countries, jobs, languages, primary-translations, timezones actions (in addition to the existing details).
  • -pages-limit flag on movies -a popular to override pages_limit per-invocation.
  • docs/certifications.md, docs/configuration.md reference pages.

Changed

  • Every module now requires an explicit -a; a missing/unknown action is an error instead of silently falling back to a default action.
  • Module resolution now requires an exact module name or abbreviation match instead of an unambiguous prefix.
  • main exits with status 1 on any command failure (unknown/ambiguous module, missing -a, or a module-level error) instead of always exiting 0.

Fixed

  • Removed the authentication CLI module (command, handlers, and its doc page); it had no real standalone use since main never auto-triggers the session flow — a future 🔒 module calls the internal auth plumbing (internal/auth_service.go, cli/session.go) directly instead.

Full Changelog: https://github.com/mfederowicz/tmdb-sync/commits/v0.1.0