Skip to content

Kaspa SilverScript Studio v0.2.5

Choose a tag to compare

@github-actions github-actions released this 07 Aug 12:19
· 3 commits to main since this release

Kaspa SilverScript Studio v0.2.5

This macOS reliability release fixes the bundled Node/V8 sidecar being terminated by SIGTRAP during startup on Apple Silicon.

macOS desktop fixes

  • Adds the minimum com.apple.security.cs.allow-jit entitlement required when Node/V8 runs under the macOS Hardened Runtime.
  • Keeps the more permissive unsigned-executable-memory and disabled-library-validation exceptions disabled.
  • Requires the native macOS Runner to execute V8 code from the signed packaged sidecar and successfully query /api/health and /api/templates before a DMG can be published.

The Windows path normalization, backend diagnostics, automatic recovery, and WebView2 loopback handling introduced in v0.2.4 remain included.


中文说明

本次 macOS 稳定性更新修复了 Apple Silicon 上内置 Node/V8 sidecar 启动时被 SIGTRAP 终止的问题。

macOS 桌面端修复

  • 增加 Node/V8 在 macOS Hardened Runtime 下运行所需的最小 com.apple.security.cs.allow-jit entitlement。
  • 不启用权限更宽的 unsigned-executable-memory 和 disabled-library-validation 例外。
  • macOS 原生 Runner 必须让已签名的打包 sidecar 执行 V8 代码,并成功访问 /api/health/api/templates,否则不允许发布 DMG。

v0.2.4 增加的 Windows 路径规范化、后端诊断、自动恢复与 WebView2 回环处理继续保留。