File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed
Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 11# SharpHook Changelog
22
3+ ## [ v5.3.8] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.8 ) (September 27, 2024)
4+
5+ - libuiohook was updated to commit
6+ [ ce96f42] ( https://github.com/TolikPylypchuk/libuiohook/tree/ce96f4239e5ff7337e11f94ca5601089f82f306f )
7+ which fixes mouse button release events for mouse buttons 2 and 3 on Linux.
8+
39## [ v5.3.7] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.7 ) (July 9, 2024)
410
511- libuiohook was updated to commit
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ dotnet add package SharpHook.Reactive
1616
1717## Upgrading
1818
19- A [ migration guide] ( https://sharphook.tolik.io/v5.3.7 /articles/migration.html ) is available for upgrading between major
19+ A [ migration guide] ( https://sharphook.tolik.io/v5.3.8 /articles/migration.html ) is available for upgrading between major
2020versions.
2121
2222## Docs
2323
2424You can find more information (including the API reference) in the docs at
2525[ https://sharphook.tolik.io ] ( https://sharphook.tolik.io ) . Or if you need a specific version:
2626
27- - [ v5.3.7] ( https://sharphook.tolik.io/v5.3.7 ) | [ v5.3.6] ( https://sharphook.tolik.io/v5.3.6 ) | [ v5.3.5] ( https://sharphook.tolik.io/v5.3.5 ) | [ v5.3.4] ( https://sharphook.tolik.io/v5.3.4 ) | [ v5.3.3] ( https://sharphook.tolik.io/v5.3.3 ) | [ v5.3.2] ( https://sharphook.tolik.io/v5.3.2 ) | [ v5.3.1] ( https://sharphook.tolik.io/v5.3.1 ) | [ v5.3.0] ( https://sharphook.tolik.io/v5.3.0 )
27+ - [ v5.3.8 ] ( https://sharphook.tolik.io/v5.3.8 ) | [ v5.3. 7] ( https://sharphook.tolik.io/v5.3.7 ) | [ v5.3.6] ( https://sharphook.tolik.io/v5.3.6 ) | [ v5.3.5] ( https://sharphook.tolik.io/v5.3.5 ) | [ v5.3.4] ( https://sharphook.tolik.io/v5.3.4 ) | [ v5.3.3] ( https://sharphook.tolik.io/v5.3.3 ) | [ v5.3.2] ( https://sharphook.tolik.io/v5.3.2 ) | [ v5.3.1] ( https://sharphook.tolik.io/v5.3.1 ) | [ v5.3.0] ( https://sharphook.tolik.io/v5.3.0 )
2828- [ v5.2.3] ( https://sharphook.tolik.io/v5.2.3 ) | [ v5.2.2] ( https://sharphook.tolik.io/v5.2.2 ) | [ v5.2.1] ( https://sharphook.tolik.io/v5.2.1 ) | [ v5.2.0] ( https://sharphook.tolik.io/v5.2.0 )
2929- [ v5.1.2] ( https://sharphook.tolik.io/v5.1.2 ) | [ v5.1.1] ( https://sharphook.tolik.io/v5.1.1 ) | [ v5.1.0] ( https://sharphook.tolik.io/v5.1.0 )
3030- [ v5.0.0] ( https://sharphook.tolik.io/v5.0.0 )
@@ -88,7 +88,7 @@ enabled for the application if it wants to create a global hook.
8888[ may be coming] ( https://github.com/kwhat/libuiohook/issues/100 ) , but it's not yet here.
8989
9090More info on OS support can be found in
91- [ an article on OS-specific constraints] ( https://sharphook.tolik.io/v5.3.7 /articles/os-constraints.html ) .
91+ [ an article on OS-specific constraints] ( https://sharphook.tolik.io/v5.3.8 /articles/os-constraints.html ) .
9292
9393## Usage
9494
Original file line number Diff line number Diff line change 11# About SharpHook
22
3- SharpHook. Version 5.3.7 . Created by Tolik Pylypchuk.
3+ SharpHook. Version 5.3.8 . Created by Tolik Pylypchuk.
44
55## Library Status
66
@@ -10,6 +10,12 @@ rest assured that it's not abandoned! I'm not giving up on this library any time
1010
1111## Changelog
1212
13+ ### [ v5.3.8] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.8 ) (September 27, 2024)
14+
15+ - libuiohook was updated to commit
16+ [ ce96f42] ( https://github.com/TolikPylypchuk/libuiohook/tree/ce96f4239e5ff7337e11f94ca5601089f82f306f )
17+ which fixes mouse button release events for mouse buttons 2 and 3 on Linux.
18+
1319### [ v5.3.7] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.7 ) (July 9, 2024)
1420
1521- libuiohook was updated to commit
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ features as well as higher-level types to work with it.
77## Installation
88
99```
10- dotnet add package SharpHook --version 5.3.7
11- dotnet add package SharpHook.Reactive --version 5.3.7
10+ dotnet add package SharpHook --version 5.3.8
11+ dotnet add package SharpHook.Reactive --version 5.3.8
1212```
1313
1414## Supported Platforms
You can’t perform that action at this time.
0 commit comments