Skip to content

Commit

Permalink
chore: publish 1.2.1.904
Browse files Browse the repository at this point in the history
  • Loading branch information
ZGGSONG committed Sep 4, 2024
1 parent b5fd429 commit 05ac0a6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 38 deletions.
63 changes: 27 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
## PaddleOCR 数据包

如果网络不好的话可以去[123网盘](https://www.123pan.com/s/AxlRjv-OuVmA.html)-离线资源-PaddleOCR资源包,下载后丢到软件根目录后,在PaddleOCR配置页面直接点击下载即可。
> 下载前会主动检查本地是否有数据包,有的话会默认解压该数据包,注意不要占用数据压缩包,否则会导致解压失败。
## Updates

- Added: gpt4-o OCR
- Added: Temperature adjustment option for Llm services
- Added: Global font size adjustable
- Added: Prompt import/export function
- Added: [Lingva](https://github.com/TheDavidDelta/lingva-translate) TTS
- Optimized: Automatically translate the selection in the main interface when adding service
- Optimized: Significantly reduce the size of image base64 strings using JPEG encoder to avoid problems with Baidu and Tencent OCR due to large images (#154)
- Optimized: Categorization for settings function
- Optimized: Ability to cancel Prompt interface using Esc key
- Optimized: Language conversion for Llm services uses full language names
- Optimized: Picture drop & display effect when dragging pictures into the OCR, and Prompt import & display effect when dragging imports
- Optimized: Displaying effects when service names or Prompts are too long in the main interface
- Optimized: Offline TTS configuration UI
- Optimized: Azure TTS voice exported from API is more complete
- Fixed: Issue with WebDav export, thanks to @JunoChina for providing test results

**Full Update Log:** [1.1.9.821...1.2.0.829](https://github.com/ZGGSONG/STranslate/compare/1.1.9.821...1.2.0.829)
- Added: Added PingFang font support([苹方字体](https://github.com/ZWolken/PingFang))
- Added: Added optional automatic translation
- Added: Added customizable auto-translation quick entry on the main page
- Added: Added quick language service switching on the main page
- Added: DeepL balance query
- Added: Optional setting for the animation speed on the main page
- Optimized: Lingva default configuration
- Fixed: Using the new animation implementation to avoid errors caused by rapid animation triggers when displaying UI. #180

**Full Update Log:** [1.2.0.829...1.2.1.904](https://github.com/ZGGSONG/STranslate/compare/1.2.0.829...1.2.1.904)

## Cloud Disk Download

[Lanzouyun](https://zggsong.lanzoub.com/b02qrfofne) | [123 Pan](https://www.123pan.com/s/AxlRjv-OuVmA.html)
[Lanzouyun](https://zggsong.lanzoub.com/b02qrg603c) | [123 Pan](https://www.123pan.com/s/AxlRjv-OuVmA.html)

lanzouyun password:
```txt
Expand All @@ -31,27 +29,20 @@ song

## 更新

- 新增: gpt4-o OCR
- 新增: 为Llm服务添加温度调节选项
- 新增: 全局字体大小可调整
- 新增: 添加Prompt导入导出功能
- 新增: [Lingva](https://github.com/TheDavidDelta/lingva-translate) TTS
- 优化: 主界面选择添加服务时自动翻译
- 优化: 使用JPEG编码器极大缩小图片base64字符串大小避免百度腾讯ocr出现图片过大的问题 #154
- 优化: 设置功能分类
- 优化: Prompt界面可使用Esc取消
- 优化: Llm服务语种转换使用完整语种名
- 优化: OCR拖拽图片、Prompt拖拽导入显示效果
- 优化: 主界面服务名、Prompt过长的显示效果
- 优化: 离线 TTS配置UI
- 优化: Azure TTS 声音从API导出,更加完整
- 修复: WebDav无法导出的问题,感谢 @JunoChina 提供测试结果

**完整更新日志:** [1.1.9.821...1.2.0.829](https://github.com/ZGGSONG/STranslate/compare/1.1.9.821...1.2.0.829)
- 新增: 添加[苹方字体](https://github.com/ZWolken/PingFang)
- 新增: 添加可选自动翻译
- 新增: 添加主界面可选快捷入口配置自动翻译
- 新增: 添加主界面快速切换语种识别服务
- 新增: DeepL 余额查询
- 新增: 可选设置主界面显示动画速度
- 优化: Lingva默认配置
- 修复: 使用新的动画实现,避免在显示 ui 时快速触发动画导致的错误。#180

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

## 网盘下载

[蓝奏云](https://zggsong.lanzoub.com/b02qrfofne) | [123 网盘](https://www.123pan.com/s/AxlRjv-OuVmA.html)
[蓝奏云](https://zggsong.lanzoub.com/b02qrg603c) | [123 网盘](https://www.123pan.com/s/AxlRjv-OuVmA.html)

蓝奏云密码:
```txt
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.0.0829</AssemblyVersion>
<FileVersion>1.2.0.0829</FileVersion>
<AssemblyVersion>1.2.1.0904</AssemblyVersion>
<FileVersion>1.2.1.0904</FileVersion>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Copyright>ZGGSONG</Copyright>
</PropertyGroup>
Expand Down

0 comments on commit 05ac0a6

Please sign in to comment.