Skip to content

Commit 5025f1a

Browse files
committed
v1.3.14
1 parent a635354 commit 5025f1a

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
### 2022-10-25
4+
[v1.3.14](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.14)发布
5+
1. 修bug
6+
37
### 2022-09-30
48
v1.3.13起支持深色模式: 视图->深色模式
59

CHANGELOG_EN.md

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

3+
### 2022-10-25
4+
[v1.3.14](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.14) released
5+
1. Bugfixes
6+
37
### 2022-09-30
48
Support Dark Mode since v1.3.13: View->Dark Mode
59

ballontranslator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# 1. MAJOR version when you make incompatible API changes;
55
# 2. MINOR version when you add functionality in a backwards-compatible manner;
66
# 3. PATCH version when you make backwards-compatible bug fixes.
7-
__version__ = "1.3.13"
7+
__version__ = "1.3.14"

ballontranslator/scripts/build_win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ nuitka --standalone --mingw64 --show-memory --show-progress ^
22
--enable-plugin=pyqt5 --include-qt-plugins=sensible,styles ^
33
--nofollow-import-to=fw_qt6,numpy,urllib3,jaconv,torch,torchvision,transformers,fugashi,unidic_lite,tqdm,shapely,pyclipper,einops,termcolor,bs4,deepl,qtpy,pkuseg,pandas,spacy_pkuseg,sentencepiece,ctranslate2,python-docx,docx2txt,piexif,docx,argparse,colorama,http,email,chardet,requests,pkg_resources,yaml,PIL,multiprocessing,dbm ^
44
--follow-import-to=dl,utils,ui --include-plugin-directory=ballontranslator/dl,ballontranslator/ui,ballontranslator/utils ^
5-
--windows-product-version=1.3.13.0 --windows-company-name=DUMMY_WINDOWS_COMPANY_NAME --windows-product-name=BallonTranslator ^
5+
--windows-product-version=1.3.14 --windows-company-name=DUMMY_WINDOWS_COMPANY_NAME --windows-product-name=BallonTranslator ^
66
--output-dir=release BallonTranslator
77

0 commit comments

Comments
 (0)