Skip to content

Latest commit

 

History

History
127 lines (63 loc) · 6.61 KB

CHANGELOG.md

File metadata and controls

127 lines (63 loc) · 6.61 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.3 (2024-08-07)

Bug Fixes

  • If junk_dir is not set, do not perform post-process move (4286a1c)
  • Add --tmp-dir with os.pid to each m4b-tool invocation (36689e8)

0.5.2 (2023-04-27)

Bug Fixes

  • file_title not found, replaced with title (3ec4d66)

0.5.1 (2023-02-24)

Bug Fixes

  • merge: 🐛 incorrect dict key (54d4a8b)

0.5.0 (2023-02-24)

Features

  • merge: ✨ add support for asin as output path term (87a3623)

0.4.11 (2023-01-23)

Bug Fixes

0.4.10 (2022-09-21)

Bug Fixes

  • merge: 🐛 properly fix moving completed input files (f0f4ae9)

0.4.8 (2022-09-12)

Features

  • merge: ✨ use LOG_LEVEL from environment variable if available (6779104)

Bug Fixes

  • merge: 🚑 fix crash on single file in a folder (a895b4d)
  • merge: 🐛 handle case where input has no bit_rate and/or sample_rate (9e17fbd)

0.4.7 (2022-02-28)

Bug Fixes

  • docker: 🚑 also chown /config (8e99393)
  • docker: 🐛 better startup permissions management (3c4cef5)
  • merge: 🐛 cleanup find_extension process (a37bfbe)
  • merge: 🐛 separate these into own functions so multi disc and single file both can pick up unknown extensions (a8da6b5)

0.4.6 (2022-02-07)

0.4.2 (2021-11-04)

0.4.5 (2021-12-06)

Bug Fixes

  • merge: 🐛 handle api having no author or narrators (3adac9b)

0.4.4 (2021-11-26)

Features

  • merge: ✨ Allow specifying output naming convention (8980308)

Bug Fixes

  • merge: 🐛 don't create empty directory of file name (cbd2297)
  • merge: 🐛 fix replace_tag replacing partial terms instead of full term (7abea6f)

0.4.3 (2021-11-18)

Features

  • merge: 🚧 better config 1: move user configurable options to arguments (c2cd229)

Bug Fixes

  • audible: 🐛 fix double import config issue with api_url (0e657fb)
  • audible: 🐛 fix validate url (36a357b)
  • audible: 🐛 pass url directly instead of importing config (27f796f)
  • merge: 🚑 fix inconsistent variable name (51b9b94)
  • merge: 🐛 fix asin validation before merge (0d00c09)
  • merge: 🐛 fix error when no cover exists (b42b081)
  • merge: 🐛 fix path comparison for junk dir (a98c828)

0.4.2 (2021-11-03)

Bug Fixes

  • merge: 🐛 fix error when no cover exists (b42b081)

0.4.1 (2021-10-06)

Bug Fixes

  • audible: 🐛 verify isAccurate exists before using it (6f21eae)
  • merge: 🐛 don't expect series position to exist (cf41203)
  • merge: 🐛 set series_position to none if it doesn't exist (3aaed08)