Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Releases: nerves-web-kiosk/webengine_kiosk

v0.3.0

28 Jul 23:18
Compare
Choose a tag to compare
  • New features
    • Allow sending data from Javascript back to elixir using QtWebChannel.
    • Allow subscribing to events from WebengineKiosk.

v0.2.5

28 Sep 21:24
Compare
Choose a tag to compare
  • Bug fixes
    • Move all build products under the _build directory. This fixes many build
      issues that started popping up after Nerves 1.4 and Elixir 1.8. Cleaning
      builds between changing MIX_TARGET is no longer needed.

v0.2.4

28 Sep 21:25
Compare
Choose a tag to compare
  • Bug fixes
    • Remove minimum version check that didn't work on some qmake versions

v0.2.2

03 Sep 04:46
Compare
Choose a tag to compare
  • Bug fixes
    • Capture output to stderr from Chromium and the kiosk port app and send it to
      the logger. Previously that output would get lost if you didn't have a
      serial console cable attached making it difficult to get diagnotic logs.
    • Add :run_as_root option get past uid/gid checks if this is something that
      you'd like to try. This is not recommended and has not identified an issue
      so far.

v0.2.0

30 Aug 20:41
Compare
Choose a tag to compare
  • Bug fixes

    • Fixed Raspberry Pi/Chromium/Qt bug that caused touch events to be lost when
      there's a network connection, but no Internet.
    • Improve handling of C++ code exits
  • New features

    • Support running under a non-root account. This is required now.
    • Improve default homepage
    • Add set_zoom/2 to change the zoom level
    • Add helpers for setting permissions on the Raspberry Pi. Ideally these would
      move out of this project, but they're too convenient for now.

v0.1.0

15 Aug 05:32
Compare
Choose a tag to compare

Initial release