Skip to content

Releases: hedyhli/starcli

Fix tests, add pager, use cache dir

11 Aug 04:50
Compare
Choose a tag to compare
  • 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

Add caching results

21 Feb 13:01
Compare
Choose a tag to compare

Added caching results (#97)

Bug fixes and richer debug logs

02 Oct 10:11
a068faf
Compare
Choose a tag to compare

add --auth option for username/password authentication

04 Aug 08:29
d640daa
Compare
Choose a tag to compare
  • add --auth option for username/password authentication

Fix --topic and click.secho

03 Aug 02:55
a0ac616
Compare
Choose a tag to compare
  • hotfix for previous release --topic
  • fixed extra ’end’ parameter when calling click.secho

better options help texts

01 Aug 13:25
Compare
Choose a tag to compare
  • better help texts for options
  • renamed --topics to --topic

add >=< to --pushed (formerly --last-updated)

01 Aug 07:44
Compare
Choose a tag to compare

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 hotfix

26 Jul 00:31
0e9da5f
Compare
Choose a tag to compare
  • fixed list layout for rich.stylize
  • Updated rich version requirement

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