macOS 用户首次安装提示
下载 DMG 拖入 /Applications 后,必须在终端运行:
:::bash
xattr -cr /Applications/OpenLess.app
否则 Gatekeeper 会提示「OpenLess 已损坏」——这是因为当前 build 用 ad-hoc 签名、没做 Apple 公证。
渠道说明
- 以
-tauri结尾的 tag 是正式版(自动推送给所有 in-app 检查更新的用户)。 - 以
-beta-tauri结尾的 tag 是 Beta 版(GitHub 标 pre-release,不通过 in-app updater 推送给正式版用户;只对在「设置 → 关于 → 加入 Beta 渠道」开关切到 Beta 的用户可见,且需要手动从此页面下载安装)。
What's Changed
- fix(windows): 修正 LeftOption 映射到左 Alt by @weikeyi in https://github.com/Open-Less/openless/pull/382
- 修复 Style 总开关关闭后的兜底风格 by @H-Chris233 in https://github.com/Open-Less/openless/pull/383
- 接入百炼 DashScope 实时 ASR by @H-Chris233 in https://github.com/Open-Less/openless/pull/385
- fix(hotkey): MacHotkeyAdapter::shutdown stops CFRunLoop + tap [严重] by @appergb in https://github.com/Open-Less/openless/pull/388
- fix(coordinator): clear focus_target on cancel regardless of phase by @appergb in https://github.com/Open-Less/openless/pull/387
- fix(types): align TS UserPreferences with Rust update_channel by @appergb in https://github.com/Open-Less/openless/pull/386
- fix(coordinator): add shutdown flag to supervisor + dispatcher loops [中] by @appergb in https://github.com/Open-Less/openless/pull/392
- fix(coordinator): block QA edge routing while dictation runs [高] by @appergb in https://github.com/Open-Less/openless/pull/390
- fix(insertion): make Windows/Linux paste shortcut configurable (#360) by @appergb in https://github.com/Open-Less/openless/pull/377
- fix(coordinator): wrap audio-mute shellouts in spawn_blocking [中] by @appergb in https://github.com/Open-Less/openless/pull/391
- fix(coordinator): marshal capsule show/hide to main thread [高] by @appergb in https://github.com/Open-Less/openless/pull/389
- fix(coordinator): post-audit logic-review hotfixes by @appergb in https://github.com/Open-Less/openless/pull/393
- fix(vault): cache CredsRoot in process to stop repeated Keychain prompts by @appergb in https://github.com/Open-Less/openless/pull/394
- chore: bump version to 1.2.24-7 (Beta-7) by @appergb in https://github.com/Open-Less/openless/pull/395
- 支持自定义听写纠正规则 by @H-Chris233 in https://github.com/Open-Less/openless/pull/396
- feat(settings): hide local ASR behind new Advanced tab + confirm dialog by @appergb in https://github.com/Open-Less/openless/pull/400
- feat(llm): Google Gemini provider + fix LLM provider switch by @appergb in https://github.com/Open-Less/openless/pull/398
- docs: codify subagent-mediated API / library / platform research workflow by @appergb in https://github.com/Open-Less/openless/pull/397
- feat(settings): cross-platform parity for local ASR by @appergb in https://github.com/Open-Less/openless/pull/403
- Add Codex OAuth LLM provider by @BBossss in https://github.com/Open-Less/openless/pull/401
- feat: 增加渠道级 LLM 思考模式开关 by @H-Chris233 in https://github.com/Open-Less/openless/pull/404
- fix(windows-ci): WiX 工具按 WixTools* 通配查找,避免 Tauri 升级后路径失效 by @weikeyi in https://github.com/Open-Less/openless/pull/405
- polish: refine ROLE_BLOCK to preserve user intent by @appergb in https://github.com/Open-Less/openless/pull/410
- docs: refresh CLAUDE.md + localize empty-ASR capsule message by @appergb in https://github.com/Open-Less/openless/pull/411
- fix(hotkey): 250ms debounce on pressed-edge dispatch by @appergb in https://github.com/Open-Less/openless/pull/409
- feat(capsule): animated thinking shine indicator by @appergb in https://github.com/Open-Less/openless/pull/408
- refactor(ui): Collapsible groups in Settings & Vocab by @appergb in https://github.com/Open-Less/openless/pull/407
- feat: cross-platform streaming polish output (Win/Linux/macOS) by @appergb in https://github.com/Open-Less/openless/pull/412
New Contributors
- @BBossss made their first contribution in https://github.com/Open-Less/openless/pull/401
Full Changelog: https://github.com/Open-Less/openless/compare/v1.2.24-6-beta-tauri...v1.3.0-tauri
macOS 用户首次安装提示
下载 DMG 拖入 /Applications 后,必须在终端运行:
:::bash
xattr -cr /Applications/OpenLess.app
否则 Gatekeeper 会提示「OpenLess 已损坏」——这是因为当前 build 用 ad-hoc 签名、没做 Apple 公证。
渠道说明
- 以
-tauri结尾的 tag 是正式版(自动推送给所有 in-app 检查更新的用户)。 - 以
-beta-tauri结尾的 tag 是 Beta 版(GitHub 标 pre-release,不通过 in-app updater 推送给正式版用户;只对在「设置 → 关于 → 加入 Beta 渠道」开关切到 Beta 的用户可见,且需要手动从此页面下载安装)。
macOS 用户首次安装提示
下载 DMG 拖入 /Applications 后,必须在终端运行:
:::bash
xattr -cr /Applications/OpenLess.app
否则 Gatekeeper 会提示「OpenLess 已损坏」——这是因为当前 build 用 ad-hoc 签名、没做 Apple 公证。
渠道说明
- 以
-tauri结尾的 tag 是正式版(自动推送给所有 in-app 检查更新的用户)。 - 以
-beta-tauri结尾的 tag 是 Beta 版(GitHub 标 pre-release,不通过 in-app updater 推送给正式版用户;只对在「设置 → 关于 → 加入 Beta 渠道」开关切到 Beta 的用户可见,且需要手动从此页面下载安装)。
macOS 用户首次安装提示
下载 DMG 拖入 /Applications 后,必须在终端运行:
:::bash
xattr -cr /Applications/OpenLess.app
否则 Gatekeeper 会提示「OpenLess 已损坏」——这是因为当前 build 用 ad-hoc 签名、没做 Apple 公证。
渠道说明
- 以
-tauri结尾的 tag 是正式版(自动推送给所有 in-app 检查更新的用户)。 - 以
-beta-tauri结尾的 tag 是 Beta 版(GitHub 标 pre-release,不通过 in-app updater 推送给正式版用户;只对在「设置 → 关于 → 加入 Beta 渠道」开关切到 Beta 的用户可见,且需要手动从此页面下载安装)。