Skip to content

Latest commit

 

History

History
232 lines (117 loc) · 14 KB

CHANGELOG.md

File metadata and controls

232 lines (117 loc) · 14 KB

Changelog

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

1.3.1 (2023-08-25)

Bug Fixes

  • album-search: 🐛 catch potential exception when reading filename (0e06151)

1.3.0 (2023-06-22)

Features

1.2.2 (2023-03-19)

Bug Fixes

  • album-search: 🐛 filename could be None when checking for asin (d17cfef), closes #92

1.2.1 (2023-02-27)

Bug Fixes

  • album-update: 🐛 tags were cleared after being set instead of before (09b1ff5), closes #88

1.2.0 (2023-02-24)

Features

  • ✨ add ability to select library Language (295c36f)

Bug Fixes

  • album-search: 🐛 language scoring didn't match Audible's names for languages (c501bec)
  • author-search: 🚑 ASIN in filename was being used as search for author as well as book (4e622b3)

1.1.1 (2023-02-23)

Bug Fixes

  • album-search: 🐛 name_to_initials could throw IndexError when dealing with author using initials (a560848), closes #79
  • album-search: 🐛 remove qutotations around author name when shortening to initials (1fc755b), closes #67
  • album-search: 🐛 searches with accented characters would remove characters (0645c16), closes #81

1.1.0 (2023-01-26)

Features

Bug Fixes

  • author-search: bug fix unreachable code when scoring author (92ec69b)

1.0.0 (2023-01-24)

⚠ BREAKING CHANGES

  • multi region (#66)

Features

Bug Fixes

  • 🐛 content_type check was not plural, all data was trying to be collected into variable if unused (f4e60fc)
  • album-search: 🐛 normalizedName was requested before being made available (f2fb6d4)
  • correctly clear authors when settings change (9461d3f), closes #71

0.4.1 (2022-10-05)

Bug Fixes

  • album-search: name_to_initials could have extra characters (d345713)
  • album-search: fallback to media.title when media.album is None (b993083)
  • album-search: improve name_to_initials (1b52c19)
  • album-update: 🐛 make sure to reset poster if it changes (bdb92b0)

0.4.0 (2022-08-09)

Features

  • Add a simplify_title option to the preferences (#56) (2b2a82a)

0.3.0 (2022-05-29)

Features

  • album-search: ✨ add quick match using asin (3cca5b6)

0.2.8 (2022-01-24)

Bug Fixes

  • album-search: 🐛 handle empty album/artist file metadata fields. fixes #33 (dfba017)

0.2.7 (2022-01-11)

Bug Fixes

  • album-search: ⚡ Multiply title score deduction by 2 to improve/fix #9 (76502e9)

0.2.6 (2021-11-24)

Bug Fixes

  • album-update: ♻️ add 'Book' prefix to series position due to upstream change (bcb9a6a)

0.2.5 (2021-11-08)

Bug Fixes

  • album-update: ♻️ Only include subtitle in sort if not in a series (2022dbd)

0.2.4 (2021-10-15)

Bug Fixes

  • 🚸 handle http errors and exponential backoff (8964fe4)
  • author-search: 🚑 add greater weight to author name accuracy (c7ba7b7)
  • author-search: 🐛 contributor stripping wasn't working properly. Fixes #23 (72f464e)
  • author-search: 🐛 handle search failure when no artist tag is available but title is (manual search) (f399442)
  • author-search: 🚸 do basic author name cleanup prior to running search, to improve search success (5869c7e)
  • author-search: 🚸 if all authors are contributors use the first (988ea27)

0.2.3 (2021-10-09)

Features

  • settings: 🚩 new toggles: store author as mood tag and sort author by last name (aee2d26)

Bug Fixes

  • author-update: 🐛 single name authors would have sort applied erroneously (80e2554)

0.2.2 (2021-10-08)

Bug Fixes

  • album-search: ♻️ improve scoring accuracy on books with multiple authors (319e16f)

0.2.1 (2021-10-06)

Features

  • 🎨 improve handling of authors as contributors (beb20f6)
  • album-update: ✨ use subtitle in Plex title where available (4ff1654)
  • search: ✨ add asin search/extraction for authors and albums (52062eb)

Bug Fixes

  • author-search: 🥅 handle unknown artist properly. fixes #11 (499c753)

0.2.0 (2021-10-04)

Features

  • 🏗️ add author support (a18cda6)
  • author-search: ✨ search/upgrade multi-author entries to single author entries (e5d70dd)
  • author-update: ✨ set author sort name (e6e616b)
  • update: ✨ utilize tag list instead of 2 genre system (7cd863f)

Bug Fixes

  • 🐛 fix case where no genres exist. fixes #7 (2a017e9)
  • 🐛 only request thumb when it exists (498bbb3)

0.1.1 (2021-09-29)

Features

  • search: 🚸 fallback to keyword search for manual search (8a400ec)
  • search: ✨ rewrite search with pure API (995b423)

Bug Fixes

  • 🐛 fix version variable name (ee618dc)
  • 🐛 only support us region for now (a48f398)
  • 🐛 remove trailing line break (faaa980)
  • search: 🚑 fix albums with no album name matching to 'none' album name (54fddc6)
  • search: 🚑 return True by default on pre check (ddf3cfa)
  • search: 🐛 fix library language scoring comparison (772860f)
  • search: 🐛 Only append results which have valid keys (2361406)
  • update: 🐛 properly filter series in album sort (9859012)
  • update: 🐛 set thumb to blank, in case api returns no thumb (3f06e92)

0.1.0 (2021-09-28)

Features

  • search: ✨ rewrite search with pure API (995b423)

Bug Fixes

  • 🐛 only support us region for now (a48f398)
  • 🐛 remove trailing line break (faaa980)
  • search: 🐛 Only append results which have valid keys (2361406)
  • update: 🐛 set thumb to blank, in case api returns no thumb (3f06e92)