Skip to content

Commit e77ac1d

Browse files
committed
Update changelog for v2
1 parent afa4075 commit e77ac1d

File tree

1 file changed

+38
-4
lines changed

1 file changed

+38
-4
lines changed

CHANGELOG.md

+38-4
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,75 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
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).
56

67
## [Unreleased]
8+
79
### Added
8-
Implemented PauseHotkey / ResumeHotkey for InterceptionTapHold
9-
### Changed
10+
11+
### Changed
12+
13+
### Deprecated
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
## ##[2.0] - 2024-04-09
20+
21+
### Added
22+
23+
* Added support for AHK v2
24+
25+
* Implemented PauseHotkey / ResumeHotkey for InterceptionTapHold
26+
27+
### Changed
28+
1029
### Deprecated
30+
1131
### Removed
32+
1233
### Fixed
1334

1435
## [1.5] - 2020-04-30
36+
1537
### Added
38+
1639
- Add support for context-specific hotkeys (THM only takes effect when a specific window is active)
1740
- Add Pause / Resume hotkeys functionality
1841

19-
### Changed
42+
### Changed
43+
2044
- InterceptionTapHold now accepts an instance of AutoHotInterception and a Device ID
21-
This allows you to use AutoHotInterception's GetDeviceIdFromHandle method to get device ID
45+
This allows you to use AutoHotInterception's GetDeviceIdFromHandle method to get device ID
2246

2347
## [1.4] - 2019-02-28
48+
2449
### Added
50+
2551
- Added MaxTaps parameter to support always firing callback after a fixed number of taps / holds
2652

2753
## [1.3] - 2018-10-09
54+
2855
### Added
56+
2957
- TapHoldManager now works with Joystick Buttons (eg 1Joy1)
3058

3159
## [1.2] - 2018-04-02
60+
3261
### Changed
62+
3363
- Updates the AutoHotInterception addon to support AHI 3.x
3464

3565
## [1.1] - 2018-03-22
66+
3667
### Added
68+
3769
- Added an additional holdTime parameter to control the amount of time a key must be held to be considered a hold.
3870

3971
## [1.0] - 2018-03-06
72+
4073
### Added
74+
4175
- Inital version

0 commit comments

Comments
 (0)