Skip to content

Latest commit

 

History

History
106 lines (64 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

106 lines (64 loc) · 1.76 KB

ChangeLog

0.4.1.2-BETA

2025-01-09

  • fix merge_invoice.py bugs

0.4.1.1-BETA

2024-12-26

  • fix bugs

0.4.1-BETA

2024-12-18

  • Add PDF to Long Image function
  • Add Edit TOC function
  • Add Generate TOC option for Merge PDF

0.4-BETA

2024-12-13

  • Remove Compress PDF function
  • Add Merge Invoice function
  • Remove Windows x86 support
  • Switch to MingW64/Clang compiler
  • Python update to 3.11
  • PyMuPDF update to 1.22.5
  • Pillow update to 11.0.0
  • Nuitka update to 1.8.6

0.3.4-BETA

2022-09-3

  • fix few bugs
  • Nuitka upgrade to 1.0.6
  • PyMuPDFupgrade to 1.20.2

0.3.3-BETA

2022-06-11

  • change compiler to MSVC 2019 on Windows
  • fix some bugs in build
  • Nuitka upgrade to 0.8.4

0.3.2-BETA

2022-06-04

  • support mouse drag and drop for add files

0.3.1-BETA

2022-06-04

  • compatible with Python 3.8 and later
  • support Windows 7 and higher
  • build 32bit binary and portable package

0.3-BATE

2022-04-13

  • Support batch rotation of multiple PDF files.

0.2.2-BETA

2022-01-23

  • Improved verification of the values of the options.
  • Nuitka upgraded to 0.7.5, added -clang -mingw64 compilation option, and compiled with clang.

0.2.1-BETA

2022-01-16

  • Added Linux/FreeBSD support.
  • Added tkinter theme selection.

0.2-BETA

2022-01-15

  • Added multi-language support, automatically select interface language according to system language settings, default English. Chinese Simplified are currently supported.
  • Fixed JPEG2000 format image reading, format conversion.
  • Improved multi-process processing logic.

0.1.1-BETA

2022-01-11

  • Add multiprocess support to improve processing speed.
  • Improve program interface.

0.1-BETA

2022-01-10

  • The project is published, with basic functions, to a usable level.