Skip to content

Commit

Permalink
Version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
smartavionics committed Mar 8, 2022
1 parent 0940887 commit 4a32491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,7 @@ RawMouse uses [cython-hidapi](https://github.com/trezor/cython-hidapi) to access

1.1.1 - added menu option to flip the axes (based on code contributed by https://github.com/jedikalimero). Flip state is saved for future sessions.

1.2.0 - centreobj now uses the centre of the combined bounding box of all objects if none are selected + add support for Python 3.10.

---

2 changes: 1 addition & 1 deletion RawMouse/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "RawMouse",
"author": "burtoogle",
"version": "1.1.1",
"version": "1.2.0",
"description": "Simple HID mouse interface.",
"supported_sdk_versions": [ "7.0.0" ]
}

0 comments on commit 4a32491

Please sign in to comment.