Releases: dikkadev/SynthPointer.dll
Releases · dikkadev/SynthPointer.dll
v2.3.0
v2.2.0
fix(SynthPointer): Fix ScreenCount return type The `ScreenCount` function in `SynthPointer.c` now takes a pointer to an integer as a parameter and assigns the number of screens to the dereferenced value. This fixes the return type of the function.
v2.1.0
fix: fix the ScreenCount function signature The ScreenCount function in SynthPointer.c had an incorrect return type and parameter. The correct return type is int and there are no parameters. This fix corrects the function signature.
v2.0.10
chore(workflow): update release workflow Update the release workflow to include a new step for running tests before the release. Also, modify the push tags condition to allow any branch to trigger the workflow. PS: I sometimes hate github workflows...
v2.0.9
chore(workflow): update release workflow Update the release workflow to include a new step for running tests before the release. Also, modify the push tags condition to allow any branch to trigger the workflow.
v1.1.0
feat(SynthPointer): add support for button and pressure in HoverMove …
v1.0.1
fix(ci): update GitHub Actions workflows This commit updates the GitHub Actions workflow for releases. The changes include: - Upgrading the `actions/checkout` action to version 3 - Adding caching for Chocolatey packages - Replacing the `actions/create-release` and `actions/upload-release-asset` actions with the `softprops/action-gh-release` action - Updating the release step to use the `softprops/action-gh-release` action instead of the deprecated `actions/create-release` action
Release v1.0.0
feat(SynthPointer): implement CreateSynthPointer CreateSynthPointer function is implemented to create a synthetic pointer device based on the specified parameters.