Skip to content

Releases: dmMaze/BallonsTranslator

v1.5.2

19 Jun 08:49

Choose a tag to compare

  • Removed startup region checks and automatic Hugging Face/PyPI mirror configuration.
  • Replaced the config panel with a prompt dialog.
  • Added angle editing controls to the text panel.
  • Added a PyTorch installation dialog.
  • Removed automatic CN mirror selection.

v1.5.1

14 Jun 17:55

Choose a tag to compare

  • add missing dependencies for flux
  • fix updater

v1.5.0

14 Jun 11:51

Choose a tag to compare

  • Added lazy loading for faster startup and support for launching without PyTorch installed
  • Packages and models are now installed on demand
  • Added in-app update checks
  • Added Hugging Face and PyPI mirror support
  • Removed unused widgets and deprecated scripts

v1.4.0

29 Nov 17:55

Choose a tag to compare

Any version below 1.4.0 is deprecated and not recommended anymore.
Please read readme to install the newest version.

所有1.4.0以下版本都不再推荐使用.
请阅读README安装最新版.

BallonTranslator-1.3.35

07 Jan 17:39

Choose a tag to compare

注意: 下载最新版Ballonstranslator-1.3.xx, 解压并覆盖到Ballontranslator-1.3.0-core或者较旧的安装目录以更新程序.

Download latest Ballonstranslator-1.3.xx and extract it to overwrite Ballontranslator-1.3.0-core or older installation to get the app updated.)

下载

MEGA or Google Drive

更新说明

  1. 选中文本迷你菜单支持聚合词典专业划词翻译沙拉查词: 安装说明

  1. 支持替换OCR和机翻结果中的关键字, 见编辑菜单或设置面板 #78
  2. 支持拖拽导入文件夹 #77
  3. 编辑文本时隐藏控制小方块 #81
  4. 从PyQt5换到PyQt6以支持更好的嵌字预览, 避免PyQt5与nuitka的线程兼容性问题
  5. 支持改变嵌字层透明度 (#88) 注意只是预览, 不会改变渲染结果, 嵌字透明度在右侧菜单效果里改
  6. log文件写进data/logs
  7. 修复繁体直排bug (#96)
  8. 彩云和deepl目标语言支持繁体 (#100)
  9. 支持读取.webp图片 (#85)
  10. 支持从某些源站下载/更新图片,感谢ROKOLYT

Changelog

  1. Add support for saladict (All-in-one professional pop-up dictionary and page translator) in the mini menu on text selection. Installation guide
  2. Support keyword substitution for OCR & machine translation results #78: Edit -> Keyword substitution for machine translation
  3. Support import folder with drag&drop #77
  4. Hide control blocks on start text editing. #81
  5. Migrate to PyQt6 for better text rendering preview and compatibility with nuitka
  6. Support set transparency of lettering layer (#88)
  7. Dump logs to data/logs
  8. fix incorrect orientation assignment for CHT (#96)
  9. convert CHS to CHT if it is required for Caiyun & DeepL (#100)
  10. support for webp (#85)
  11. Src download implementation based on gallery-dl (#131) thanks to ROKOLYT

BallonTranslator-1.3.20

30 Dec 07:14
7174a11

Choose a tag to compare

下载

Google Drive

更新说明

  1. 适应具有极端宽高比的图片比如条漫
  2. 支持粘贴到多个选中的文本编辑框
  3. 修bug
  4. OCR/翻译/修复选中文字区域, 填字样式会继承选中的文字框自己的
    单行文本建议选用ctc_48px, 多行日文选mangocr, 目前对多行其它语言不太行, 需要重新训练检测模型
    注意如果用ctc_48px要保证框在竖排模式下且尽可能贴合单行文本

Changelog

  1. Adapted to images with extreme aspect ratio such as webtoons
  2. Support paste text to multiple selected Text blocks.
  3. Bugfixes
  4. OCR/Translate/Inpaint selected text blocks
    lettering style will inherit from corresponding selected block.
    ctc_48px is more recommended for single line text, mangocr for multi-line Japanese, need to retrain detection model make ctc48_px generalize to multi-lines
    Note that if you use ctc_48px make sure that the box is in vertical mode and fits as close to the single line of text as possible

BallonTranslator-1.3.15

29 Nov 05:23

Choose a tag to compare

下载

Google Drive

更新说明

  1. 修bug
  2. 优化保存逻辑
  3. 画笔现在可以改成方形(实验)

Changelog

  1. Bugfixes
  2. Optimize saving logic
  3. The shape of Pen/Inpaint tool can be set to rectangle (experimental)

BallonTranslator-1.3.14

25 Oct 02:52

Choose a tag to compare

下载

腾讯云Google Drive

更新说明

  1. 支持深色模式: 视图->深色模式
  2. 修 bug

Changelog

  1. Support Dark Mode: View->Dark Mode
  2. Bugfixes

BallonTranslator-1.3.12

24 Sep 07:32

Choose a tag to compare

下载

腾讯云Google Drive

更新说明

  1. 支持全局(Ctrl+G)/当前页(Ctrl+F)查找替换
  2. 原来的文本编辑器局部撤销重做并入全局文本编辑撤销重做栈, 画板撤销重做现在和文本编辑分离
  3. Word文档导入导出bug修复
  4. 基于 https://github.com/zhiyiYo/PyQt-Frameless-Window 重写无边框窗口

Changelog

  1. Support global Search(Ctrl+G) and search current page(Ctrl+F).
  2. Local redo stack of each texteditor are merged into a main text-edit stack, text-edit stack is split from drawing board's now.
  3. Word doc import/export bugfixes
  4. Frameless window rework based on https://github.com/zhiyiYo/PyQt-Frameless-Window

BallonTranslator-1.3.8

13 Sep 02:39

Choose a tag to compare

下载

腾讯云Google Drive

更新说明

  1. 画笔工具修复及优化
  2. 修正界面缩放
  3. 支持添加自定义字体样式预设, 支持调整文字透明度和阴影, 详见#38
  4. 支持导入导出word文档, 支持打开*.json项目文件, 详见#40

Changelog

  1. Pen tool bug fixes & optimization
  2. Fix scaling
  3. Support making font style presets, text graphical effects(shadow & opacity), see #38
  4. Support word document(*.docx) import/export: #40