Skip to content

OpenLess v1.3.15-Beta.1-tauri

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jul 09:35
033eb5e

macOS 用户首次安装提示

下载 DMG 拖入 /Applications 后,必须在终端运行:

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

  • fix(history): 润色为空时「复制」回退到原文 + 原文面板独立复制入口 (#751) by @katanumahotori in #752
  • Add extra headers support for custom LLM providers by @Duyi-Wang in #739
  • 集成 1.3.14 → beta(主窗 UI 大改 + 一批 fix/feat) by @appergb in #761
  • fix(deps): 升级 tauri-plugin-shell 至 2.3.5 修复 CRITICAL 漏洞 (GHSA-c9pr-q8gx-3mgp) by @appergb in #763
  • feat(asr): 火山引擎说话人分离,过滤非主要说话人 by @Shicongcoding in #760
  • docs: 用协调沉降定律重构 README 能力/增强叙事(开屏即授权完基础设施) by @appergb in #765
  • fix(audio-cue): recover when resume() is rejected or wakes non-running by @appergb in #757
  • fix(windows-ime): stop explorer.exe AppHang from IME pipe server shutdown by @appergb in #764
  • feat: 统一聊天面板(官方 shadcn)+ 1.3.14 审计修复批 + CVE 补丁 by @appergb in #767
  • fix(asr): 百炼连接检查修复验证必败(EmptyAudio)并真实校验连通性与协议头 by @bigsongeth in #773
  • Fix stale settings saves resetting style selection by @snvtac in #747
  • fix(asr): 修复 Windows 本地长语音只识别前段 by @Duyi-Wang in #769
  • feat(hotkey): 录音方式新增「自动」——短按=切换式,长按=按住说话 by @bigsongeth in #789
  • feat(asr): 新增百炼 Qwen3-ASR-Flash 实时供应商(OpenAI Realtime WS 协议) by @bigsongeth in #775
  • feat(ux): 三个小改进——Esc 立即收起胶囊 / 概览复制按钮 / 历史页 ⌘R 刷新 by @bigsongeth in #790
  • feat(settings): 设置项悬停显示功能说明,降低 Less Computer / 录音胶囊等的理解门槛 by @bigsongeth in #777
  • fix(prefs): 解析失败时逐字段抢救+备份,避免升级改 schema 静默清空设置 by @bigsongeth in #791
  • fix(settings/overview): 清理 Windows 上不适用的 UI 选项/标签/布局 by @bigsongeth in #799
  • fix(dictation): 转写阶段可中断——按 Esc 立即取消在途 ASR 请求 by @bigsongeth in #798
  • fix(local-asr): 本地 Qwen3 模型在云端 provider 下误标「当前使用」 by @bigsongeth in #794
  • feat(asr): 百炼 ASR 支持 fun-asr-flash 并统一三协议为单一入口 by @bigsongeth in #793
  • fix(linux): prevent startup panic from unrealized capsule GDK window | fix(linux): 修复胶囊窗口因 GDK 未实例化导致的启动崩溃 by @yuanchenglu in #792
  • fix(cask): update Homebrew package to v1.3.14 by @appergb in #802
  • fix(security): patch RustSec dependency advisories by @appergb in #809
  • feat(asr): add ElevenLabs Scribe v2 provider by @appergb in #807
  • fix(security): bound style-pack ZIP imports by @appergb in #819
  • fix(security): redact Less Computer approval tokens by @appergb in #820
  • fix(ui): 隔离设置弹窗打开时的后台滚动区域 by @H-Chris233 in #776
  • fix(android): break IPC settings barrel cycle by @appergb in #827
  • test: pin local tsx runner by @appergb in #828
  • test(windows): repair and enforce UI config contract by @appergb in #829
  • fix(security): authenticate marketplace writes with GitHub OAuth by @appergb in #816
  • fix(security): harden remote pairing PIN persistence by @appergb in #821
  • fix(security): redact provider URL log secrets by @appergb in #831
  • build(macos): 校验打包产物声明语音识别用途 by @Breadswim in #825
  • ci: execute all frontend and contract tests by @appergb in #832
  • fix(asr): Apple Speech 保留停顿分段,修复停顿前内容丢失 by @Breadswim in #824
  • fix(updater): discover modern Beta release tags by @appergb in #833
  • chore(release): prepare 1.3.15-Beta.1 by @appergb in #834

New Contributors

Full Changelog: v1.3.13-Beta.1-tauri...v1.3.15-Beta.1-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。