pi-smart-voice-notify 0.2.0 → 0.2.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 CHANGED
@@ -1,35 +1,41 @@
1
- # Changelog
2
-
3
- ## [0.2.0] - 2026-03-07
4
-
5
- ### Added
6
- - Added multi-engine TTS support with auto selection plus Edge, espeak-ng, ElevenLabs, OpenAI-compatible, and SAPI backends.
7
- - Added forwarded permission request watching, reminder playback control, Linux wake/focus helpers, per-project sound discovery, webhook delivery, and AI-generated notification message support.
8
- - Added targeted tests for abortable commands, reminder playback, and forwarded-permission notification flows.
9
-
10
- ### Changed
11
- - Expanded configuration normalization and example config to cover nested reminder, webhook, AI-message, focus-detection, and sound-theme settings while keeping legacy keys compatible.
12
- - Improved notification orchestration so reminder scheduling, focused-terminal suppression, and desktop/audio delivery can share richer runtime context.
13
- - Switched the test runner to Node's built-in TypeScript stripping support and raised the documented runtime baseline to Node.js 24.
14
-
15
- ### Fixed
16
- - Restored the package test workflow so the published repo can run its checked-in TypeScript tests without a missing loader file.
17
- - Updated README documentation to cover the new engines, watchers, webhook/AI integrations, and sound-theme behavior.
18
-
19
- ## [0.1.2] - 2026-03-04
20
-
21
- ### Fixed
22
- - Use absolute GitHub raw URL for README image to fix npm display
23
-
24
- ## [0.1.1] - 2026-03-04
25
-
26
- ### Changed
27
- - Rewrote README.md with professional documentation standards
28
- - Added comprehensive feature documentation, configuration reference, and usage examples
29
-
30
- ## 0.1.0
31
-
32
- - Standardized repository structure to `index.ts` shim + `src/` implementation.
33
- - Added config template and package metadata/scripts aligned with Pi extension conventions.
34
- - Vendored `zellij-modal` into this repository to remove cross-extension imports.
35
- - Modularized implementation into config store, logging, and audio notification modules while preserving runtime behavior.
1
+ # Changelog
2
+
3
+ ## [0.2.2] - 2026-03-12
4
+
5
+ ### Changed
6
+ - Refactored to use shared `toRecord` utility, removing duplicate implementation
7
+ - Consolidated exports and simplified `index.ts`
8
+
9
+ ## [0.2.0] - 2026-03-07
10
+
11
+ ### Added
12
+ - Added multi-engine TTS support with auto selection plus Edge, espeak-ng, ElevenLabs, OpenAI-compatible, and SAPI backends.
13
+ - Added forwarded permission request watching, reminder playback control, Linux wake/focus helpers, per-project sound discovery, webhook delivery, and AI-generated notification message support.
14
+ - Added targeted tests for abortable commands, reminder playback, and forwarded-permission notification flows.
15
+
16
+ ### Changed
17
+ - Expanded configuration normalization and example config to cover nested reminder, webhook, AI-message, focus-detection, and sound-theme settings while keeping legacy keys compatible.
18
+ - Improved notification orchestration so reminder scheduling, focused-terminal suppression, and desktop/audio delivery can share richer runtime context.
19
+ - Switched the test runner to Node's built-in TypeScript stripping support and raised the documented runtime baseline to Node.js 24.
20
+
21
+ ### Fixed
22
+ - Restored the package test workflow so the published repo can run its checked-in TypeScript tests without a missing loader file.
23
+ - Updated README documentation to cover the new engines, watchers, webhook/AI integrations, and sound-theme behavior.
24
+
25
+ ## [0.1.2] - 2026-03-04
26
+
27
+ ### Fixed
28
+ - Use absolute GitHub raw URL for README image to fix npm display
29
+
30
+ ## [0.1.1] - 2026-03-04
31
+
32
+ ### Changed
33
+ - Rewrote README.md with professional documentation standards
34
+ - Added comprehensive feature documentation, configuration reference, and usage examples
35
+
36
+ ## 0.1.0
37
+
38
+ - Standardized repository structure to `index.ts` shim + `src/` implementation.
39
+ - Added config template and package metadata/scripts aligned with Pi extension conventions.
40
+ - Vendored `zellij-modal` into this repository to remove cross-extension imports.
41
+ - Modularized implementation into config store, logging, and audio notification modules while preserving runtime behavior.