@juicesharp/rpiv-voice 1.10.2 → 1.11.0

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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to `@juicesharp/rpiv-voice` are documented here.
5
5
  Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
  Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.11.0] - 2026-05-20
9
+
10
+ ### Changed
11
+ - Relocate npm + MIT badges from the cover area to the License section in README.
12
+
8
13
  ## [1.10.2] - 2026-05-20
9
14
 
10
15
  ### Changed
package/README.md CHANGED
@@ -8,8 +8,6 @@
8
8
  </a>
9
9
  </div>
10
10
 
11
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
12
-
13
11
  Talk to [Pi Agent](https://github.com/badlogic/pi-mono) instead of typing. `rpiv-voice` adds the `/voice` slash command — open the overlay, speak, hit `Enter`, and your transcript drops straight into Pi's editor. Speech-to-text runs **entirely on your machine** via [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx) Whisper (base multilingual int8). No cloud, no API keys, no telemetry.
14
12
 
15
13
  ![Voice dictation overlay above the Pi editor](https://raw.githubusercontent.com/juicesharp/rpiv-mono/main/packages/rpiv-voice/docs/overlay.jpg)
@@ -113,4 +111,7 @@ The microphone is the OS default input — `rpiv-voice` does not expose device s
113
111
 
114
112
  ## License
115
113
 
114
+ [![npm version](https://img.shields.io/npm/v/@juicesharp/rpiv-voice.svg)](https://www.npmjs.com/package/@juicesharp/rpiv-voice)
115
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
116
+
116
117
  MIT — see [LICENSE](./LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juicesharp/rpiv-voice",
3
- "version": "1.10.2",
3
+ "version": "1.11.0",
4
4
  "private": false,
5
5
  "description": "Pi extension. Voice dictation via /voice — local on-device STT with sherpa-onnx Whisper (base multilingual int8), microphone capture via decibri.",
6
6
  "keywords": [
@@ -78,7 +78,7 @@
78
78
  ]
79
79
  },
80
80
  "dependencies": {
81
- "@juicesharp/rpiv-config": "^1.10.2",
81
+ "@juicesharp/rpiv-config": "^1.11.0",
82
82
  "sherpa-onnx-node": "^1.13.0",
83
83
  "decibri": "^3.4.0"
84
84
  },