v0.1.0
What's Changed
Added
configurationmodule:countries,jobs,languages,primary-translations,timezonesactions (in addition to the existingdetails).-pages-limitflag onmovies -a popularto overridepages_limitper-invocation.docs/certifications.md,docs/configuration.mdreference 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.
mainexits 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
authenticationCLI module (command, handlers, and its doc page); it had no real standalone use sincemainnever 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