Skip to content

Commit

Permalink
publish: update version to 1.2.12.1222
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGGSONG committed Dec 22, 2024
1 parent 22c323d commit 5fc1ffd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
20 changes: 9 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
## 更新

- 新增: 可选截图翻译识别文字后自动复制
- 优化: 翻译时取消显示提示信息
- 优化: 优化输入框选中后粘贴的文本
- 优化: AzureTTS EdgeTTS下拉框卡顿的问题
- 优化: 替换翻译添加服务打印
- 优化: 优化划词后焦点位置
- 优化: 移除显示、隐藏输入框时UI通知
- 修复: 鼠标划词 Adobe Acrobat Pro 取词失败的问题
- 修复: DeepL服务目标语种中文繁体失效的问题

**完整更新日志:** [1.2.10.1117...1.2.11.1121](https://github.com/ZGGSONG/STranslate/compare/1.2.10.1117...1.2.11.1121)
- 新增: 输入框高度可配置
- 优化: 优化常规配置保存卡顿的现象, 提高软件流畅性
- 优化: 切换自动翻译资源释放, 优化软件内存占用
- 优化: 主窗口在AltTab页面的显示隐藏
- 优化: LLM服务API路径为空时才使用默认路径
- 修复: 部分软件取词缺失的问题, 感谢 @asural
- 修复: 修复了添加服务与服务列表不同步的问题 #283

**完整更新日志:** [1.2.11.1121...1.2.12.1222](https://github.com/ZGGSONG/STranslate/compare/1.2.11.1121...1.2.12.1222)

## 离线数据

Expand Down
4 changes: 2 additions & 2 deletions src/STranslate/STranslate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationManifest>app.manifest</ApplicationManifest>
<PlatformTarget>x64</PlatformTarget>
<AssemblyVersion>1.2.11.1121</AssemblyVersion>
<FileVersion>1.2.11.1121</FileVersion>
<AssemblyVersion>1.2.12.1222</AssemblyVersion>
<FileVersion>1.2.12.1222</FileVersion>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Copyright>ZGGSONG</Copyright>
<BaseOutputPath>..\..\bin\</BaseOutputPath>
Expand Down

0 comments on commit 5fc1ffd

Please sign in to comment.