Releases: HubTou/libgh
Releases · HubTou/libgh
libgh-0.9.5
libgh-0.9.4
- Fixed a bug when an organization account has no topics
- Fixed watching_count returned as a string instead of an integer
libgh-0.9.3
- Fixed a bug when a personal account has no repositories or starred repositories
libgh-0.9.2
- Fixed a bug when an organization account has no repositories
- Clarified a warning message when we are unable to load all repositories from an account
libgh-0.9.1
- Removed the --repo|-r option. libgh now processes directly mixes of accounts and repositories
- Replaced raising PermissionError when max requests per day/hour was reached by 24/1 hours of sleeping time
- Used the --topics option for personal accounts when the number of topics is equal to 7 (GitHub display limit)
- Return repositories results in the same dictionary layout than accounts results
- Fixed a potential bug while loading the cache index file
libgh-0.9.0
- Initial public release