Skip to content

Commit b5dddb4

Browse files
author
baiqing
committed
chore(release): bump version to 1.3.4-10 (Beta) — Windows 流式插入 12ms flush
合并 #502(fix(windows): buffer streaming SendInput events): SSE delta 在 12ms 时间窗内合并后再调用 type_unicode_chunk, 显著降低 Windows 流式输入路径上的 SendInput 调用频率与 CPU 占用。 mpsc 由 tokio unbounded 切到 std sync::mpsc,typer 任务里 用 recv_timeout 实现 flush 窗口,断开/失败后仍能 drain 完剩余 delta, 并把缓冲写入逻辑抽到 flush_streaming_insert_buffer 单元函数。 本次只动版本号,逻辑改动已在 #502 落盘。
1 parent 2996913 commit b5dddb4

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.4-9",
4+
"version": "1.3.4-10",
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.4-9"
3+
version = "1.3.4-10"
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.4-9",
4+
"version": "1.3.4-10",
55
"identifier": "com.openless.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)