Skip to content

Commit 0604b2c

Browse files
committed
v1.3.35
1 parent cc04953 commit 0604b2c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
### 2023-04-15
4+
支持从某些源站下载/更新图片,感谢[ROKOLYT](https://github.com/ROKOLYT)
5+
36
### 2023-02-27
47
[v1.3.34](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.34) 发布
58
1. 修复繁体直排bug (#96)

CHANGELOG_EN.md

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

3+
### 2023-04-15
4+
Src download implementation based on gallery-dl (#131) thanks to [ROKOLYT](https://github.com/ROKOLYT)
5+
36
### 2023-02-27
47
[v1.3.34](https://github.com/dmMaze/BallonsTranslator/releases/tag/v1.3.34) released
58
1. fix incorrect orientation assignment for CHT (#96)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nuitka --standalone --mingw64 --show-memory --show-progress ^
22
--enable-plugin=pyqt6 --include-qt-plugins=sensible,styles ^
3-
--nofollow-import-to=fw_qt5,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 ^
3+
--nofollow-import-to=fw_qt5,numpy,gallery_dl,pyreadline3,keyboard,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.34 --windows-company-name=DUMMY_WINDOWS_COMPANY_NAME --windows-product-name=BallonTranslator ^
5+
--windows-product-version=1.3.35 --windows-company-name=DUMMY_WINDOWS_COMPANY_NAME --windows-product-name=BallonTranslator ^
66
--output-dir=release BallonTranslator
77

0 commit comments

Comments
 (0)