stf v1.2.0 Release Notes

Release Date: 2016-07-22 // over 7 years ago
  • ๐Ÿš€ 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!