NexaAct 0.1.2
Release Notes
English
- Added Windows build support.
- Added per-conversation account selection for third-party Cloudflare and GitHub integrations, so each conversation can use its own configured account.
- Added NexaBrowse support. NexaBrowse can now be downloaded from the browser section in Settings, and when it is selected as the default browser, NexaAct can automatically use and control NexaBrowse to browse webpages.
中文
- 新增 Windows 版本支持。
- 新增每个对话独立设置第三方 Cloudflare 和 GitHub 账号的能力,每个对话可以使用各自配置的账号。
- 新增 NexaBrowse 支持。现在可以在设置页面的浏览器选项中下载 NexaBrowse;当 NexaBrowse 被设置为默认浏览器时,NexaAct 可以自动使用并操控 NexaBrowse 浏览网页。
Installation Notes
English
- If macOS says "NexaAct" is damaged and can't be opened, Gatekeeper quarantine is usually blocking this non-App-Store build because it may not be Apple-notarized yet. Move NexaAct to Applications, then run:
xattr -dr com.apple.quarantine /Applications/NexaAct.app- If the DMG is blocked before installation, run this on the downloaded DMG first, then open it again:
xattr -dr com.apple.quarantine ~/Downloads/NexaAct_0.1.2_aarch64.dmg- This only removes the download quarantine flag for NexaAct. It does not change app data or workspace files.
中文
- 如果 macOS 提示“NexaAct 已损坏,无法打开”,通常是 Gatekeeper quarantine 阻止了未公证的站外分发版本。把 NexaAct 移到 Applications 后运行:
xattr -dr com.apple.quarantine /Applications/NexaAct.app- 如果 DMG 打不开,先对下载的 DMG 运行下面命令,再重新打开:
xattr -dr com.apple.quarantine ~/Downloads/NexaAct_0.1.2_aarch64.dmg- 这只会移除 NexaAct 的下载隔离标记,不会修改应用数据或项目文件。