Starcli Versions Save

:sparkles: Browse trending GitHub projects from your command line

v2.11.0

3 years ago
  • added --spoken-language, -S option
  • updated search stuff
  • modified CLI description

v2.10.0

3 years ago

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

3 years ago
  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

3 years ago
  • Improved list layout and table layout formatting
  • improved readme

v2.9.3

3 years ago
  • added shortening of stats count
  • with --long_stats option

v2.9.2

3 years ago
  • 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

3 years ago

updated demo gif on readme to demo the new features

v2.9.0

3 years ago
  • 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

v2.8.0

3 years ago

support for windows, fixed #28, fixed in #33 thanks to @Shagilton

v2.7.1

3 years ago

Quick fix for the README (added Click link and remove unneeded phrases)