Skip to content

Releases: hedyhli/starcli

v2.13.0 added `--user`, date of creation improvements

25 Jul 13:31
Compare
Choose a tag to compare
  • added --user, -U
  • added support for prefixing with ><= when specifying date of creation
  • [BREAKING] renamed --date-created, -d to --created, -c, therefore, --date-range can have -d instead of -D
  • improved forked stats icon

v2.12.0 added date ranges

22 Jul 13:02
74d112d
Compare
Choose a tag to compare
  • added option --date-range or -D
  • refactored code

v2.11.0

21 Jul 13:13
Compare
Choose a tag to compare
  • added --spoken-language, -S option
  • updated search stuff
  • modified CLI description

v2.10.0 lots of things added :)

18 Jul 06:02
5b5df38
Compare
Choose a tag to compare

Changes

  • refactored and beautified the list layout + fixed text wrapping for Chinese descriptions (#46) by @willmcgugan
  • refactored table layout code
  • refactored search() logic

Additions

  • added filtering by topic --topics option (#48) by @ashikjm
  • added specifying date of last push --last-updated option (#49) by @ylchao

v2.9.5 update date and star option, refactor

11 Jul 07:34
Compare
Choose a tag to compare
  1. rename --date to --date-created
  2. default start creation date changed to: randint(100, 400)
  3. default stars: >=100
  4. added helpful comments to the code

v2.9.4

10 Jul 05:01
938d96a
Compare
Choose a tag to compare
  • Improved list layout and table layout formatting
  • improved readme

v2.9.3

09 Jul 13:39
Compare
Choose a tag to compare
  • added shortening of stats count
  • with --long_stats option

v2.9.2 - refactor, optimised error messages, colors, debug

09 Jul 05:03
Compare
Choose a tag to compare
  • refactor the codebase
  • added error messages, like when there's no internet, it prints the message in red to the user
  • optimised grid view colors
  • improved --debug option, for debugging requests, using logging module

v2.9.1

08 Jul 06:22
cedb0a5
Compare
Choose a tag to compare

updated demo gif on readme to demo the new features

v2.9.0 added grid view, contributors list

08 Jul 05:49
669e93b
Compare
Choose a tag to compare
  • Yay, we have grid view! Thanks to @swellander for opening #38 to add grid view to the --layout option, fixed #23
  • Added all-contributors list on the readme, typo fixes, and improved CONTRIBUTING.md