Skip to content

Commit

Permalink
perf: update version to 1.2.7.1110
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGGSONG committed Nov 9, 2024
1 parent 65ce4cb commit b2516f8
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 16 deletions.
25 changes: 21 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
## 更新

- 优化: OpenAI 健壮性,兼容OpenRouter服务
- 优化: 切换主题动画效果
- 优化: 移除主界面拖拽调整服务顺序避免影响输出文本框鼠标选择文本
- 添加: 添加粘贴文本自动翻译
- 添加: 添加内置金山词霸、必应词典
- 添加: 添加启动时不显示通知的开关 @Greyh4t
- 添加: 添加内置EdgeTTS
- 添加: 添加软件内语音播报结果(设置-热键设置-软件热键列表查看)
- 添加: 添加生词本-欧陆词典(需配置主界面显示)
- 添加: 快捷添加到生词本软件热键(Ctrl+Shift+S)
- 添加: OpenAI OCR添加模型 `gpt-4o-mini-2024-07-18`
- 优化: 输出界面使用新的加载动画
- 优化: 使用鼠标样式标记替换翻译&静默OCR进度
- 优化: 更新鼠标划词描述
- 优化: 移除截图翻译OCR后复制结果
- 优化: 优化词典显示效果
- 优化: 合并设置界面服务列表
- 优化: 优化替换翻译选择语种逻辑
- 修复: 文本框默认样式启动时为黑暗模式的问题
- 修复: 更新托盘程序库版本至 `2.0.1` 修复显示空白框问题
- 修复: 启用翻译后自动复制无法取词的问题
- 修复: 修复150%缩放下主界面超出屏幕上边缘的问题
- 修复: 修复STranslate服务无法翻译的问题

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

## 离线数据

Expand Down
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<PackageVersion Include="System.Speech" Version="8.0.0" />
<PackageVersion Include="TencentCloudSDK.Tmt" Version="3.0.1110" />
<PackageVersion Include="WebDav.Client" Version="2.8.0" />
<PackageVersion Include="WeChatOcr" Version="1.0.1" />
<PackageVersion Include="WpfScreenHelper" Version="2.1.1" />
<PackageVersion Include="XamlFlair.WPF" Version="1.2.13" />
<PackageVersion Include="ZXing.Net.Bindings.ZKWeb.System.Drawing" Version="0.16.7" />
Expand Down
Binary file removed src/STranslate.Util/Google.Protobuf.dll
Binary file not shown.
10 changes: 0 additions & 10 deletions src/STranslate.Util/STranslate.Util.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,9 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Google.Protobuf.dll" />
</ItemGroup>

<ItemGroup>
<Content Include="Google.Protobuf.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="volcengine.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="WeChatOcr.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
Expand Down
Binary file removed src/STranslate.Util/WeChatOcr.dll
Binary file not shown.
5 changes: 3 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.7.1107</AssemblyVersion>
<FileVersion>1.2.7.1107</FileVersion>
<AssemblyVersion>1.2.7.1110</AssemblyVersion>
<FileVersion>1.2.7.1110</FileVersion>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Copyright>ZGGSONG</Copyright>
<BaseOutputPath>..\..\bin\</BaseOutputPath>
Expand Down Expand Up @@ -81,6 +81,7 @@
<PackageReference Include="System.Speech" />
<PackageReference Include="TencentCloudSDK.Tmt" />
<PackageReference Include="WebDav.Client" />
<PackageReference Include="WeChatOcr" />
<PackageReference Include="WpfScreenHelper" />
<PackageReference Include="XamlFlair.WPF" />
<PackageReference Include="ZXing.Net.Bindings.ZKWeb.System.Drawing" />
Expand Down
1 change: 1 addition & 0 deletions src/STranslate/Views/OutputView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@
<control:LoadingUc2
Margin="10,0,0,0"
DotColor="{DynamicResource ThemeAccentColor}"
DotSize="10"
IsLoading="{Binding IsExecuting}" />
</StackPanel>
</Grid>
Expand Down

0 comments on commit b2516f8

Please sign in to comment.