All Versions
17
Latest Version
Avg Release Cycle
101 days
Latest Release
1418 days ago

Changelog History
Page 2

  • v2.2.0 Changes

    November 08, 2016

    2.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, 2016

    No changes, just a retag due to issues with NPM tags.

  • v2.0.0 Changes

    July 29, 2016

    ๐Ÿš€ Major release addressing the following:

    โœจ Enhancements

    ๐Ÿ’ฅ 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.
  • 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

  • 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