Skip to content

Commit 5eb310e

Browse files
committed
v1.3.8
1 parent a93f37c commit 5eb310e

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelogs
22

3+
### 2022-09-13
4+
[v1.3.8](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.8)发布
5+
6+
1. 画笔工具修复及优化
7+
2. 修正界面缩放
8+
3. 支持添加自定义字体样式预设, 支持调整文字透明度和阴影, 详见https://github.com/dmMaze/BallonsTranslator/pull/38
9+
4. 支持导入导出word文档, 支持打开*.json项目文件, 详见https://github.com/dmMaze/BallonsTranslator/pull/40
10+
311
### 2022-08-31
412
[v1.3.4](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.4)发布
513

CHANGELOG_EN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelogs
22

3+
### 2022-09-13
4+
[v1.3.8](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.8)发布
5+
6+
1. Pen tool bug fixes & optimization
7+
2. Fix scaling
8+
3. Support making font style presets, text graphical effects(shadow & opacity), see https://github.com/dmMaze/BallonsTranslator/pull/38
9+
4. Support word document(*.docx) import/export: https://github.com/dmMaze/BallonsTranslator/pull/40
10+
311
### 2022-08-31
412
[v1.3.4](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.4) released
513

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nuitka --standalone --mingw64 --nofollow-imports --show-memory --show-progress ^
22
--enable-plugin=pyqt5 --include-qt-plugins=sensible,styles ^
33
--follow-import-to=dl,utils,ui --include-plugin-directory=ballontranslator/dl,ballontranslator/ui,ballontranslator/utils ^
4-
--windows-product-version=1.3.4.0 --windows-company-name=DUMMY_WINDOWS_COMPANY_NAME --windows-product-name=BallonTranslator ^
4+
--windows-product-version=1.3.8.0 --windows-company-name=DUMMY_WINDOWS_COMPANY_NAME --windows-product-name=BallonTranslator ^
55
--output-dir=release BallonTranslator

0 commit comments

Comments
 (0)