Skip to content

Releases: evan-liu/karabiner.ts

1.1.0

27 Apr 10:42
Compare
Choose a tag to compare

What's Changed

  • ✨ Add mapDoubleTap() in #42

Full Changelog: 1.0.1...1.1.0

1.0.1

26 Apr 10:08
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fix --dry-run throws 'Profile not found' error in #38

1.0.0

26 Apr 09:52
Compare
Choose a tag to compare

0.7.0

26 Apr 09:31
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

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

25 Apr 10:15
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

What's Changed

🐛 Fix missing key_code volume_increment/volume_decrement

0.6.0

25 Apr 09:00
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

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

25 Apr 01:58
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

💥 Rename npm package to karabiner-dot-ts

0.4.1

24 Apr 21:12
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

🐛 Fix withCondition() not exported from index.ts

0.4.0

24 Apr 20:48
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

What's Changed

  • ✨ Add withCondition() utility method in #20

0.3.0

24 Apr 11:02
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

What's Changed

  • ✨ Add mapSimultaneous() by in #11