Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: leukipp/touchkio

v1.4.0

10 Oct 19:38

Choose a tag to compare

Fix

  • fix: use mqtt last will #84

Feature

  • feat: auto on-screen keyboard (experimental) #85
  • feat: mqtt audio volume control #82
  • feat: use box for mqtt zoom #90
  • feat: extended theme switching #87
  • feat: add mqtt diagnostic #91
  • feat: dynamic status bar #94
  • feat: early app updates #96

Documentation

  • docs: update readme
  • docs: update hardware

v1.3.3

19 Sep 20:12

Choose a tag to compare

Fix

  • fix: mqtt config removal #79

v1.3.2

19 Sep 14:58

Choose a tag to compare

Fix

  • fix: option to ignore certificate errors #76

Refactor

  • ref: remove unsupported mqtt config
  • ref: add cpu thermal zone

Documentation

  • docs: add hardware
  • docs: update readme

v1.3.1

09 Sep 18:16

Choose a tag to compare

Fix

  • fix: update last active only on touch #71
  • fix: touch event handling for inactive screens #61

Feature

  • feat: extended logging #73

Documentation

  • docs: update readme

v1.3.0

06 Sep 18:53

Choose a tag to compare

Commits

Fix

  • fix: validate arguments file #69
  • fix: mqtt keyboard state #65

Feature

  • feat: mqtt app update #70
  • feat: network address mqtt sensor #66

Refactor

  • ref: update images

Documentation

  • docs: update readme

Build

  • build: improve update logic
  • build: update dependencies

Breaking Changes

  • feat: check sudo rights for mqtt #62
    • for users without sudo rights (mostly non Raspberry Pi OS) the MQTT device name may have changed, so check if your TouchKio device got renamed and update your dashboard entity references accordingly.

v1.2.1

31 Aug 20:22

Choose a tag to compare

Commits

Fix

  • fix: refresh on error page #55
  • fix: mqtt memory leak #63
  • fix: update service file #62
  • fix: check online status #62

Feature

  • feat: side panel pager #64
  • feat: kde wayland support #57
  • feat: keyboard navigation #46
  • feat: add page zoom buttons #48
  • feat: mqtt zoom level, thanks to @TCWORLD #52

Refactor

  • ref: update images
  • ref: display status fallback

Documentation

  • docs: add hardware, thanks to @afsy-d
  • docs: update readme, thanks to @pdsccode

Build

  • build: update version
  • build: update dependencies

v1.2.0

10 Jul 19:50

Choose a tag to compare

Commits

Fix

  • fix: show web url error #34
  • fix: use apt instead of dpkg #28
  • fix: url containing query params, thanks to @franga2000 #40
  • fix: remove mouse pointer, thanks to @jsuanet #11

Feature

  • feat: multi webpage support #25
  • feat: auto-hide navigation bar #45
  • feat: battery power level over mqtt #33

Refactor

  • ref: update images
  • ref: move and rename mqtt topics

Documentation

Build

  • build: update version
  • build: update dependencies

v1.1.2

23 Feb 21:50

Choose a tag to compare

Commits

  • ref: add debug argument
    • Using --app-debug will open developer tools
  • ref: start touchkio after install
    • Allow no --setup after using the install.sh script for upgrades
  • fix: reduce file system reads #19
  • feat: check for DISPLAY variable #12
  • docs: update README.md by @pdsccode #20
  • docs: update HARDWARE.md

v1.1.1

03 Feb 08:26

Choose a tag to compare

Commits

  • feat: side panel widget #16
    • Hidden commands on the center-right edge of the kiosk window
      • Refreshing the webpage
      • Toggling fullscreen mode
      • Minimizing the window
      • Toggling the on-screen keyboard
  • docs: update README.md
  • docs: update HARDWARE.md by @rajeevan #14

v1.1.0

10 Jan 21:59

Choose a tag to compare

Commits

  • feat: support for X11 and generic linux #5
    • Wayland and X11 support
    • Build arm64 and x64 release files
  • feat: additional MQTT controls and sensors #7
    • On-screen keyboard control #7 #4
    • Last touch and screen activity #7
    • APT package updates #7
  • docs: added working HDMI-Display to compatibility list by @pdsccode #3

Breaking Changes

  • feat: additional MQTT controls and sensors #7