Skip to content

Releases: hza2002/shuohua

v0.2.0

24 Jun 05:08
v0.2.0
7fff199

Choose a tag to compare

安装

下载下方 shuo-v0.2.0-aarch64-apple-darwin.tar.gz

tar -xzf shuo-v0.2.0-aarch64-apple-darwin.tar.gz
cd shuo-v0.2.0-aarch64-apple-darwin
xattr -d com.apple.quarantine ./shuo
mkdir -p ~/.local/bin
install -m 755 ./shuo ~/.local/bin/shuo
shuo doctor

请确认 ~/.local/bin 已在 PATH 中。

校验 SHA256:

shasum -a 256 -c shuo-v0.2.0-aarch64-apple-darwin.tar.gz.sha256

后续升级可运行:

shuo update
shuo service restart
shuo doctor

⚠️ 权限说明(必读)

本版本未做 Apple Developer ID 签名,首次安装与每次升级都需要重新授权两项权限:

  • Microphone(录音)
  • Accessibility(监听全局热键 + 合成 Cmd+V 上屏)

升级后跑 shuo doctor 会检测并提示需要重新授权的项。这是 macOS TCC 对未签名程序的默认行为,详细原因见 release.md

变更内容

CHANGELOG.md 本版本对应段落。

Full Changelog: v0.1.2...v0.2.0

v0.1.2

22 Jun 05:52
v0.1.2
c9a5b1d

Choose a tag to compare

安装

下载下方 shuo-*-aarch64-apple-darwin.tar.gz

tar -xzf shuo-*-aarch64-apple-darwin.tar.gz
cd shuo-*-aarch64-apple-darwin
xattr -d com.apple.quarantine ./shuo
mv shuo /usr/local/bin/
shuo doctor

校验 sha256:与同名 .sha256 文件内容比对。

⚠️ 权限说明(必读)

本版本未做 Apple Developer ID 签名,首次安装与每次升级都需要重新授权两项权限:

  • Microphone(录音)
  • Accessibility(监听全局热键 + 合成 Cmd+V 上屏)

升级后跑 shuo doctor 会检测并提示需要重新授权的项。这是 macOS TCC 对未签名程序的默认行为,详细原因见 release.md

变更内容

CHANGELOG.md 本版本对应段落。

Full Changelog: v0.1.1...v0.1.2

v0.1.1

22 Jun 03:50
v0.1.1
4d88a53

Choose a tag to compare

安装

下载下方 shuo-*-aarch64-apple-darwin.tar.gz

tar -xzf shuo-*-aarch64-apple-darwin.tar.gz
cd shuo-*-aarch64-apple-darwin
xattr -d com.apple.quarantine ./shuo
mv shuo /usr/local/bin/
shuo doctor

校验 sha256:与同名 .sha256 文件内容比对。

⚠️ 权限说明(必读)

本版本未做 Apple Developer ID 签名,首次安装与每次升级都需要重新授权两项权限:

  • Microphone(录音)
  • Accessibility(监听全局热键 + 合成 Cmd+V 上屏)

升级后跑 shuo doctor 会检测并提示需要重新授权的项。这是 macOS TCC 对未签名程序的默认行为,详细原因见 release.md

变更内容

CHANGELOG.md 本版本对应段落。

Full Changelog: v0.1.0...v0.1.1

v0.1.0

21 Jun 19:07
v0.1.0
8f40918

Choose a tag to compare

安装

下载下方 shuo-*-aarch64-apple-darwin.tar.gz

tar -xzf shuo-*-aarch64-apple-darwin.tar.gz
cd shuo-*-aarch64-apple-darwin
xattr -d com.apple.quarantine ./shuo
mv shuo /usr/local/bin/
shuo doctor

校验 sha256:与同名 .sha256 文件内容比对。

⚠️ 权限说明(必读)

本版本未做 Apple Developer ID 签名,首次安装与每次升级都需要重新授权两项权限:

  • Microphone(录音)
  • Accessibility(监听全局热键 + 合成 Cmd+V 上屏)

升级后跑 shuo doctor 会检测并提示需要重新授权的项。这是 macOS TCC 对未签名程序的默认行为,详细原因见 RELEASE.md

变更内容

CHANGELOG.md 本版本对应段落。