Releases: hedyhli/starcli
Releases · hedyhli/starcli
Fix CI
Fixes and chores
- fix(url): fix clickable repo name in grid/table layout by @tizee in #114
- docs: add tizee as a contributor for code by @allcontributors in #115
- Update rich requirement from <11.0.0,>=4.0.0 to >=4.0.0,<13.0.0 by @dependabot in #113
- Update rich requirement from <13.0.0,>=4.0.0 to >=4.0.0,<14.0.0 by @dependabot in #117
- Introduced search support for multiple programming languages by @dzmitry-kankalovich in #116
- docs: add dzmitry-kankalovich as a contributor for code by @allcontributors in #118
- Fix for absent ~/.cache dir by @dzmitry-kankalovich in #123
- grammar update by @mehrdad-zade in #126
New Contributors
- @tizee made their first contribution in #114
- @dzmitry-kankalovich made their first contribution in #116
- @mehrdad-zade made their first contribution in #126
Full Changelog: v2.17.1...v2.18.0
Fix tests, add pager, use cache dir
-
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
Added caching results (#97)
Bug fixes and richer debug logs
- 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
add --auth option for username/password authentication
- add --auth option for username/password authentication
Fix --topic and click.secho
- hotfix for previous release --topic
- fixed extra ’end’ parameter when calling click.secho
better options help texts
- better help texts for options
- renamed
--topics
to--topic
add >=< to --pushed (formerly --last-updated)
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
- fixed list layout for
rich.stylize
- Updated rich version requirement