Skip to content

Commit d3f56c2

Browse files
author
baiqing
committed
chore(release): v1.3.1-20 — Wayland callout 三命令 + Qwen3-ASR 长语音修复
- PR #433:Wayland callout 补全 --toggle-qa / --cancel-dictation 三命令并列 + 五语言同步翻译 - PR #434:本地 Qwen3-ASR 末段静默 padding 修末 chunk 丢内容; 动态超时 max(15, ceil(audio_s × 0.6) + 10) 修长录音超时
1 parent 1ab0807 commit d3f56c2

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

openless-all/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openless-all/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openless-app",
33
"private": true,
4-
"version": "1.3.1-19",
4+
"version": "1.3.1-20",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

openless-all/app/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openless-all/app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openless"
3-
version = "1.3.1-19"
3+
version = "1.3.1-20"
44
description = "OpenLess — local voice input that types where your cursor is"
55
authors = ["OpenLess"]
66
edition = "2021"

openless-all/app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenLess",
4-
"version": "1.3.1-19",
4+
"version": "1.3.1-20",
55
"identifier": "com.openless.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)