Skip to content

v0.27

Compare
Choose a tag to compare
@Toxblh Toxblh released this 20 Nov 02:02
· 21 commits to master since this release

New:

Actions

https://github.com/Toxblh/MTMR/tree/v0.27.0#actions

"actions": [
  {
    "trigger": "singleTap",
    "action": "hidKey",
    "keycode": 53
  }
]

Triggers:
singleTap
doubleTap
tripleTap
longTap

Thanks to @cipi1965 #349

Up next calendar widget

image

{
  "type": "upnext",
  "from": 0, // Lower bound of search range for next event in hours.        Default 0 (current time)(can be negative to view events in the past)
  "to": 12, // Upper bounds of search range for next event in hours.        Default 12 (12 hours in the future)
  "maxToShow": 3 // Limits the maximum number of events displayed.          Default 3 (the first 3 upcoming events)
  "autoResize": false // If true, widget will expand to display all events. Default false (scrollable view within "width")
},

Thanks to @connorgmeehan more information here #348

Fixes

Commits