Skip to content

Releases: leukipp/touchkio

v1.5.0

15 May 20:49

Choose a tag to compare

v1.5.0 Pre-release
Pre-release

Fix

  • fix: prioritize thermal sensors, thanks to @CoRfr #192

Feature

  • feat: ambient light sensor support, thanks to @CoRfr #191
  • feat: ddcutil display power support, thanks to @caraar12345 #194
  • feat: microphone http and mqtt support #195

Refactor

  • ref: hide webview scrollbar
  • ref: support and path validation

Documentation

  • docs: update hardware

Build

  • build: update node version
  • build: update dependencies

v1.4.3

17 Apr 09:08

Choose a tag to compare

Fix

  • fix: touch event ignored #148
  • fix: flag to disable mqtt sensors #201

v1.4.2

09 Dec 15:37

Choose a tag to compare

Fix

  • fix: keep old log files #140
  • fix: service stop timeout #159
  • fix: mqtt reconnect state #153
  • fix: check cache folder exists #161
  • fix: validation rejection type error #147

Documentation

  • docs: update readme
  • docs: update hardware

v1.4.1

01 Dec 08:57

Choose a tag to compare

Fix

  • fix: window race conditions #102
  • fix: handle renderer crashes #115
  • fix: graceful quit on shutdown #125
  • fix: handle invalid file read, thanks to @GraffJosh #113

Feature

  • feat: ddcutil display brightness support #101
  • feat: remember zoom and theme per page #108
  • feat: add mqtt screenshot image #133
  • feat: improved swipe paging #64

Refactor

  • ref: app exit codes
  • ref: add debug logging
  • ref: register argument updates

Documentation

Build

  • build: update dependencies

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

Build

  • build: update dependencies

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

Build

  • build: update dependencies

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

Build

  • build: update dependencies

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