Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 750 Bytes

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 750 Bytes

2.3.0 - 2021-06-13

  • Add Apple Music identifier to whitelist
  • Add Package.swift
  • Add function to stop the MediaKeyTap

2.2.1 - 2019-02-24

  • Avoid TIS/TSM error due to creation of NSEvents on a background thread.

2.2.0 - 2018-10-27

2.1.0 - 2017-12-24

  • Add manual activation function to allow for the current application to be activated without receiving an NSNotification.

2.0.0 - 2017-12-18

  • Updated to Swift 4.

1.0.0 - 2016-09-28

  • Updated to Swift 3.
  • MediaKeyTapDelegate's handleMediaKey method has been renamed to handle(mediaKey: MediaKey, event: KeyEvent)

0.1.0 - 2016-03-29

Initial Release