Starcli Versions Save

:sparkles: Browse trending GitHub projects from your command line

v2.17.1

2 years ago
  • Merge pull request #100 from AkashD-Developer/issue_99_cli_test_for_caching_request_responses

    Added tests for cached results

  • Merge pull request #103 from davised/main

    Fix bug with the --topic flag.

  • remove forks, better help msg, add --pager, fix tests

  • update readme

  • bump

  • update some files and format with black [skip ci]

  • Merge branch 'main' of github.com:hedyhli/starcli into main

  • save cache to xdg cache home and rm debug tests

v2.17.0

3 years ago

Added caching results (#97)

v2.16.0

3 years ago
  • improved HTTP error handling logic
  • Added tests for the CLI itself (#77 by @jSadoski)
  • Improved fetching for GitHub trending by using the gtrending library (#86 by @odmishien)
  • Better debug logging with RichHandler (#84 by @ineelshah)
  • Fixed checking for <=> in --created and --pushed logic

v2.15.0

3 years ago
  • add --auth option for username/password authentication

v2.14.2

3 years ago
  • hotfix for previous release --topic
  • fixed extra ’end’ parameter when calling click.secho

v2.14.1

3 years ago
  • better help texts for options
  • renamed --topics to --topic

v2.14.0

3 years ago

Added/Changed:

  • Added functionality to use >=< when specifying last push
  • rename: --last-updated -> --pushed, which means --user can now have -u

Code changes:

  • Added error handling for HTTP status codes

v2.13.1

3 years ago
  • fixed list layout for rich.stylize
  • Updated rich version requirement

v2.13.0

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

3 years ago
  • added option --date-range or -D
  • refactored code