Skip to content

Releases: genzyy/anime-cli

v1.5.0

12 Aug 16:21
Compare
Choose a tag to compare

Changelog:

  • Reduced dependency on chalk npm package.
  • Fixed a bug where it didn't show any results when no argument is passed.
  • It now shows anime titles randomly chosen from a list and searched on the database.

v1.4.1

14 Dec 05:53
Compare
Choose a tag to compare
  • limit the fetched results by passing a number from [1, 100] after the anime-title.
  • Use eslint and prettier for better linting and formatting the code.
  • Remove non-function return statements and use process.exit().
  • Better management of all the arguments passed while calling anime-cli.
  • Brainstorming ideas for future enhancements.

v.1.4.0

08 Dec 11:25
Compare
Choose a tag to compare
  • Fix -h argument not working.
  • Upgrade to v.1.4.0

anime-cli v1.3.6

21 Feb 12:21
0c6e14c
Compare
Choose a tag to compare
  • Added comments to the main js file to know the code better.
  • Fixed some lexical and keyword errors.
  • Added some more recommended animes in RA.json so that they get displayed when the user doesnt pass any argument.

anime-cli v1.3.5

14 Feb 06:48
d764083
Compare
Choose a tag to compare
  • Fixed help message

anime-cli v1.3.3

13 Feb 12:21
459b450
Compare
Choose a tag to compare
  • Fixed a bug where the app wasn't able to run.

anime-cli v1.3.2

13 Feb 12:11
36a2634
Compare
Choose a tag to compare
  • You can choose if the fetched titles will have displayed score, for this run anime-cli showScore true or to unset it run anime-cli showScore false.
  • You can choose if the fetched titles will have displayed year, for this run anime-cli showYear true or to unset it run anime-cli showYear false.
  • You can sort ascendent or descendent on a (single) field, for this run anime-cli <search-term> --asc Score or anime-cli <search-term> --desc Score

anime-cli v1.3.1

11 Feb 04:46
ba342ac
Compare
Choose a tag to compare
  • Thanks to @atul-g for creating a much better help section and adding a version check command.
  • Added a config file which is used for setting limit for the results and to show only the matched results.
  • The config file in Linux/MacOS gets stored at ./config/configstore/@genzyy/anime-cli.json and generally gets stored at $CONFIG/package-name/config.json.
  • An example config would be like
  {
	"setLimit": false,
	"limit": 10,
	"onlyMatches": false
}
  • To set a limit on the data fetched run anime-cli setLimit true <number-results-to-show>.
  • To unset the limit run anime-cli setLimit false.
  • You can also fetch only the titles which match to your query, for this run anime-cli onlyMatches true or to unset it run anime-cli onlyMatches false.
  • Also instead of running these commands, you can manually edit the config file and change accordingly.

anime-cli v.1.1.1

08 Feb 10:48
8127171
Compare
Choose a tag to compare

Change Log

  • Modified the parsing of arguments so now you don't have to keep the first letter of every word capital.
  • You can now search anime even in lowercase words.

Better sorting

07 Feb 15:13
b2dad2d
Compare
Choose a tag to compare
  • Merged a new version with better sorting of anime movies and anime TV serials.