diff --git a/CURRENT b/CURRENT index 375156a4..b3163df0 100644 --- a/CURRENT +++ b/CURRENT @@ -1,2 +1,2 @@ [current] -tag = 2.6.8 +tag = 2.6.9 diff --git a/RELEASE.md b/RELEASE.md index c945b592..bb341e4b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,15 @@ # 版本更新记录 +## 2.6.9(2024/08/05) + +**Fix 🐛** + +- Cmd.sudo_run_cmd增加workdir功能 +- 将run_cmd固定shell默认指定为/bin/bash +- 临时处理input_message方法,在wayland输入中文末尾多出空格的问题 +- 修改部署客户端设备youqu环境时,阻塞在密码输入 +- 扩展OCR断言支持区域断言,提升精准度,优化OCR识别范围筛选方法 + ## 2.6.8(2024/07/15) **New 🌟** diff --git a/package.json b/package.json index 3c422ced..7891ed9b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.6.8", + "version": "2.6.9", "devDependencies": { "busuanzi.pure.js": "^1.0.3", "markdown-it-mathjax3": "^4.3.2", diff --git a/pyproject.toml b/pyproject.toml index 65e33e91..ea1e604d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "youqu" -version = "2.6.8" +version = "2.6.9" authors = [ { name = "mikigo", email = "huangmingqiang@uniontech.com" }, ]