@holdyourvoice/hyv 2.9.0 → 2.9.2
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 +18 -0
- package/dist/index.js +4963 -1371
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
All notable CLI changes. Also mirrored to [holdyourvoice.com/changelog](https://holdyourvoice.com/changelog) for user-facing releases.
|
|
4
4
|
|
|
5
|
+
## [2.9.2] — 2026-06-12
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
- Welcome step 4 copy — warmer signup pitch, highlights $1 first month and what paid unlocks
|
|
9
|
+
|
|
10
|
+
## [2.9.1] — 2026-06-12
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Welcome step 3 is skippable (Enter or `s`)
|
|
14
|
+
- Multiline draft paste for testing (no more single-line shell chaos)
|
|
15
|
+
- Document extraction for samples and scans: `.md`, `.txt`, `.html`, `.docx`, `.pdf`, `.skill`
|
|
16
|
+
- Recursive folder scan; single files (including `.skill` archives) work in step 2
|
|
17
|
+
- Minimal terminal spinners while reading, saving, and scanning
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- Step 3 crash when scanning pasted text (`Cannot read properties of undefined (reading 'match')`) — profile now loads correctly
|
|
21
|
+
- `ENOTDIR` when pointing at a file instead of a folder
|
|
22
|
+
|
|
5
23
|
## [2.9.0] — 2026-06-12
|
|
6
24
|
|
|
7
25
|
### Changed
|