-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,75 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
Implemented PauseHotkey / ResumeHotkey for InterceptionTapHold | ||
### Changed | ||
|
||
### Changed | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
|
||
### Fixed | ||
|
||
## ##[2.0] - 2024-04-09 | ||
|
||
### Added | ||
|
||
* Added support for AHK v2 | ||
|
||
* Implemented PauseHotkey / ResumeHotkey for InterceptionTapHold | ||
|
||
### Changed | ||
|
||
### Deprecated | ||
|
||
### Removed | ||
|
||
### Fixed | ||
|
||
## [1.5] - 2020-04-30 | ||
|
||
### Added | ||
|
||
- Add support for context-specific hotkeys (THM only takes effect when a specific window is active) | ||
- Add Pause / Resume hotkeys functionality | ||
|
||
### Changed | ||
### Changed | ||
|
||
- InterceptionTapHold now accepts an instance of AutoHotInterception and a Device ID | ||
This allows you to use AutoHotInterception's GetDeviceIdFromHandle method to get device ID | ||
This allows you to use AutoHotInterception's GetDeviceIdFromHandle method to get device ID | ||
|
||
## [1.4] - 2019-02-28 | ||
|
||
### Added | ||
|
||
- Added MaxTaps parameter to support always firing callback after a fixed number of taps / holds | ||
|
||
## [1.3] - 2018-10-09 | ||
|
||
### Added | ||
|
||
- TapHoldManager now works with Joystick Buttons (eg 1Joy1) | ||
|
||
## [1.2] - 2018-04-02 | ||
|
||
### Changed | ||
|
||
- Updates the AutoHotInterception addon to support AHI 3.x | ||
|
||
## [1.1] - 2018-03-22 | ||
|
||
### Added | ||
|
||
- Added an additional holdTime parameter to control the amount of time a key must be held to be considered a hold. | ||
|
||
## [1.0] - 2018-03-06 | ||
|
||
### Added | ||
|
||
- Inital version |