Releases: hedyhli/starcli
Releases · hedyhli/starcli
v2.13.0 added `--user`, date of creation improvements
- 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
- added option
--date-range
or-D
- refactored code
v2.11.0
v2.10.0 lots of things added :)
Changes
- refactored and beautified the list layout + fixed text wrapping for Chinese descriptions (#46) by @willmcgugan
- refactored table layout code
- refactored search() logic
Additions
v2.9.5 update date and star option, refactor
- rename
--date
to--date-created
- default start creation date changed to:
randint(100, 400)
- default stars:
>=100
- added helpful comments to the code
v2.9.4
v2.9.3
v2.9.2 - refactor, optimised error messages, colors, debug
- 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, usinglogging
module
v2.9.1
v2.9.0 added grid view, contributors list
- 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