Releases: NoMore201/googleplay-api
Releases · NoMore201/googleplay-api
v0.2.6
Changes since last release:
- Added timeout to requests dd2d7b6
- Headers and request data now reflect the device selected during initalization 5034244
- Since there are some cases in which the token is expired, but the API returns empty objects instead of errors, integrity checks were added to better catch those situations 0a7cca7 866c633
- Get locale from the current system + dynamically get/set locale and timezone e1acc14
v0.2.4
v0.2.3
Changes since last release:
- Intercept
NeedsBrowser
error and provide a useful exception message afe6541, d4fb3eb (discussed in #10 ) - Tested all devices, disabled non working ones in
device.properties
5d92b6d bacon
as default device 2ab7ce0 (discussed in #14 )- Changed device initialization 9d0d144 (discussed in #16 ) May break your application, check the code
- Various fixes and improvements
v0.2.2
Changes since last release:
- Since pycrypto project is no longer developed, changed pycrypto with pycryptodome, an up-to-date fork which has wheel packages also for Windows.
- User agent is now built using selected device parameters, rather than fixed values
v0.2.1
v0.2
Changes since last release:
- Fixed progress bar c6973eb
- Implemented review() and details() 052afcb, 0cda029
- Removed old caching code and improved search() behaviour dda3a2f
Now we have a stable base, with all features of the original project. It will be possible to optimize code and the overall behaviour of the library from this version onwards.