Releases: Som1Lse/Dish2Macro
Releases · Som1Lse/Dish2Macro
2.1.0
2.0.0
Major update. Fixed bugs, better configuration:
- Now uses
timeSetEvent
instead ofCreateTimerQueueTimer
, despite
being considered "obsolete" there simply isn't an alternative that
provides the resolution we need. This should make it work on up to
date Windows patches. - Now has a simple ini parser, so the configuration file is less
horrible, and more intuitive. It supports comments, so it can contain
explanations directly in the file. - Now supports a new option to configure the interval between events
being sent. - Switched the license to GPL.
Now doesn't eat mouse movement, when bound to a mouse button.
v1.4.1 Update README.md
Now supports binding to two directions at once.
README.md
has also been updated with a bunch of example configurations.
The code itself has also generally been improved.
Updated to work with Dishonored 1
Additionally, you can now also select the mouse wheel direction for events.
Updated to work with Dishonored: Death of the Outsider
v1.2.0 Updated to work with Dishonored: Death of the Outsider as well
Fixed sensitivity slowdown
v1.1.1 Fixed sensitivity slowdown by using a timer, updated readme
Minor update
Macro can also be bound to a mouse button.
Now also supports hexadecimal numbers in the configuration file.
Initial release
v1.0.0 Initial commit