Skip to content

6.14.0

Compare
Choose a tag to compare
@epugh epugh released this 22 Nov 22:09
· 426 commits to main since this release

6.14.0 - 2022-11-22

Fixes inspired by folks working with the Chorus project.

Improvements

  • Rework the selection of settings for a search engine so that we are smarter about if you pick a TMDB demo server, use great defaults, but if you are picking your own search engine, then we make fewer assumptions about query structure, which reduces the chance the first query will blow up! This was first identified by @macohen as part of querqy/chorus#129. Tracked as #580 by @epugh and fixed in #582,

Bugs

  • Command line tool thor import:ratings didn't handle a csv file with a header row. Now filters off the header row. Thanks @wrigleyDan for spotting this problem. #581 by @epugh and fixed in #583.

Full Changelog: v6.13.0...v6.14.0