Releases: mashu3/manga2pdf
Releases · mashu3/manga2pdf
v0.3.1
05 Aug 16:23
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed bugs introduced in the last update.
v0.2.4
15 Jan 06:04
Compare
Sorry, something went wrong.
No results found
Fixed bugs introduced in the last update.
v0.2.3
12 Jan 07:51
Compare
Sorry, something went wrong.
No results found
Updated to modify file creation and modification date timestamps.
v0.2.2
09 Jan 15:09
Compare
Sorry, something went wrong.
No results found
Added manual metadata editing feature to GUI
v0.2.1
14 Aug 16:38
Compare
Sorry, something went wrong.
No results found
Added ability to handle DRM-free fixed-layout MOBI and AZW files.
v0.2.0
13 Aug 13:24
Compare
Sorry, something went wrong.
No results found
Replaced BeautifulSoup with lxml for EPUB parsing.
To minimize dependencies, thus simplifying the installation process.
v0.1.4
24 Jul 01:50
Compare
Sorry, something went wrong.
No results found
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.