Skip to content

Commit c2ade75

Browse files
Update the docs for version 6.1.1
1 parent 633546d commit c2ade75

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# SharpHook Changelog
22

3+
## [v6.1.1](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v6.1.1) (June 3, 2025)
4+
5+
- Simulation of mouse button press and release for buttons 2, 3, 4, and 5 was fixed on Linux.
6+
7+
- The location of simulated mouse events was fixed on macOS.
8+
9+
- libuiohook was updated to commit
10+
[0e77cac](https://github.com/TolikPylypchuk/libuiohook/tree/0e77cac5b88369c3e1bb3cdb8c605728ea19c767).
11+
312
## [v6.1.0](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v6.1.0) (May 23, 2025)
413

514
- The ability to control the behaviour of `TestGlobalHook` and `TestProvider` (simple dispatching from version 5 vs an

docs/articles/about.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ You need .NET 9 to build SharpHook.
5555

5656
## Changelog
5757

58+
### [v6.1.1](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v6.1.1) (June 3, 2025)
59+
60+
- Simulation of mouse button press and release for buttons 2, 3, 4, and 5 was fixed on Linux.
61+
62+
- The location of simulated mouse events was fixed on macOS.
63+
64+
- libuiohook was updated to commit
65+
[0e77cac](https://github.com/TolikPylypchuk/libuiohook/tree/0e77cac5b88369c3e1bb3cdb8c605728ea19c767).
66+
5867
### [v6.1.0](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v6.1.0) (May 23, 2025)
5968

6069
- The ability to control the behaviour of `TestGlobalHook` and `TestProvider` (simple dispatching from version 5 vs an

0 commit comments

Comments
 (0)