Releases: matlink/gplaycli
Releases · matlink/gplaycli
Merged python2/3 main script
Fixed minor issue
Fixed issue where packaging did not upload some folder for pypi
Add support for 3.5
- Add support for both Python 2.7 and 3.5
- Changed version naming, now as major.minor
Implement Encrypted Password
Thanks to @NoMore201 (#103), EncryptedPasswd header is now workng, fixing the credentials issue.
Purchased apps
- 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
Check cached token validity
Gplaycli now checks the validity of the cached token and fetches a new one if expired or invalid
Cache token
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
- fixes
-n
option which didn't allowed more than 10 results due to a protobuf update gplaycli
now exits whentoken-dispenser
throws aserver error
Version 0.2.5
- 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