Skip to content

Commit

Permalink
Update the docs for version 5.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TolikPylypchuk committed Sep 27, 2024
1 parent cd3692b commit 09b7fc1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# SharpHook Changelog

## [v5.3.8](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.8) (September 27, 2024)

- libuiohook was updated to commit
[ce96f42](https://github.com/TolikPylypchuk/libuiohook/tree/ce96f4239e5ff7337e11f94ca5601089f82f306f)
which fixes mouse button release events for mouse buttons 2 and 3 on Linux.

## [v5.3.7](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.7) (July 9, 2024)

- libuiohook was updated to commit
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ dotnet add package SharpHook.Reactive

## Upgrading

A [migration guide](https://sharphook.tolik.io/v5.3.7/articles/migration.html) is available for upgrading between major
A [migration guide](https://sharphook.tolik.io/v5.3.8/articles/migration.html) is available for upgrading between major
versions.

## Docs

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.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)
- [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)
- [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)
Expand Down Expand Up @@ -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.7/articles/os-constraints.html).
[an article on OS-specific constraints](https://sharphook.tolik.io/v5.3.8/articles/os-constraints.html).

## Usage

Expand Down
8 changes: 7 additions & 1 deletion docs/articles/about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# About SharpHook

SharpHook. Version 5.3.7. Created by Tolik Pylypchuk.
SharpHook. Version 5.3.8. Created by Tolik Pylypchuk.

## Library Status

Expand All @@ -10,6 +10,12 @@ rest assured that it's not abandoned! I'm not giving up on this library any time

## Changelog

### [v5.3.8](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.8) (September 27, 2024)

- libuiohook was updated to commit
[ce96f42](https://github.com/TolikPylypchuk/libuiohook/tree/ce96f4239e5ff7337e11f94ca5601089f82f306f)
which fixes mouse button release events for mouse buttons 2 and 3 on Linux.

### [v5.3.7](https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.3.7) (July 9, 2024)

- libuiohook was updated to commit
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ features as well as higher-level types to work with it.
## Installation

```
dotnet add package SharpHook --version 5.3.7
dotnet add package SharpHook.Reactive --version 5.3.7
dotnet add package SharpHook --version 5.3.8
dotnet add package SharpHook.Reactive --version 5.3.8
```

## Supported Platforms
Expand Down

0 comments on commit 09b7fc1

Please sign in to comment.