Skip to content

Releases: HubTou/libgh

libgh-0.9.5

09 Jun 21:32
70a71e8
Compare
Choose a tag to compare
  • Adapted to our first change in GitHub page syntax, with topics and topics_count being discarded in favor of (the better) allTopics

libgh-0.9.4

31 May 06:30
bfc93f3
Compare
Choose a tag to compare
  • 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

22 May 01:30
20cea18
Compare
Choose a tag to compare
  • Fixed a bug when a personal account has no repositories or starred repositories

libgh-0.9.2

19 May 18:34
2c9d690
Compare
Choose a tag to compare
  • 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

18 May 17:40
b8c8d05
Compare
Choose a tag to compare
  • 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

07 May 22:08
3300cd4
Compare
Choose a tag to compare
  • Initial public release