Skip to content

Commit 853fa5d

Browse files
Update the docs for version 6.1.2
1 parent 8b2ff00 commit 853fa5d

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [v6.1.2](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v6.1.2) (June 22, 2025)
4+
5+
- Simulation of letter keys in different layouts was fixed on Windows - the same keys are simulated regardless of the
6+
current keyboard layout (e.g., QWERTY or AZERTY).
7+
8+
- libuiohook was updated to commit
9+
[a8d1578](https://github.com/TolikPylypchuk/libuiohook/tree/a8d1578835f0d88d751a31153a1169208c389039).
10+
311
## [v6.1.1](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v6.1.1) (June 3, 2025)
412

513
- Simulation of mouse button press and release for buttons 2, 3, 4, and 5 was fixed on Linux.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Place the binaries into the appropriate directories in the `SharpHook` project,
385385
<tr>
386386
<th>macOS</th>
387387
<td>libuiohook.dylib</td>
388-
<td>darwin/&lt;platform&gt;/lib</td>
388+
<td>macos/&lt;platform&gt;/lib</td>
389389
<td>lib/osx-&lt;platform&gt;</td>
390390
</tr>
391391
<tr>

docs/articles/about.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Place the binaries into the appropriate directories in the `SharpHook` project,
3333
<tr>
3434
<th>macOS</th>
3535
<td>libuiohook.dylib</td>
36-
<td>darwin/&lt;platform&gt;/lib</td>
36+
<td>macos/&lt;platform&gt;/lib</td>
3737
<td>lib/osx-&lt;platform&gt;</td>
3838
</tr>
3939
<tr>
@@ -55,6 +55,14 @@ You need .NET 9 to build SharpHook.
5555

5656
## Changelog
5757

58+
### [v6.1.2](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v6.1.2) (June 22, 2025)
59+
60+
- Simulation of letter keys in different layouts was fixed on Windows - the same keys are simulated regardless of the
61+
current keyboard layout (e.g., QWERTY or AZERTY).
62+
63+
- libuiohook was updated to commit
64+
[a8d1578](https://github.com/TolikPylypchuk/libuiohook/tree/a8d1578835f0d88d751a31153a1169208c389039).
65+
5866
### [v6.1.1](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v6.1.1) (June 3, 2025)
5967

6068
- Simulation of mouse button press and release for buttons 2, 3, 4, and 5 was fixed on Linux.

0 commit comments

Comments
 (0)