@kelnishi/satmouse 0.16.3 → 0.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,9 +32,9 @@ SatMouse bridges spatial input devices to web apps over WebSocket and WebTranspo
32
32
 
33
33
  | Platform | Status |
34
34
  |---|---|
35
- | macOS (Apple Silicon) | .app bundle with menu bar icon |
36
- | Linux (x64) | Standalone binary |
37
- | Windows (x64) | Standalone binary |
35
+ | macOS (Apple Silicon) | .app bundle with menu bar icon + Safari Web Extension |
36
+ | Windows (x64) | System tray icon with context menu (`SatMouse.cmd`) |
37
+ | Linux (x64) | systemd user service with install/uninstall scripts |
38
38
 
39
39
  ## For Client Apps
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kelnishi/satmouse",
3
- "version": "0.16.3",
3
+ "version": "0.17.1",
4
4
  "description": "6DOF spatial input bridge — run with npx @kelnishi/satmouse",
5
5
  "license": "MIT",
6
6
  "bin": {