Releases: evan-liu/karabiner.ts
Releases · evan-liu/karabiner.ts
1.0.1
What's Changed
- 🐛 Fix --dry-run throws 'Profile not found' error in #38
0.7.0
What's Changed
- ✨ Add mapConsumerKey() and toConsumerKey() in #30
- ✨ Add mapPointingButton() and toPointingButton() in #31
- ✨ Add toMouseKey() in #32
- ✨ Add --dry-run support via profile name in #34
- ✨ Add mouseMotionToScroll() in #36
0.6.1
What's Changed
🐛 Fix missing key_code volume_increment/volume_decrement
0.6.0
What's Changed
- 💥 Rename npm package to karabiner.ts in #29
- 🐛 Fix #21 toApp() needs double quote when there is space in app name in #23
- 🐛 Fix #22 missing key_code in #27
0.5.0
💥 Rename npm package to karabiner-dot-ts
0.4.1
🐛 Fix withCondition() not exported from index.ts
0.4.0
What's Changed
- ✨ Add withCondition() utility method in #20
0.3.0
What's Changed
- ✨ Add mapSimultaneous() by in #11