MTMR Versions Save

🌟 [My TouchBar My rules]. The Touch Bar Customisation App for your MacBook Pro

v0.27

3 years ago

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

  • 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)

v0.27.0

3 years ago

v0.26.1

3 years ago

Commits

  • [2e2f556]: Fixed lost margin (#313) (Fedor Zaitsev) #313
  • [3e5fa14]: v0.26.1 (Anton Palgunov)

v0.26.0

4 years ago

v0.26

  • Custom gestures.
  • Updated few apple scripts.
  • Conditions for icon for appleScript buttons.

Thanks for all contributors, especially @FedorZaytsev

Commits

  • [0e8dab4]: Update README.md (Anton Palgunov)
  • [d6e48c8]: Update README.md (Anton Palgunov)
  • [6629cfd]: Update FUNDING.yml (Anton Palgunov)
  • [f3015df]: Update finder example script (Giovanni Tataranni) #219
  • [59cde09]: Update Finder.scpt (Giovanni Tataranni) #219
  • [66b175d]: Update README.md (Giovanni Tataranni) #219
  • [e44ff00]: support for global settings. haptic feedback as the first one (Serg) #224
  • [41a9544]: More consistent settings (Toxblh)
  • [d4b950a]: Merge branch 'ReDetection-disable-haptic' (Toxblh)
  • [0b39795]: v0.24 (Toxblh)
  • [92975cb]: resolve existing varnings (Serg) #229
  • [e68fa10]: update swift to 5.0 (Serg) #229
  • [2635e26]: switch to modern build system (Serg) #229
  • [820853d]: little cleanup (Serg) #229
  • [f2e6959]: upd travis-ci 10 to 11.2 (Toxblh) #229
  • [3f78bbe]: CI osx_image 11.2 -> 11.1 (Toxblh) #229
  • [c4928ee]: enable/disable multitouch gestures (Serg) #230
  • [cd2ec3d]: use property wrappers to have settings in a nice way. now it's the only place for settings key (Serg) #230
  • [94717a5]: missed a single userdefaults (Serg) #234
  • [f82d769]: rewrite in scrollview; get rid of custom gesture handling (Serg) #234
  • [dd23a3b]: don't reload list of apps every time (Serg) #234
  • [e9a7b6d]: get long tap to kill back into place (Serg) #234
  • [6920664]: implement regex filter for dock items (Serg) #234
  • [2cdb705]: Consolidate the two String extenstions. (Mark Rickert) #236
  • [eaa2664]: Add ability to use file paths relative to your user directory (Mark Rickert) #236
  • [855ddea]: Tests relative file paths and images. (Mark Rickert) #236
  • [5eb2d73]: Add some image filePath documentation. (Mark Rickert) #236
  • [1ae2041]: Get rid of all references to /Users/x/ in favor of ~ (Mark Rickert) #236
  • [d819988]: cleanup parser: remove other duplicates (they are defined and parsed down below in the ItemType) (Serg) #237
  • [466c0e5]: v0.25 (Toxblh)
  • [e9e5a6f]: fix yandex wheather, for correct lang (Toxblh)
  • [bdfb711]: fix pomodoro icon not showing up on catalina (Sam Flattery) #260
  • [093faa2]: Create swift.yml (Anton Palgunov)
  • [40c684f]: GitHub actions (#271) (Anton Palgunov) #271
  • [7e0db70]: Updated README (#274) (Fedor Zaytsev) #274
  • [3864591]: Update build-test.yml (Anton Palgunov)
  • [dbb2f16]: Implemented changable icons for AppleScriptTouchBarItem (#275) (Fedor Zaytsev) #275
  • [642f080]: Changeable icons for AppleScriptTouchBarItem & tests (#276) (Fedor Zaytsev) #276
  • [42ce95b]: Add Music app (#279) (Peter Hrvola) #279
  • [a0fc0b3]: Custom gestures support (#288) (Fedor Zaytsev) #288
  • [f61550e]: More Productive Gestures (#289) (Jæy) #289
  • [502f989]: Currency bar update (#293) (Simon Rogers) #293
  • [52758f9]: Fix shell crash (#297) (Fedor Zaytsev) #297
  • [6d26639]: Revert "More Productive Gestures (#289)" (Anton Palgunov)
  • [3fc75ca]: Updated workflows. For delivery unsign app in gihub (Anton Palgunov)
  • [a1f6402]: Correct file for release (Anton Palgunov)
  • [75df82a]: ignore sign error (Anton Palgunov)
  • [b6721f0]: return normal trigggers in workflows (Anton Palgunov)
  • [445584b]: Added xcpretty for test and build scripts (Anton Palgunov)
  • [bc11728]: Standard english date for build script (Anton Palgunov)
  • [1e1ae2a]: Release version 0.26 (Anton Palgunov)

v0.25

4 years ago
  • Multitouch settings & swift 5.1. (Thanks to @ReDetection)
  • Dock improvements (Thanks to @ReDetection)
    • extract to settings
    • cleanup in config parser (there were two parts reading the same, one was never executed)
    • implement filter for dock items
    • rewrite from NSScrubber to NSScrollView. mainly to fix open/terminate of the wrong app (not the one being touched), but also to fix extra dock reloads
    • more stylish frontmost app indicator
  • Relative file paths (Thanks to @markrickert)
  • Cleanup parser (Thanks to @ReDetection)

v0.24

4 years ago

image

v0.23.1

4 years ago

v0.22.1

4 years ago

v0.21

4 years ago

Dark mode

{ "type": "darkMode" }

Dock additional property:

"autoResize": true

v0.20.1

5 years ago

Add an additional parameter for network widget flip for change position output and input traffic.

{
	"type": "network",
	"flip": true,
},