mirror of
https://github.com/evilC/AutoHotInterception.git
synced 2024-11-12 13:10:47 +00:00
Update Changelog for 0.6.0
This commit is contained in:
parent
6964f67504
commit
e0cddebae9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user