Skip to content

Commit

Permalink
chore: publish 1.2.11.1121
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGGSONG committed Nov 21, 2024
1 parent 43ba526 commit b76b51d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
26 changes: 10 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
## 更新

- 添加: 取消替换翻译功能
- 添加: 静默TTS功能, 感谢 @ccddos
- 添加: 主界面可选显示仅显示输出界面图标
- 优化: 回译使用新动画
- 优化: 回译添加动画展开效果
- 优化: 更新取词失败日志描述
- 优化: 切换输入部分显示隐藏
- 修复: 快捷进入服务配置后侧边栏选中失效的问题
- 修复: 修复光标无法恢复的问题
- 修复: 输入时粘贴文本整体被剪贴板内容覆盖的问题
- 修复: 针对`Adobe Acrobat Pro`软件划词翻译文本出现``的问题
- 其他: 更新依赖库版本
- 新增: 可选截图翻译识别文字后自动复制
- 优化: 翻译时取消显示提示信息
- 优化: 优化输入框选中后粘贴的文本
- 优化: AzureTTS EdgeTTS下拉框卡顿的问题
- 优化: 替换翻译添加服务打印
- 优化: 优化划词后焦点位置
- 优化: 移除显示、隐藏输入框时UI通知
- 修复: 鼠标划词 Adobe Acrobat Pro 取词失败的问题
- 修复: DeepL服务目标语种中文繁体失效的问题

> 全局热键触发功能添加取消功能(替换翻译、静默TTS): 再次按下全局热键即可取消当前功能
> 其余取消功能为当前页按`ESC`进行取消
**完整更新日志:** [1.2.9.1112...1.2.10.1117](https://github.com/ZGGSONG/STranslate/compare/1.2.9.1112...1.2.10.1117)
**完整更新日志:** [1.2.10.1117...1.2.11.1121](https://github.com/ZGGSONG/STranslate/compare/1.2.10.1117...1.2.11.1121)

## 离线数据

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.10.1117</AssemblyVersion>
<FileVersion>1.2.10.1117</FileVersion>
<AssemblyVersion>1.2.11.1121</AssemblyVersion>
<FileVersion>1.2.11.1121</FileVersion>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Copyright>ZGGSONG</Copyright>
<BaseOutputPath>..\..\bin\</BaseOutputPath>
Expand Down

0 comments on commit b76b51d

Please sign in to comment.