v0.27
New:
Actions
https://github.com/Toxblh/MTMR/tree/v0.27.0#actions
"actions": [
{
"trigger": "singleTap",
"action": "hidKey",
"keycode": 53
}
]
Triggers:
singleTap
doubleTap
tripleTap
longTap
Up next calendar widget
{
"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
- Brightness gestures
- Brightness keys thanks to @cipi1965 #367
- YandexWidget thanks to @bobrosoft #344 #345
- Group width thanks to @ParsleyJ #336
Commits
- update matching array with missing forecast ("Thunderstorm with rain") (#316) #316 (Vladimir Tolstikov)
- [2f00c9f]: Update README.md (Anton Palgunov)
- [aa69d5f]: Update TECHNICAL_DEBT.md (Anton Palgunov)
- [a65613a]: Allow change of of a group button width (#336) (Giuseppe Petrosino) #336
- fix issue with wrong URL which leads to random incorrect location detection and wrong weather display (#344) #344 (Vladimir Tolstikov)
- fix race condition which randomly leads to displaying wrong data (#345) #345 (Vladimir Tolstikov)
- [87141e3]: Up next calendar widget (#348) (Connor G Meehan) #348
- [588e6ae]: Implement multiple actions (double tap, triple tap) (#349) (Matteo Piccina) #349
- [7a18002]: Fix error. (#325) (Kaibin Yang) #325
- [6660bb2]: Fix brightness keys (#367) (Matteo Piccina) #367
- [54eaa3f]: Change brightness for 3 finger gesture. Close #370, #372 (Anton Palgunov)
- [bbe901a]: version 0.27 (Anton Palgunov)