File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed
Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11# SharpHook Changelog
22
3+ ## [ v3.1.2] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v3.1.2 ) (October 19, 2022)
4+
5+ - A fix for posting keyboard events on Windows was added, as suggested by [ FaithBeam] ( https://github.com/FaithBeam ) ,
6+ and fixes [ #20 ] ( https://github.com/TolikPylypchuk/SharpHook/issues/20 ) .
7+ - libuiohook is at commit
8+ [ fc779b0] ( https://github.com/TolikPylypchuk/libuiohook/tree/fc779b0bc892f8aaf373b53a3791f1e5590b9924 ) .
9+
310## [ v3.1.1] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v3.1.1 ) (August 5, 2022)
411
512- A fork of libuiohook which fixes issue [ #9 ] ( https://github.com/TolikPylypchuk/SharpHook/issues/9 ) is used and is at
Original file line number Diff line number Diff line change @@ -16,14 +16,15 @@ dotnet add package SharpHook.Reactive
1616
1717## Upgrading
1818
19- A [ migration guide] ( https://sharphook.tolik.io/v3.1.1 /articles/migration.html ) is available for upgrading between major
19+ A [ migration guide] ( https://sharphook.tolik.io/v3.1.2 /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] ( https://sharphook.tolik.io ) . Or if you need a
2525specific version:
2626
27+ - [ v3.1.2] ( https://sharphook.tolik.io/v3.1.2 )
2728- [ v3.1.1] ( https://sharphook.tolik.io/v3.1.1 )
2829- [ v3.1.0] ( https://sharphook.tolik.io/v3.1.0 )
2930- [ v3.0.2] ( https://sharphook.tolik.io/v3.0.2 )
Original file line number Diff line number Diff line change 11# About SharpHook
22
3- SharpHook. Version 3.1.1 . Created by Tolik Pylypchuk.
3+ SharpHook. Version 3.1.2 . Created by Tolik Pylypchuk.
44
55## Library Status
66
@@ -10,6 +10,13 @@ rest assured that it's not abandoned! I'm not giving up on this library any time
1010
1111## Changelog
1212
13+ ### [ v3.1.2] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v3.1.2 ) (October 19, 2022)
14+
15+ - A fix for posting keyboard events on Windows was added, as suggested by [ FaithBeam] ( https://github.com/FaithBeam ) ,
16+ and fixes [ #20 ] ( https://github.com/TolikPylypchuk/SharpHook/issues/20 ) .
17+ - libuiohook is at commit
18+ [ fc779b0] ( https://github.com/TolikPylypchuk/libuiohook/tree/fc779b0bc892f8aaf373b53a3791f1e5590b9924 ) .
19+
1320### [ v3.1.1] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v3.1.1 ) (August 5, 2022)
1421
1522- A fork of libuiohook which fixes issue [ #9 ] ( https://github.com/TolikPylypchuk/SharpHook/issues/9 ) is used and is at
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ https://github.com/TolikPylypchuk/SharpHook
2424## Installation
2525
2626```
27- dotnet add package SharpHook --version 3.1.1
28- dotnet add package SharpHook.Reactive --version 3.1.1
27+ dotnet add package SharpHook --version 3.1.2
28+ dotnet add package SharpHook.Reactive --version 3.1.2
2929```
You can’t perform that action at this time.
0 commit comments