Releases: fredmorcos/tvrank
Releases · fredmorcos/tvrank
tvrank-0.7.4
- Versioning fixes
tvrank-0.7.3
- Making
TVrank
a better UNIX citizen:- More status messages are now printed on
stderr
instead ofstdout
.- Contributed by @fiplox
- More status messages are now printed on
- @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
- Making
TVrank
a better UNIX citizen:- More status messages are now printed on
stderr
instead ofstdout
.- Contributed by @fiplox
- More status messages are now printed on
- @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
- 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
- Flags and options that only used be accepted by the command are now also accepted by
- Added support for only displaying the top N results with
--top N
.- Contributed by @caglaryucekaya
- The IMDB TSV database download rate is now reported correctly and a progress bar is now
used instead of a spinner.- Contributed by @mob-programming-meetup:
- Added support for the
NO_COLOR
environment variable and added the--color
command-line argument to override it.- Contributed by @caglaryucekaya
- Other minor fixes in documentation and command-line help.
tvrank-0.7.0
- Add support for exact matching using
-e
or--exact
.tvrank title "KEYWORD..."
will run keyword-based matchingtvrank title "KEYWORD... (YYYY)"
will run keyword-based matching for a specific yearYYYY
tvrank title "TITLE" -e
will run exact title-based matchingtvrank title "TITLE (YYYY)" -e
will run exact title-based matching for a specific yearYYYY
tvrank-0.6.2
- Print "no match" messages to
stderr
instead ofstdout
.
tvrank-0.6.1
- Fix an issue where TVrank thinks a series is not recognized even though it clearly is.
tvrank-0.6.0
- 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
- Improve query performance using multi-threading.
- A full TVrank run is now < 0.5s
tvrank-0.4.3
- Re-add debug and fast-debug builds to release tarballs.