Skip to content

N1KO-STATE v1.0.7

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 14:20

N1KO-STATE v1.0.7

Intel startup hotfix — fixes a crash on Intel Macs after updating to v1.0.6.

Intel 启动热修版本 — 修复 Intel Mac 更新到 v1.0.6 后启动崩溃的问题。


Download / 下载

Asset Description
N1KO-STATE.dmg Universal binary (Apple Silicon + Intel). Drag to Applications.
N1KO-STATE-sparkle.zip In-app updater archive used by Sparkle. Normal manual installs should use the DMG.
appcast.xml Sparkle update feed for automatic update checks.

Install note: If macOS blocks the ad-hoc signed app on first launch, run xattr -cr /Applications/N1KO-STATE.app in Terminal. You can also right-click N1KO-STATE.app -> Open on first launch.

安装说明: 如果首次打开被 macOS 拦截,优先在「终端」执行 xattr -cr /Applications/N1KO-STATE.app。也可以右键 N1KO-STATE.app -> 打开(仅首次需要)。


What's New / 本版本内容

Intel Startup Reliability / Intel 启动可靠性

  • Fixed an Intel-only startup crash in the early SwiftUI Settings scene path.

  • Made theme application safe during app bootstrap by avoiding the launch-time NSApp implicit optional access that could trap before AppKit finished initialization.

  • 修复 Intel 设备上 SwiftUI Settings 场景提前初始化时可能触发的启动崩溃。

  • 主题应用逻辑改为启动期安全写法,避免在 AppKit 完成初始化前访问 NSApp 隐式可选值导致 trap。

Versioning / 版本同步

  • Updated app version metadata to 1.0.7 / build 107.

  • Updated README version badge and footer.

  • 应用版本元数据更新为 1.0.7 / build 107

  • README 版本徽章和页脚同步更新。


Regression verified / 回归验证

  • swift test passed
  • Universal DMG build passed
  • Universal app binary verified as x86_64 arm64

Full changelog / 完整变更

Full changelog: v1.0.7 tag