Skip to content

Releases: Tom-Hirschberger/MMM-TouchButton

Release 0.0.9

13 Nov 21:19
81c15ae
Compare
Choose a tag to compare

This is release 0.0.9 with the following changes:

  • bumped version of jsonpath-plus library to 10.1.0

Release 0.0.8

17 Oct 19:20
0944093
Compare
Choose a tag to compare

This is release 0.0.8 with the following changes:

  • added a postinstall script which creates a copy of the imported JSONPath library cause MagicMirror only imports files with ending js and not cjs to fix JSONPath

Release 0.0.7

16 Oct 13:14
d1a194e
Compare
Choose a tag to compare

This is release 0.0.7 with the following changes:

  • bumped jsonpath-plus library to 10.0.1

Release 0.0.6

21 Nov 11:03
743f3c9
Compare
Choose a tag to compare

This is release 0.0.6 with the following features:

  • classes now will be added to the title element, too
  • fixed string handling in conditions
  • it is possible to send notifications without payload now

Release 0.0.5

17 Nov 21:59
81c201a
Compare
Choose a tag to compare

This is release 0.0.5 with the following features:

  • fixed not running actions of Iconify icons
  • added support to validate the payload of notifications as condition
  • added support to parse the value of conditions with jsonpath-plus

Release 0.0.4

07 Nov 12:46
Compare
Choose a tag to compare

This is release 0.0.4 with the following changes:

Release 0.0.3

03 Nov 07:15
3d7cc4a
Compare
Choose a tag to compare

This is release 0.0.3 with the following changes:

  • fixed a bug which caused a black screen if no additional classes had been set
  • prefixed all CSS configuration with the module main class

Release 0.0.2

01 Nov 16:27
095af7b
Compare
Choose a tag to compare

This is release 0.0.2 with following features:

  • configure multiple instances of the module at different positions with different configuration
  • add additional classes to the elements
  • hide/show buttons based on the current active profile
  • change the icon or/and classes the the buttons based on the output and/or return code of the called commands

Release 0.0.1

05 Dec 14:12
Compare
Choose a tag to compare

A new module which displays icons as a button. These buttons can be controlled either by touch or by mouse click.
The following features are implemented currently:

  • Add as much buttons as you like. Each with a unique css class and an Font Awesome (The build in version of MagicMirror, currently 4.7) icon assigned.
  • If a button gets pressed either a command (with arguments) can be executed on the command line or an notification (with payload) can be send.