Releases: jkwill87/mnamer
Releases Β· jkwill87/mnamer
v2.5.5
π 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
π Bug Fixes
- (#155) Fixes babelfish version import error
βοΈ Other
- Fixes failing tvmaze tests
- Updates test fixtures
v2.5.3
π Bug Fixes
- (#135) Properly applies
--no-style
- thanks @andrewinHK!
- (#132) Properly escapes regex - thanks @andrewinHK and @AnalogMan151!
βοΈ Other
- Fixes failing TVMaze tests
- Updates usage messaging
v2.5.2
π 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
π 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
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
βοΈ Other
- Lowers minimum supported Python version to 3.6
v2.3.2
π 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
π 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
π Features
- #51 Adds ID templating support
π Bug Files
- #48 Skips TMDb and TVDb entries with incomplete metadata