All Versions
17
Latest Version
Avg Release Cycle
101 days
Latest Release
1687 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.2.0 Changes
November 08, 20162.2.0 (2016-11-09)
๐ Minor release addressing the following:
๐ Fixes
- ๐ Fixed minicap on some/all Samsung devices running Android 5.1.1, which did not work previously. Thanks to @dkw72n for tracking down the issue and coming up with a fix!
Misc
- ๐ The openstf/stf-armv7l Docker image is being built again. Our previous armv7l build server died and Scaleway did not have more available until recently.
-
v2.1.0 Changes
October 24, 2016๐ Minor release addressing the following:
โจ Enhancements
- ๐ Android 7.1 support!
๐ Fixes
- ๐ STFService.apk now uses abstract sockets instead of TCP sockets. This fixes stability issues with devices connected in RNDIS mode.
- โก๏ธ Updated adbkit to fix
logcat
issues on newer Android versions. - General reliability improvements in adbkit.
- ๐ Fixed minitouch on Alcatel Idol 3.
-
v2.0.1 Changes
July 29, 2016No changes, just a retag due to issues with NPM tags.
-
v2.0.0 Changes
July 29, 2016๐ Major release addressing the following:
โจ Enhancements
- โ Added a simple [REST API](doc/API.md). Huge thanks to @vbanthia!
- Also, we have an example showing how to use the API with Appium.
๐ฅ Breaking changes
- ๐ The API server is a new app unit that must be added to your deployment. Please see the [deployment guide](doc/DEPLOYMENT.md) for up to date instructions.
- โ Added a simple [REST API](doc/API.md). Huge thanks to @vbanthia!
-
v1.2.0 Changes
July 22, 2016๐ Minor release addressing the following:
โจ Enhancements
- โ Added Android N Developer Preview 5 support (earlier only available by building from master).
- โ Added an easier to access button to stop using a device from the control screen. Thanks @miss0110!
- โก๏ธ Updated the official Docker image to Ubuntu 16.04 and Node v6.3.0.
- โ Added a
--no-cleanup
option to disable the default behavior of apps getting cleaned up automatically when a user stops using the device. - โ Added ESLint rules for easily checking pull requests.
- โ Added a Slack notifier unit.
- โ Added an
stf doctor
command to check and output external dependencies. Very useful for issues. - โ Added an OpenID auth unit. Thanks @codeskyblue!
- โ Added optional HTTP Basic auth to the mock auth unit, for when you can't set up a proper auth adapter but still want at least a tiny bit of added security.
- ๐ Considerably smaller and up to date official Docker image for armv7l with automated nightly builds on Scaleway. May occasionally break for a while but we aim to always keep it fully up to date.
- โ Added instructions for using Google OAuth 2.0 login to the deployment guide, making it possible to sign in using your Google account.
- โ Added a configurable username field to the LDAP auth unit. Thanks @bananayong!
- โก๏ธ Updated and added various translations.
๐ Fixes
- ๐ Fixed screen area not being visible in latest versions of Chrome.
- ๐ Fixed Meizu Note 2 and similar devices which did not work due to non-standard output.
- ๐ Fixed ports getting leaked causing the provider unit to completely run out of ports if devices die a lot. Thanks @skyline-gleb!
-
v1.1.1 Changes
January 13, 2016๐ Patch release addressing the following:
๐ Fixes
- Disabled Nagle Algorithm in adbkit connection to improve remote debugging speed
-
v1.1.0 Changes
January 04, 2016๐ Minor release addressing the following:
โจ Enhancements
- ๐ Android 6.0 support
- โ Added translation support for Chinese, Korean, Russian and Spanish
- โ Added File Explorer feature in device controller where you can access device file system
- โ Added optional storage-s3 unit which can store storage data in Amazon S3 bucket instead of local
- Now, "Notes" column of device list is editable.
- ๐ Experimental armv7l support
- โ Added stf-setup-examples using Vagrant and Virtual Box
๐ Fixes
- ๐ DEPLOYMENT doc fixes