Skip to content

Releases: mashu3/manga2pdf

v0.3.1

05 Aug 16:23

Choose a tag to compare

  • GUI Enhancement: Migrated GUI components to use the tkface library
    • Consolidated previously scattered GUI logic into the tkface repository
    • Simplified codebase by leveraging reusable tkface widgets
  • Improved maintainability and reduced complexity of GUI creation

v0.3.0

30 Jun 15:29

Choose a tag to compare

  • Migrated from setup.py to pyproject.toml and removed setup.py
  • Added version information display functionality
  • Added support for .cb7, .7z, .cbt, and .tar file formats

v0.2.6

23 Jun 12:24

Choose a tag to compare

  • Restructured the project by moving src/manga2pdf.py to src/manga2pdf/manga2pdf.py for better modularization
  • Refactored internationalization (i18n) system using YAML-based language files under src/manga2pdf/locales/
  • Adjusted settings to improve compatibility and behavior on Windows environments

v0.2.5

03 Feb 09:58

Choose a tag to compare

  • Fixed bugs introduced in the last update.

v0.2.4

15 Jan 06:04

Choose a tag to compare

  • Fixed bugs introduced in the last update.

v0.2.3

12 Jan 07:51

Choose a tag to compare

  • Updated to modify file creation and modification date timestamps.

v0.2.2

09 Jan 15:09

Choose a tag to compare

  • Added manual metadata editing feature to GUI

v0.2.1

14 Aug 16:38

Choose a tag to compare

  • Added ability to handle DRM-free fixed-layout MOBI and AZW files.

v0.2.0

13 Aug 13:24

Choose a tag to compare

Replaced BeautifulSoup with lxml for EPUB parsing.

  • To minimize dependencies, thus simplifying the installation process.

v0.1.4

24 Jul 01:50

Choose a tag to compare

  • Implemented dynamic GUI sizing based on the operating system.
  • Added a new option in the GUI for adjusting PDF page mode.
  • The positions of buttons in the GUI have been adjusted for better accessibility.