Skip to content

Commit 116e6aa

Browse files
author
mikigo
committed
release for 2.6.9
1 parent ad6fe32 commit 116e6aa

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CURRENT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[current]
2-
tag = 2.6.8
2+
tag = 2.6.9

RELEASE.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# 版本更新记录
22

3+
## 2.6.9(2024/08/05)
4+
5+
**Fix 🐛**
6+
7+
- Cmd.sudo_run_cmd增加workdir功能
8+
- 将run_cmd固定shell默认指定为/bin/bash
9+
- 临时处理input_message方法,在wayland输入中文末尾多出空格的问题
10+
- 修改部署客户端设备youqu环境时,阻塞在密码输入
11+
- 扩展OCR断言支持区域断言,提升精准度,优化OCR识别范围筛选方法
12+
313
## 2.6.8(2024/07/15)
414

515
**New 🌟**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.6.8",
2+
"version": "2.6.9",
33
"devDependencies": {
44
"busuanzi.pure.js": "^1.0.3",
55
"markdown-it-mathjax3": "^4.3.2",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "youqu"
7-
version = "2.6.8"
7+
version = "2.6.9"
88
authors = [
99
{ name = "mikigo", email = "[email protected]" },
1010
]

0 commit comments

Comments
 (0)