diff --git a/CHANGELOG.md b/CHANGELOG.md index 987f78a..3d67b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # SharpHook Changelog +## [v5.3.6](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.6) (May 22, 2024) + +- SharpHook now provides the correct version of libuiohook for macOS x64. + ## [v5.3.5](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.5) (May 20, 2024) - Simulating mouse events when the screen configuration changes was fixed on Windows. diff --git a/README.md b/README.md index 3bbd196..42d841b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ dotnet add package SharpHook.Reactive ## Upgrading -A [migration guide](https://sharphook.tolik.io/v5.3.5/articles/migration.html) is available for upgrading between major +A [migration guide](https://sharphook.tolik.io/v5.3.6/articles/migration.html) is available for upgrading between major versions. ## Docs @@ -24,7 +24,7 @@ versions. You can find more information (including the API reference) in the docs at [https://sharphook.tolik.io](https://sharphook.tolik.io). Or if you need a specific version: -- [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) +- [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) - [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) - [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) - [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. [may be coming](https://github.com/kwhat/libuiohook/issues/100), but it's not yet here. More info on OS support can be found in -[an article on OS-specific constraints](https://sharphook.tolik.io/v5.3.5/articles/os-constraints.html). +[an article on OS-specific constraints](https://sharphook.tolik.io/v5.3.6/articles/os-constraints.html). ## Usage diff --git a/docs/articles/about.md b/docs/articles/about.md index 29678ac..4900d61 100644 --- a/docs/articles/about.md +++ b/docs/articles/about.md @@ -1,6 +1,6 @@ # About SharpHook -SharpHook. Version 5.3.5. Created by Tolik Pylypchuk. +SharpHook. Version 5.3.6. Created by Tolik Pylypchuk. ## Library Status @@ -10,6 +10,10 @@ rest assured that it's not abandoned! I'm not giving up on this library any time ## Changelog +### [v5.3.6](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.6) (May 22, 2024) + +- SharpHook now provides the correct version of libuiohook for macOS x64. + ### [v5.3.5](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.5) (May 20, 2024) - Simulating mouse events when the screen configuration changes was fixed on Windows. diff --git a/docs/index.md b/docs/index.md index 330e4eb..f0e25c3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,8 +7,8 @@ features as well as higher-level types to work with it. ## Installation ``` -dotnet add package SharpHook --version 5.3.5 -dotnet add package SharpHook.Reactive --version 5.3.5 +dotnet add package SharpHook --version 5.3.6 +dotnet add package SharpHook.Reactive --version 5.3.6 ``` ## Supported Platforms