Skip to content

Commit

Permalink
Update Changelog for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clive Galway committed Jan 14, 2022
1 parent 6964f67 commit e0cddeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]
### Added
- AHI now does not use MultiMedia Timers to poll input every 1ms, it processes it immediately
### Changed
### Deprecated
### Removed
### Fixed

## [0.6.0] - 2022-01-14
### Changed
- Input is now processed faster. Rather than checking for input every 1ms, we now use Interception's `WaitWithTimeout` function
to process input as soon as it happens

## [0.5.3] - 2020-05-14
### Fixed
- Fix Issue 65: UnsubscribeMouseMoveRelative when subscribed with blocking enabled did not restore mouse movement
Expand Down

0 comments on commit e0cddeb

Please sign in to comment.