Skip to content

Releases: fredmorcos/tvrank

tvrank-0.7.4

24 Mar 07:59
bdfa3d4
Compare
Choose a tag to compare
  • Versioning fixes

tvrank-0.7.3

20 Mar 21:43
a7d59f0
Compare
Choose a tag to compare
  • Making TVrank a better UNIX citizen:
    • More status messages are now printed on stderr instead of stdout.
  • @caglaryucekaya fully documented the internal TVrank library.
  • @Olsi-B has refactored how TVrank prints search results:
    • And also added support for printing results in JSON and YAML

tvrank-0.7.2

20 Mar 18:54
fd3fd37
Compare
Choose a tag to compare
  • Making TVrank a better UNIX citizen:
    • More status messages are now printed on stderr instead of stdout.
  • @caglaryucekaya fully documented the internal TVrank library.
  • @Olsi-B has refactored how TVrank prints search results:
    • And also added support for printing results in JSON and YAML

tvrank-0.7.1

12 Mar 08:51
Compare
Choose a tag to compare
  • The TVrank command-line interface has been made more convenient to use:
    • Flags and options that only used be accepted by the command are now also accepted by
      the subcommands.
    • Contributed by @Olsi-B
  • Added support for only displaying the top N results with --top N.
  • The IMDB TSV database download rate is now reported correctly and a progress bar is now
    used instead of a spinner.
  • Added support for the NO_COLOR environment variable and added the --color
    command-line argument to override it.
  • Other minor fixes in documentation and command-line help.

tvrank-0.7.0

10 Feb 00:47
Compare
Choose a tag to compare
  • Add support for exact matching using -e or --exact.
    • tvrank title "KEYWORD..." will run keyword-based matching
    • tvrank title "KEYWORD... (YYYY)" will run keyword-based matching for a specific year YYYY
    • tvrank title "TITLE" -e will run exact title-based matching
    • tvrank title "TITLE (YYYY)" -e will run exact title-based matching for a specific year YYYY

tvrank-0.6.2

02 Feb 14:25
Compare
Choose a tag to compare
  • Print "no match" messages to stderr instead of stdout.

tvrank-0.6.1

02 Feb 14:17
Compare
Choose a tag to compare
  • Fix an issue where TVrank thinks a series is not recognized even though it clearly is.

tvrank-0.6.0

25 Jan 14:01
Compare
Choose a tag to compare
  • Fix #7: Keyword-based searching with uppercase now works.
  • Fix #8: Searching for short movie titles (e.g. Up) now works correctly.
  • Avoid garbled table display by limiting title lengths to 60 characters.
  • Don't cache and display adult titles.
  • Split the database caches into separate files for movies and series.
  • This release is another 5-10% speed improvement.
    • A few cleanups and removals made that possible.

tvrank-0.5.0

24 Jan 15:40
Compare
Choose a tag to compare
  • Improve query performance using multi-threading.
    • A full TVrank run is now < 0.5s

tvrank-0.4.3

24 Jan 10:04
Compare
Choose a tag to compare
  • Re-add debug and fast-debug builds to release tarballs.