Skip to content

Commit e0cddeb

Browse files
author
Clive Galway
committed
Update Changelog for 0.6.0
1 parent 6964f67 commit e0cddeb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77
### Added
8-
- AHI now does not use MultiMedia Timers to poll input every 1ms, it processes it immediately
98
### Changed
109
### Deprecated
1110
### Removed
1211
### Fixed
1312

13+
## [0.6.0] - 2022-01-14
14+
### Changed
15+
- Input is now processed faster. Rather than checking for input every 1ms, we now use Interception's `WaitWithTimeout` function
16+
to process input as soon as it happens
17+
1418
## [0.5.3] - 2020-05-14
1519
### Fixed
1620
- Fix Issue 65: UnsubscribeMouseMoveRelative when subscribed with blocking enabled did not restore mouse movement

0 commit comments

Comments
 (0)