Releases: NoMore201/playmaker
Releases · NoMore201/playmaker
v0.6.4
- fixes for latest googleplay-api version compatibility
- updated js/css libraries
- automatically close navigation menu after selecting an option (mobile layout)
- added authentication with gsfid and auth token in credentials.conf file
- added a button in the login page to notify when a security check is needed
- Dockerfile: start daemon as unpriviliged user (may require manual intervention)
- added environment variable to specify a device to be used by googleplay-api
v0.6.2
v0.6
New in 0.6:
- Introduced auto-updates, which can be controlled through a crontab string. By default
update is triggered every night at 2AM - Removed annoying http warning page
- Some options are now configured through environment variables, rather than command line arguments
- It's now possible to provide credentials in a config file, skipping the login page.
- Updated gpapi to 0.4
- Small fixes and improvements
More info on new features in the README. Build status: https://hub.docker.com/r/nomore201/playmaker/builds/
v0.5.6
Changes since last release:
- Small bug fixes and improvements
- js/css main libraries are now fetched from CDNs, taking advantage of caching for faster load times
- Fixed stack trace output with HTTP errors due to tornado debug feature being enabled
- Fdroid repo's
config.py
is initialized with custom name and description - APK file parsing does not require files having a specific name anymore
- APK parsing function will take care also of APK not available in play store, extracting metadata from the file with
pyaxmlparser
library
If you can't correctly see icons in playmaker with this update, try deleting your browser cache.
v0.5.5
Changes since last release:
v0.5.4
New features in this release:
- If you run playmaker with fdroid support, it will serve repository data right from path
/fdroid
. Just addhttp[s]://<pm_host>/fdroid
to your fdroid application - Dynamic loading bar in login show cache initialization progress, so users may have an hint of the ongoing initialization
Docker image ID: 454872e826ef
v0.5.2
v0.5.1
v0.5
Changes in this new release:
- Removed insecure implementation of AES algorithm. Now communication should be secured through HTTPS (thanks to @n1zzo )
- Added HTTPS support inside playmaker (one can choose to run playmaker with HTTPS support supplying own certificate, or let it run without and secure it behind an HTTPS proxy like nginx)
- If the application is running through HTTP, a warning message is shown