Skip to content

Latest commit

 

History

History
107 lines (57 loc) · 3.9 KB

CHANGELOG.md

File metadata and controls

107 lines (57 loc) · 3.9 KB

Changelog


0.3.1

  • Add Python 3.9 support (Closes Issue #33)

0.3.0

  • Add --player / -p flag to open downloaded anime directly with your video player after download is finished
  • Add a progress bar when searching for anime
  • Update download progress bar to use rich's progress bar, which breaks less often and is a lot fancier
  • Fix occasional crash when searching for Anime that didn't have some info in their nyaa.si titles

0.2.3

  • Add --client / -c flag to open torrent file with default Torrent Client instead of using Libtorrent

0.2.2

  • Fix issue with not being able to correctly get resolution from torrent entry title

0.2.1

  • Fixed issue where torrent selection was actually in some cases selecting the torrent above the one selected

0.2.0

  • Only show torrent alert messages in debug mode (--debug) (Closes Issue #25)

  • Add argument to search for only trusted torrents -t (--trusted) (Closes Issue #26)

  • Add argument alias for --debug (-d)

  • Removed off-switch for --debug flag (used to be --no-debug). It's already off by default so it was an useless argument

  • Add option to sort by different values other than seeders with --sort-by (-s). (Closes Issue #27). See linked issue to see options available.


0.1.8

  • Add argument -n (--number, default = 10) to specify the number of entries to select from (#24)

0.1.7

  • Fix issue when searching for specific episode numbers (f1ac2e9)

0.1.6

  • Update PyInquirer to forked version to fix issue with searching for Anime with broken 'regex' package (4346468)

  • Switch PyInquirer entirely with questionary (f388427) (Closes Issue #20)


0.1.5

  • Fix issue where selecting no Episodes when searching barely got any selections (697978b)
  • Add published date next to Episode selection entries (697978b)

0.1.4

  • Add Windows Support (b609d2f) (Closes Issue #10)
  • Fix Entries in list re-appearing (b609d2f) (Closes Issue #7)
  • Can now exit gracefully from List of entries with Ctrl + C (b609d2f) (Closes Issue #4)

0.1.3

  • Terminal now clears after anime entry selection and after Video download ends (d9b0423)

0.1.2

  • Added the nyaa alias to the nyaa-cli command (2ca861b)

0.1.1

  • Added the nyaa-cli command and uploaded the CLI to PyPi (7dae039)

0.1.0

  • Added CLI Interface for downloading anime from nyaa.si (7431796)