Skip to content

Releases: matlink/gplaycli

Merged python2/3 main script

02 Oct 19:26
2.16
b78a26f
Compare
Choose a tag to compare

Fixed minor issue

21 Sep 21:25
2.15
ebc9a49
Compare
Choose a tag to compare

Fixed issue where packaging did not upload some folder for pypi

Add support for 3.5

21 Sep 21:07
2.14
d70215f
Compare
Choose a tag to compare
  • Add support for both Python 2.7 and 3.5
  • Changed version naming, now as major.minor

Implement Encrypted Password

17 Sep 20:07
8f912e4
Compare
Choose a tag to compare

Thanks to @NoMore201 (#103), EncryptedPasswd header is now workng, fixing the credentials issue.

Purchased apps

31 Jul 17:40
88556c8
Compare
Choose a tag to compare
  • Adding ability to download already purchased apps.
  • Adding -P flag that enables to also search within non-free apps (to be used with -s flag).

Version 0.2.9

25 Jul 10:55
0.2.9
Compare
Choose a tag to compare
  • Fix token cache expiration issue #89
  • Renamed credentials.conf to gplaycli.conf #84

Check cached token validity

11 Jul 15:49
0.2.8
979b61c
Compare
Choose a tag to compare

Gplaycli now checks the validity of the cached token and fetches a new one if expired or invalid

Cache token

08 Jul 18:25
5df1bad
Compare
Choose a tag to compare

Gplaycli no caches the token retrieved from the token dispenser server configured in the credentials.conf.
The

[Cache]
token=~/.cache/gplaycli/token

is required in the credentials configuration file.

Fixes -n, server error

21 Jun 21:07
0.2.6
00a34e6
Compare
Choose a tag to compare
  • fixes -n option which didn't allowed more than 10 results due to a protobuf update
  • gplaycli now exits when token-dispenser throws a server error

Version 0.2.5

14 May 13:20
0.2.5
9957e54
Compare
Choose a tag to compare
  • Adding some little tests for py.test
  • Adding travis integration
  • Better configuration file management
  • Adding -L flag to enable logging to files for successfully downloaded, failed and unavailable apps