-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9913952
commit 4f842bd
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tvrank" | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
edition = "2021" | ||
description = "Query and sort information about movies and series" | ||
authors = ["Fred Morcos <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
* 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`. | ||
* 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: | ||
* @koushik-ms | ||
* @HenningHolmDE | ||
* @dpolivaev | ||
* @fredmorcos | ||
* 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. |