@thesolaceproject/emberharmony-darwin-arm64 1.4.0 → 1.4.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.
@@ -1,75 +1,7 @@
1
1
  ## What's Changed
2
- * EmberHarmony 1.1.0 rebrand, security patches, gtk cleanup by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/1
3
- * fix(security): add checksum verification to install script by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/22
4
- * fix(security): prevent TOCTOU and symlink attacks in file operations by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/23
5
- * EmberHarmony 1.2.2 — security hardening, Ollama auto-discovery, CI fi… by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/26
6
- * [WIP] Fix security: encrypt credentials at rest instead of plaintext JSON by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/29
7
- * fix(security): vendor models-snapshot.ts instead of fetching from models.dev at build time by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/28
8
- * Skip model-dependent E2E tests on CI (no provider credentials) by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/30
9
- * Fix/branding by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/27
10
- * Add mock provider for CI E2E model picker tests by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/31
11
- * build(deps): bump dompurify from 3.3.3 to 3.4.0 in /packages/ui by @dependabot[bot] in https://github.com/SolaceHarmony/emberharmony/pull/33
12
- * build(deps): bump rustls-webpki from 0.103.10 to 0.103.13 in /packages/desktop/src-tauri by @dependabot[bot] in https://github.com/SolaceHarmony/emberharmony/pull/32
13
- * Potential fix for code scanning alert no. 17: Creating biased random numbers from a cryptographically secure source by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/36
14
- * build(deps): bump astro from 5.18.1 to 6.1.6 in /packages/web by @dependabot[bot] in https://github.com/SolaceHarmony/emberharmony/pull/34
15
- * Potential fix for code scanning alert no. 18: Server-side request forgery by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/35
16
- * build(deps): bump @astrojs/cloudflare from 12.6.11 to 13.1.10 in /packages/web by @dependabot[bot] in https://github.com/SolaceHarmony/emberharmony/pull/37
17
- * Potential fix for code scanning alert no. 23: Workflow does not contain permissions by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/38
18
- * fix(deps): bump h3/astro/wrangler + close 4 CVEs to unstick build by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/40
19
- * Potential fix for code scanning alert no. 19: Uncontrolled command line by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/39
20
- * Snapshot local working changes by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/41
21
- * build(deps): bump astro from 6.1.6 to 6.1.10 in /packages/web by @dependabot[bot] in https://github.com/SolaceHarmony/emberharmony/pull/43
22
- * build(deps): bump tauri from 2.10.3 to 2.11.1 in /packages/desktop/src-tauri by @dependabot[bot] in https://github.com/SolaceHarmony/emberharmony/pull/42
23
- * Fix MessageTimeline crash and update actions for enterprise compliance by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/44
24
- * Fix/enterprise actions by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/45
25
- * Remove Docker and AUR publishing from workflow by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/46
26
- * Restore version to 1.3.0 by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/47
27
- * Restore version to 1.3.0 by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/50
28
- * Pixel-perfect rebranding and CI quarantine by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/51
29
- * Fix publish workflow: restore build tasks on push to dev, remove duplicate quarantine by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/52
30
- * Repair publish workflow gates for main-as-default by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/53
31
- * ci: reusable build workflow + per-merge CI + CodeQL by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/54
32
- * ci: fix reusable-workflow permissions and tighten YAML hygiene by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/55
33
- * Add Rust CodeQL coverage with buildless extraction by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/56
34
- * Rename test workflow to 'Tests' by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/57
35
- * chore(security): upgrade nitro to 3.0.260429-beta (CVE-2026-44373) by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/58
36
- * Remove sydneyrenee launch config by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/59
37
- * Restore corrected EmberHarmony asset variants by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/60
38
- * Remove SST runtime integration by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/61
39
- * Merge dev into main: cleanup, rebrand, and CI/security updates by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/62
40
- * Harden version sync & publish: fail-loud over silent fallbacks by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/63
41
- * Refreshing dev from main by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/64
42
- * Merge pull request #64 from SolaceHarmony/main by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/65
43
- * Remove upstream PR template; lock CI out of default-token writes by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/66
44
- * Tag-driven releases: tag names the artifacts, version.json names the build by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/67
45
- * Address PR #68 review: API user-agent, yarn support, portable hashing, tag validation order by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/69
46
- * Merge dev into main: human-controlled releases, tag-driven artifacts, CI write lockdown by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/68
47
- * Channel from the pre-release flag with main-ancestry enforcement; gate npm on assets by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/70
48
- * Disable build/typecheck caching: every verification runs from scratch by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/71
49
- * Make the desktop local build self-contained: declared requirements, preflight, no notarization by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/72
50
- * Restore Tauri desktop build and desktop asset upload to CI by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/73
51
- * Fix Tauri CI build: rustup target and action input fixes by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/75
52
- * Re-enable desktop artifact upload, drop Intel macOS by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/76
53
- * Fix/restore tauri build by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/78
54
- * Pass EMBERHARMONY_RELEASE and EMBERHARMONY_TARGET to desktop Prepare … by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/80
55
- * Fix tauri-action: pin to v0.6.2, use correct artifact inputs by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/82
56
- * Fix/tauri action inputs by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/83
57
- * 1.3.1-dev by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/77
58
- * Catch up dev from main. by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/84
59
- * Merge pull request #84 from SolaceHarmony/main by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/85
60
- * Merge pull request #85 from SolaceHarmony/dev by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/86
61
- * Fix notarization by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/87
62
- * Add debug workflow to check APPLE_API_KEY format by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/88
63
- * Migrating more fixes by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/89
64
- * Merge pull request #89 from SolaceHarmony/dev by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/90
65
- * Merge pull request #90 from SolaceHarmony/main by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/91
66
- * LiveKit voice mode: hands-free sessions on desktop by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/92
67
- * Security: fix code-scanning and dependabot findings by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/93
68
- * Release 1.4.0: voice mode + security fixes by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/95
69
- * Release 1.4.0 by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/96
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
70
5
 
71
- ## New Contributors
72
- * @sydneyrenee made their first contribution in https://github.com/SolaceHarmony/emberharmony/pull/22
73
- * @dependabot[bot] made their first contribution in https://github.com/SolaceHarmony/emberharmony/pull/33
74
6
 
75
- **Full Changelog**: https://github.com/SolaceHarmony/emberharmony/commits/v1.4.0
7
+ **Full Changelog**: https://github.com/SolaceHarmony/emberharmony/compare/v1.4.1...v1.4.2
package/bin/emberharmony CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesolaceproject/emberharmony-darwin-arm64",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "os": [
5
5
  "darwin"
6
6
  ],