Releases: PDFMathTranslate-next/PDFMathTranslate-next
v2.2.1
Changes
- chore: refactor imports in translator implementation files for consistency @awwaawwa (#70)
- chore: support BabelDOC 0.4.0 @awwaawwa (#69)
- fix: update issue template labels for better clarity @awwaawwa (#67)
- docs: update contribution guide @awwaawwa (#65)
- docs(template): 📝 update blank issue @hellofinch (#63)
Contributors
@awwaawwa and @hellofinch
Windows Specific
If you cannot open it after downloading, please install https://aka.ms/vs/17/release/vc_redist.x64.exe and try again.
Assets
pdf2zh-v2.2.1-BabelDOC-<version>-win64.zip: pdf2zh without assets(font, model, etc.)pdf2zh-v2.2.1-BabelDOC-<version>-with-assets-win64.zip: (Recommended) pdf2zh with assets(font, model, etc.)
Note
What is the difference between pdf2zh-v2.2.1-BabelDOC-<version>-with-assets-win64.zip and pdf2zh-v2.2.1-BabelDOC-<version>-win64.zip?
- If you are downloading and using PDFMathTranslate for the first time, it is recommended to download
pdf2zh-v2.2.1-BabelDOC-<version>-with-assets-win64.zip. - The
pdf2zh-v2.2.1-BabelDOC-<version>-with-assets-win64.zipincludes resource files (such as fonts and models) compared topdf2zh-v2.2.1-BabelDOC-<version>-win64.zip. - The version without assets will also dynamically download resources when running, but the download may fail due to network issues. So starting from the second time, you can use this version. (However, offline environments should still use the version with resource packages)
v2.1.2
Changes
- chore: bump version to 2.1.2 @awwaawwa (#59)
- style(gui): 📝 update QwenMt description. @hellofinch (#58)
- docs: 📝 fix doc typo. @hellofinch (#56)
Contributors
@awwaawwa and @hellofinch
Windows Specific
If you cannot open it after downloading, please install https://aka.ms/vs/17/release/vc_redist.x64.exe and try again.
Assets
pdf2zh-v2.1.2-BabelDOC-<version>-win64.zip: pdf2zh without assets(font, model, etc.)pdf2zh-v2.1.2-BabelDOC-<version>-with-assets-win64.zip: (Recommended) pdf2zh with assets(font, model, etc.)
Note
What is the difference between pdf2zh-v2.1.2-BabelDOC-<version>-with-assets-win64.zip and pdf2zh-v2.1.2-BabelDOC-<version>-win64.zip?
- If you are downloading and using PDFMathTranslate for the first time, it is recommended to download
pdf2zh-v2.1.2-BabelDOC-<version>-with-assets-win64.zip. - The
pdf2zh-v2.1.2-BabelDOC-<version>-with-assets-win64.zipincludes resource files (such as fonts and models) compared topdf2zh-v2.1.2-BabelDOC-<version>-win64.zip. - The version without assets will also dynamically download resources when running, but the download may fail due to network issues. So starting from the second time, you can use this version. (However, offline environments should still use the version with resource packages)
v2.1.1
Changes
- chore: bump version to 2.1.1 @awwaawwa (#52)
- fix(translator): 🐛 QWenMt zh-CN missing @hellofinch (#51)
- ci: fix BabelDOC version retrieval in workflows @awwaawwa (#50)
- ci: fix exe warmup @awwaawwa (#49)
- ci: fix exe warmup @awwaawwa (#48)
- chore: update rebuild.yml for Docker image export configuration @awwaawwa (#47)
- chore: update Dockerfile and rebuild.yml @awwaawwa (#46)
- fix(docs): update advanced documentation for consistency in options and translations @awwaawwa (#43)
Contributors
@awwaawwa and @hellofinch
Windows Specific
If you cannot open it after downloading, please install https://aka.ms/vs/17/release/vc_redist.x64.exe and try again.
Assets
pdf2zh-v2.1.1-BabelDOC-<version>-win64.zip: pdf2zh without assets(font, model, etc.)pdf2zh-v2.1.1-BabelDOC-<version>-with-assets-win64.zip: (Recommended) pdf2zh with assets(font, model, etc.)
Note
What is the difference between pdf2zh-v2.1.1-BabelDOC-<version>-with-assets-win64.zip and pdf2zh-v2.1.1-BabelDOC-<version>-win64.zip?
- If you are downloading and using PDFMathTranslate for the first time, it is recommended to download
pdf2zh-v2.1.1-BabelDOC-<version>-with-assets-win64.zip. - The
pdf2zh-v2.1.1-BabelDOC-<version>-with-assets-win64.zipincludes resource files (such as fonts and models) compared topdf2zh-v2.1.1-BabelDOC-<version>-win64.zip. - The version without assets will also dynamically download resources when running, but the download may fail due to network issues. So starting from the second time, you can use this version. (However, offline environments should still use the version with resource packages)
v2.1.0
Changes
- feat(gui): add options for include only translated pages in PDF output @awwaawwa (#42)
- fix(docs): update image links in Chinese index file for consistency @awwaawwa (#37)
- fix(rate_limiter): remove print statement in qps_rate_limiter.py @awwaawwa (#36)
Contributors
Windows Specific
If you cannot open it after downloading, please install https://aka.ms/vs/17/release/vc_redist.x64.exe and try again.
Assets
pdf2zh-v2.1.0-BabelDOC-<version>-win64.zip: pdf2zh without assets(font, model, etc.)pdf2zh-v2.1.0-BabelDOC-<version>-with-assets-win64.zip: (Recommended) pdf2zh with assets(font, model, etc.)
Note
What is the difference between pdf2zh-v2.1.0-BabelDOC-<version>-with-assets-win64.zip and pdf2zh-v2.1.0-BabelDOC-<version>-win64.zip?
- If you are downloading and using PDFMathTranslate for the first time, it is recommended to download
pdf2zh-v2.1.0-BabelDOC-<version>-with-assets-win64.zip. - The
pdf2zh-v2.1.0-BabelDOC-<version>-with-assets-win64.zipincludes resource files (such as fonts and models) compared topdf2zh-v2.1.0-BabelDOC-<version>-win64.zip. - The version without assets will also dynamically download resources when running, but the download may fail due to network issues. So starting from the second time, you can use this version. (However, offline environments should still use the version with resource packages)
v2.0.10
Changes
- refactor: replace sliding window with leaky bucket in QPSRateLimiter @awwaawwa (#35)
- chore: update release workflow to correct handle docker image tag @awwaawwa (#33)
- fix(docs): update links and images in README.md and Chinese index file for consistency @awwaawwa (#32)
Contributors
Windows Specific
If you cannot open it after downloading, please install https://aka.ms/vs/17/release/vc_redist.x64.exe and try again.
Assets
pdf2zh-v2.0.10-BabelDOC-<version>-win64.zip: pdf2zh without assets(font, model, etc.)pdf2zh-v2.0.10-BabelDOC-<version>-with-assets-win64.zip: (Recommended) pdf2zh with assets(font, model, etc.)
Note
What is the difference between pdf2zh-v2.0.10-BabelDOC-<version>-with-assets-win64.zip and pdf2zh-v2.0.10-BabelDOC-<version>-win64.zip?
- If you are downloading and using PDFMathTranslate for the first time, it is recommended to download
pdf2zh-v2.0.10-BabelDOC-<version>-with-assets-win64.zip. - The
pdf2zh-v2.0.10-BabelDOC-<version>-with-assets-win64.zipincludes resource files (such as fonts and models) compared topdf2zh-v2.0.10-BabelDOC-<version>-win64.zip. - The version without assets will also dynamically download resources when running, but the download may fail due to network issues. So starting from the second time, you can use this version. (However, offline environments should still use the version with resource packages)
v2.0.9
Changes
- chore: bump version to 2.0.9 in project files @awwaawwa (#31)
- fix: handle translation paths correctly in gui.py @awwaawwa (#30)
Contributors
Windows Specific
If you cannot open it after downloading, please install https://aka.ms/vs/17/release/vc_redist.x64.exe and try again.
Assets
pdf2zh-v2.0.9-BabelDOC-<version>-win64.zip: pdf2zh without assets(font, model, etc.)pdf2zh-v2.0.9-BabelDOC-<version>-with-assets-win64.zip: (Recommended) pdf2zh with assets(font, model, etc.)
Note
What is the difference between pdf2zh-v2.0.9-BabelDOC-<version>-with-assets-win64.zip and pdf2zh-v2.0.9-BabelDOC-<version>-win64.zip?
- If you are downloading and using PDFMathTranslate for the first time, it is recommended to download
pdf2zh-v2.0.9-BabelDOC-<version>-with-assets-win64.zip. - The
pdf2zh-v2.0.9-BabelDOC-<version>-with-assets-win64.zipincludes resource files (such as fonts and models) compared topdf2zh-v2.0.9-BabelDOC-<version>-win64.zip. - The version without assets will also dynamically download resources when running, but the download may fail due to network issues. So starting from the second time, you can use this version. (However, offline environments should still use the version with resource packages)
v2.0.8
Changes
- fix: validate settings in do _translate_async_stream @awwaawwa (#27)
- fix(docs): update image path in Chinese index file @pppppop65 (#25)
- refactor(docs): simplify theme configuration and edit index file path @pppppop65 (#24)
- feat(docs): Improve document structure, add Chinese documents, new content @pppppop65 (#23)
- chore: update release workflow @awwaawwa (#21)
Contributors
@awwaawwa and @pppppop65
Windows Specific
If you cannot open it after downloading, please install https://aka.ms/vs/17/release/vc_redist.x64.exe and try again.
Assets
pdf2zh-v2.0.8-BabelDOC-<version>-win64.zip: pdf2zh without assets(font, model, etc.)pdf2zh-v2.0.8-BabelDOC-<version>-with-assets-win64.zip: (Recommended) pdf2zh with assets(font, model, etc.)
Note
What is the difference between pdf2zh-v2.0.8-BabelDOC-<version>-with-assets-win64.zip and pdf2zh-v2.0.8-BabelDOC-<version>-win64.zip?
- If you are downloading and using PDFMathTranslate for the first time, it is recommended to download
pdf2zh-v2.0.8-BabelDOC-<version>-with-assets-win64.zip. - The
pdf2zh-v2.0.8-BabelDOC-<version>-with-assets-win64.zipincludes resource files (such as fonts and models) compared topdf2zh-v2.0.8-BabelDOC-<version>-win64.zip. - The version without assets will also dynamically download resources when running, but the download may fail due to network issues. So starting from the second time, you can use this version. (However, offline environments should still use the version with resource packages)
v2.0.7
Changes
- fix(translator): 🐛 fix tmt lang_map. @hellofinch (#20)
Contributors
@awwaawwa and @hellofinch
Windows Specific
If you cannot open it after downloading, please install https://aka.ms/vs/17/release/vc_redist.x64.exe and try again.
Assets
pdf2zh-v2.0.7-BabelDOC-<version>-win64.zip: pdf2zh without assets(font, model, etc.)pdf2zh-v2.0.7-BabelDOC-<version>-with-assets-win64.zip: (Recommended) pdf2zh with assets(font, model, etc.)
Note
What is the difference between pdf2zh-v2.0.7-BabelDOC-<version>-with-assets-win64.zip and pdf2zh-v2.0.7-BabelDOC-<version>-win64.zip?
- If you are downloading and using PDFMathTranslate for the first time, it is recommended to download
pdf2zh-v2.0.7-BabelDOC-<version>-with-assets-win64.zip. - The
pdf2zh-v2.0.7-BabelDOC-<version>-with-assets-win64.zipincludes resource files (such as fonts and models) compared topdf2zh-v2.0.7-BabelDOC-<version>-win64.zip. - The version without assets will also dynamically download resources when running, but the download may fail due to network issues. So starting from the second time, you can use this version. (However, offline environments should still use the version with resource packages)
v2.0.6
Changes
- chore: update babeldoc version to 0.3.64 in pyproject.toml @awwaawwa (#18)
- docs: fix link in cli usage file @awwaawwa (#16)
Contributors
Windows Specific
If you cannot open it after downloading, please install https://aka.ms/vs/17/release/vc_redist.x64.exe and try again.
Assets
- pdf2zh-v2.0.6-win64.zip: pdf2zh without assets(font, model, etc.)
- pdf2zh-v2.0.6-with-assets-win64.zip: (Recommended) pdf2zh with assets(font, model, etc.)
Note
The version without assets will also dynamically download resources when running, but the download may fail due to network issues.
v2.0.5
Changes
Contributors
Windows Specific
If you cannot open it after downloading, please install https://aka.ms/vs/17/release/vc_redist.x64.exe and try again.
Assets
- pdf2zh-v2.0.5-win64.zip: pdf2zh without assets(font, model, etc.)
- pdf2zh-v2.0.5-with-assets-win64.zip: (Recommended) pdf2zh with assets(font, model, etc.)
Note
The version without assets will also dynamically download resources when running, but the download may fail due to network issues.