Skip to content

Releases: hedyhli/starcli

Fix CI

24 Aug 14:04
v2.18.1
d2d3b20
Compare
Choose a tag to compare

Fixes and chores

24 Aug 13:54
v2.18.0
69f39c0
Compare
Choose a tag to compare

New Contributors

Full Changelog: v2.17.1...v2.18.0

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