@thesolaceproject/emberharmony-linux-arm64-musl 1.4.2 → 1.4.6

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.
@@ -1,7 +1,15 @@
1
1
  ## What's Changed
2
- * Merge into dev by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/103
3
- * ci(release): attach desktop bundles to releases (find nested tauri output) by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/104
4
- * Dev by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/105
2
+ * Install voice runtime with npm to fix Windows MAX_PATH (1.4.6) by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/111
3
+ * Fix/voice runtime npm install by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/112
4
+ * Merge pull request #111 from SolaceHarmony/fix/voice-runtime-npm-install by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/113
5
+ * Derive macOS signing identity from cert (fix notarization skip) by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/114
6
+ * Dev by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/115
7
+ * Retry flaky HuggingFace model download in voice assembly by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/116
8
+ * Fix/voice model download retry by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/117
9
+ * Drop AppImage (Linux deb+rpm only) and gate full builds to tags by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/118
10
+ * Dev by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/119
11
+ * Fix voice breaking on every tool use (operation aborted) by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/120
12
+ * Dev by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/121
5
13
 
6
14
 
7
- **Full Changelog**: https://github.com/SolaceHarmony/emberharmony/compare/v1.4.1...v1.4.2
15
+ **Full Changelog**: https://github.com/SolaceHarmony/emberharmony/compare/v1.4.5...v1.4.6
package/bin/emberharmony CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesolaceproject/emberharmony-linux-arm64-musl",
3
- "version": "1.4.2",
3
+ "version": "1.4.6",
4
4
  "os": [
5
5
  "linux"
6
6
  ],