Commit 23d1cb95 authored by dmMaze's avatar dmMaze
Browse files

v1.3.18

parent dd3d226d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
# Changelogs

### 2022-12-30
[v1.3.18](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.18)发布
1. 适应具有极端宽高比的图片比如条漫
2. 支持粘贴到多个选中的文本编辑框
3. 修bug

### 2022-11-29
[v1.3.15](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.15)发布
1. 修bug
+6 −0
Original line number Diff line number Diff line
# Changelogs

### 2022-12-30
[v1.3.18](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.18) released
1. Adapted to images with extreme aspect ratio such as webtoons
2. Support paste text to multiple selected Text blocks.
3. Bugfixes

### 2022-11-29
[v1.3.15](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.15) released
1. Bugfixes
+2 −1
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
  - 支持全文/源文/译文查找替换
  - 支持导入导出word文档

* 适用于条漫

# 使用说明

@@ -131,7 +132,7 @@ Sugoi翻译器作者: [mingshiba](https://www.patreon.com/mingshiba).

### 翻译器

 * 谷歌翻译能挂代理建议把url从cn改成com
 * <s>谷歌翻译能挂代理建议把url从cn改成com</s> 谷歌翻译器已经关闭中国服务, 大陆再用需要设置全局代理, 并在设置面板把url换成*.com
 * 彩云, 需要申请[token](https://dashboard.caiyunapp.com/)
 * papago  
 * DeepL 和 Sugoi(及它的CT2 Translation转换)翻译器, 感谢[Snowad14](https://github.com/Snowad14)  
+3 −1
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ preview
  - Support search & replace
  - Support export/import to/from word documents

* Adapted to images with extreme aspect ratio such as webtoons

# Usage

Windows users can download Ballonstranslator-x.x.x-core.7z from [腾讯云](https://share.weiyun.com/xoRhz9i4) or [Google Drive](https://drive.google.com/drive/folders/1uElIYRLNakJj-YS0Kd3r3HE-wzeEvrWd?usp=sharing) and extract it to a folder named BallonTranslator, also download Ballonstranslator-x.x.x-patch.7z if there is any and extract it to the same folder.
@@ -126,7 +128,7 @@ Support English and Japanese text detection, training code and more details can

## Translators

 * Please change the goolge translator url from *.cn to *.com if you are not blocked by GFW.  
 * <s> Please change the goolge translator url from *.cn to *.com if you are not blocked by GFW. </s> Google shuts down translate service in China, please set corresponding 'url' in config panel to *.com.
 * Caiyun translator need to require a [token](https://dashboard.caiyunapp.com/)
 * papago  
 * DeepL & Sugoi translator(and it's CT2 Translation conversion) thanks to [Snowad14](https://github.com/Snowad14)  
+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ __appname__ = "BallonTranslator"
# 1. MAJOR version when you make incompatible API changes;
# 2. MINOR version when you add functionality in a backwards-compatible manner;
# 3. PATCH version when you make backwards-compatible bug fixes.
__version__ = "1.3.15"
 No newline at end of file
__version__ = "1.3.18"
 No newline at end of file
Loading