2.8.0
Minor Changes
-
Chromium version upgrade
This release upgrade the underlying Web engine version. This increases performances and security.
-
Allow to run Sidecar programs
This release introduces the concept of Sidecar.
Sidecar are programs that run alongside the Touchify Player.To enable Sidecars, add them to the
config.json
:{ "sidecars": { "my-program": { "url": "https://url/to/my-program", "args": ["arg1", "arg2"], "env": { "ENV_VARIABLE": "value" } } } }
Patch Changes
-
Make bootstrapper resilient to backend failures
This release makes the bootstrapper resilient to any backend failures if the application is already download on the device.