Skip to content

v0.26.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 19:31
· 60 commits to main since this release
2c23d3f

What's Changed

Added

  • auth module (v4 only, needs -v4 and read_access_token): -a request-token, -a access-token -request-token <token>, -a login (browser approval flow), and -a logout. The user access token and v4 account_id are cached (mode 0600) at the new access_token_path config key (default ~/.config/tmdb-sync/access_token.json), never in output_dir.
  • v4 client plumbing: NewRequestV4 targets https://api.themoviedb.org/4/ with the bearer token only (no api_key), and shared -v3/-v4 flag resolution for the upcoming v4 account/lists.

Full Changelog: v0.25.0...v0.26.0