Releases: matlink/gplaycli
Releases · matlink/gplaycli
3.29
- Use custom gpapi since the original one is temporarily put off
3.28
- Fix token way of authenticating
3.27
Fix a lot of issues due to API changes from Google.
Version 3.26
Code rewrite, better handling of connect function and parameters.
Version 3.25
- Fix issue where device codename option was not working (f070442)
Version 3.24
- Update gpapi to version 0.4.3 to support versionString
Version 3.23
- add windows compatibility c68eb6c
- remove clint dependency, embed a minimal version of progressbar 9a9250e
- switched back to pyaxmlparser, as it will be packaged into debian soon b5dba03
Version 3.22
- use androguard instead of pyaxmlparser for further debian packaging 675ac04
Version 3.21
- Fix regression where progress bar could not been disabled #168
- Fix issue where unavailable local apks where not marked as unavailable #167
- Fix issue where cache directory was not recursively created #166
Version 3.20
- support hex format for version code (0d4f84f)