macOS 用户首次安装提示
下载 DMG 拖入 /Applications 后,必须在终端运行:
:::bash
xattr -cr /Applications/OpenLess.app
否则 Gatekeeper 会提示「OpenLess 已损坏」——这是因为当前 build 用 ad-hoc 签名、没做 Apple 公证。
渠道说明
- 以
-tauri结尾的 tag 是正式版(自动推送给所有 in-app 检查更新的用户)。 - 以
-beta-tauri结尾或包含-Beta.N-tauri的 tag 是 Beta 版(GitHub 标 pre-release,不通过 in-app updater 推送给正式版用户;只对在「设置 → 关于 → 加入 Beta 渠道」开关切到 Beta 的用户可见,且需要手动从此页面下载安装)。
行为变更提示
- 流式输入默认开启;不兼容场景会自动回落到一次性插入。可在「设置 → 高级」关闭。
- 流式输入成功后默认把最终文本同步到剪贴板,方便再次粘贴;可在「设置 → 高级」关闭。
What's Changed
- [cask] openless 1.3.16 (auto from release) [skip ci] by @appergb in https://github.com/Open-Less/openless/pull/921
- feat(settings): 本地 ASR 模型管理重构 + 提供商界面颜色/动画统一 by @appergb in https://github.com/Open-Less/openless/pull/922
- feat(settings): 模型 ID 直选 ASR 供应商 + 看板右侧布局改版 + 弹窗重合 by @appergb in https://github.com/Open-Less/openless/pull/923
- fix(windows-ime): TSF 插入后输入法未切回原输入法(#852) by @H-Chris233 in https://github.com/Open-Less/openless/pull/914
- fix(asr): 删除 retranscribe 里重复的 ElevenLabs 匹配分支 by @bigsongeth in https://github.com/Open-Less/openless/pull/906
- feat(overview): 「近 7 天」脱离历史 200 条上限,并支持近 7/30 天 × 条数/字数/时长切换 by @bigsongeth in https://github.com/Open-Less/openless/pull/909
- fix(translation): 翻译不会生效时不再进入翻译态(胶囊误报 + 空转 LLM) by @bigsongeth in https://github.com/Open-Less/openless/pull/908
- feat(history): 记录插入目标应用;详情页支持重试与换风格重新润色;条目显示真实风格包名 by @bigsongeth in https://github.com/Open-Less/openless/pull/910
- fix(local-asr): 下载进度全局浮层 + 进度节流 + 取消清理 + 看板过滤 + 3s 文件监测 by @appergb in https://github.com/Open-Less/openless/pull/925
- feat(selection-polish): 选中润色移植到 macOS(前台应用+选区指纹校验、默认右 Option 热键) by @appergb in https://github.com/Open-Less/openless/pull/926
- feat(pipeline): 多模态识别管线(实验性),传统/多模态模式与 omni 凭据隔离 (#902) by @H-Chris233 in https://github.com/Open-Less/openless/pull/924
- feat(selection-polish): Linux 支持——fcitx5 插件热键路由 + PRIMARY 选区校验 by @appergb in https://github.com/Open-Less/openless/pull/927
- fix(local-asr): 下载弹窗全量目录 + 抖动/模糊修复 + HF 模型卡片 by @appergb in https://github.com/Open-Less/openless/pull/928
- feat(android): 可选 Shizuku 与三层跨应用粘贴回退 by @HKLHaoBin in https://github.com/Open-Less/openless/pull/932
- feat(providers): LLM/ASR 供应商改成渠道卡片——同一家可存多把 key,排序即优先级 by @bigsongeth in https://github.com/Open-Less/openless/pull/918
- feat: 让词典自己长——手改一次,它就记住(光标上下文 + 手改学词 + 热词预算优先级) by @bigsongeth in https://github.com/Open-Less/openless/pull/917
- feat(hotkeys): 风格包直达快捷键——按风格包 ID 绑定自定义全局键(#759) by @bigsongeth in https://github.com/Open-Less/openless/pull/930
- fix(windows): show and activate custom style packs from tray menu by @H-Chris233 in https://github.com/Open-Less/openless/pull/933
- fix(provider): allow custom LLM HTTP hostnames (#929) by @H-Chris233 in https://github.com/Open-Less/openless/pull/935
- fix(asr): 火山 ApiKey 模式改用官方端点,修复 45000010 (#931) by @H-Chris233 in https://github.com/Open-Less/openless/pull/936
- fix(deps): resolve memmap2 and rkyv advisories for [#815] by @H-Chris233 in https://github.com/Open-Less/openless/pull/938
- feat(marketplace): 支持风格包 ZIP 下载与跨设备导入 by @H-Chris233 in https://github.com/Open-Less/openless/pull/942
- chore(ci): optimize CI caching, concurrency, and Tauri security by @lispking in https://github.com/Open-Less/openless/pull/937
- fix(asr): 火山渠道「验证」接入真实 WS 连通检查,修复必报「API Key 为空」 by @bigsongeth in https://github.com/Open-Less/openless/pull/944
- fix(ui): keep delete action visible for long vocabulary entries by @H-Chris233 in https://github.com/Open-Less/openless/pull/951
- fix(windows): allow synthetic hotkeys to trigger OpenLess by @H-Chris233 in https://github.com/Open-Less/openless/pull/948
- chore(release): prepare 1.3.17 stable by @appergb in https://github.com/Open-Less/openless/pull/955
New Contributors
- @lispking made their first contribution in https://github.com/Open-Less/openless/pull/937
Full Changelog: https://github.com/Open-Less/openless/compare/v1.3.16-tauri...v1.3.17-tauri
Android 安装说明
- 推荐:真机下载
OpenLess_<version>_arm64-v8a.apk(arm64 设备)。 - 模拟器:x86_64 模拟器用
OpenLess_<version>_x86_64.apk。 - 首次安装需在系统设置中允许「安装未知应用」;应用内更新会拉起系统安装器。
- adb 调试:
adb install -r OpenLess_<version>_arm64-v8a.apk
Android 应用内更新
- Stable 用户检查
latest-android-aarch64.json(及 mirror 变体)。 - Beta 用户(设置 → 高级 → 加入 Beta)检查带
-beta后缀的 manifest。