Skip to content

Commit

Permalink
chore: update version to 1.2.10.1117
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGGSONG committed Nov 17, 2024
1 parent e4f3c2b commit 62bf91e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
## 更新

- 添加: STranslate添加两种访问模式,避免过度访问导致的封禁
- 优化: 移除跟随鼠标纵向位置计算
- 添加: 取消替换翻译功能
- 添加: 静默TTS功能, 感谢 @ccddos
- 添加: 主界面可选显示仅显示输出界面图标
- 优化: 回译使用新动画
- 优化: 回译添加动画展开效果
- 优化: 更新取词失败日志描述
- 优化: 切换输入部分显示隐藏
- 修复: 快捷进入服务配置后侧边栏选中失效的问题
- 修复: 修复光标无法恢复的问题
- 修复: 输入时粘贴文本整体被剪贴板内容覆盖的问题
- 修复: 针对`Adobe Acrobat Pro`软件划词翻译文本出现``的问题
- 其他: 更新依赖库版本

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

## 离线数据

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

0 comments on commit 62bf91e

Please sign in to comment.