Skip to content

Releases: jkwill87/mnamer

v2.5.5

15 Aug 19:21
Compare
Choose a tag to compare

πŸ› Bug Fixes

✏️ Other

  • Updates dependancies, notably teletype, fixing crashes for older versions of Python.
  • Rewrites provider tests to be more tolerant to additive API changes.
  • Adds additional type annotations.

v2.5.4

22 Dec 14:26
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • (#155) Fixes babelfish version import error

✏️ Other

  • Fixes failing tvmaze tests
  • Updates test fixtures

v2.5.3

22 Dec 14:23
Compare
Choose a tag to compare

πŸ› Bug Fixes

✏️ Other

  • Fixes failing TVMaze tests
  • Updates usage messaging

v2.5.2

08 Jan 00:31
Compare
Choose a tag to compare

🌟 Features

  • (#109) Improves OMDb rate limiting errors - thanks @zendamacf!
  • (#106) Fixes specials (season 0) handling

πŸ› Bug Fixes

  • (#105) Fixes Docker UID/GUI configuration - thanks @waenhill!
  • Handles undetectable languages more gracefully

✏️ Other

  • Automates Testing, Coverage checks, and PyPI publishing using GitHub Actions
  • Reenables previously flaky TVDb tests
  • Adds additional function type annotations
  • Allows mnamer to be installed from sdist on Windows

v2.4.2

25 Sep 01:37
Compare
Choose a tag to compare

🌟 Features

  • #99 Adds support to .sub and .idx subtitle files
  • #102 Allows users to specify UID and GID in Dockerfile

πŸ› Bug Fixes

  • #104 Fixes movie year search tolerance to TMDb and OMDb

✏️ Other

  • Sets the default episode provider back to TVMaze
    • They plan to deprecate v3 of their API in 2011 and require a $11 annual subscription in v4 for API end users (e.g. you)
    • Their service is consistently down
  • Disabled TVDb tests in CI for the time being

v2.4.1

07 Jul 02:31
Compare
Choose a tag to compare

The focus on this release is around internationalization. See the wiki for details.

🌟 Features

  • #9 Adds Language Support
  • #82 Adds Subtitle Support

✏️ Other

  • Changes default episode provider to TVDb (for its language support)
  • Increases matched year range to +-5 years to yield more matches

v2.3.3

21 Apr 17:52
Compare
Choose a tag to compare

✏️ Other

  • Lowers minimum supported Python version to 3.6

v2.3.2

18 Apr 00:49
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • #68 Fixes specifying destination drive under Windows
  • #67 Fixes title capitalization within parentheses and after apostrophes

✏️ Other

  • Allows CLI arguments to override config file settings
  • Fixes unit testing under Windows
  • Splits requirements file into separate dev and test files

v2.3.1

29 Mar 22:46
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • #58 Prevents unintended directory nesting when templating media with slashes in the name or title
  • #63 Allows relative path use with movie-directory and episode-directory settings

✏️ Other

  • Reenables TVDb unit tests

v2.2.0

13 Feb 02:53
Compare
Choose a tag to compare

🌟 Features

  • #51 Adds ID templating support

πŸ› Bug Files

  • #48 Skips TMDb and TVDb entries with incomplete metadata