All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- More output formats (EPUB, MOBI)
- Custom order for images
- Modify names of output files
- Standalone GUI client
2.1.3 - 2022-02-26
- Adapt method name changes of PyMuPDF library
2.1.2 - 2021-09-20
- Command can now only be invoked with
d2f2 - Option flags are now all lowercase
2.1.0 - 2021-04-16
- Renamed D2F2 to d2f2
2.0.3 - 2021-03-27
- Command can now be invoked with either
d2f2orD2F2
- Command name change was undocumented
2.0.2 - 2021-03-26
- Required Python version is no longer limited to versions higher than 3.9
2.0.1 - 2021-03-08
- A critical bug regarding conversion routines
- Formatting of help messages
2.0.0 - 2021-03-08
- CBZ support
- Tool can now be directly accessed from the command line without using
python -m
- Changed module name from DIRtoPDF to D2F2
- Code revamp
1.2.1 - 2021-03-04
- Fixed display of help messages
- Updated documentation
1.2.0 - 2021-03-02
- Sorting modes: specify how your images will be sorted inside the PDF file
- Standalone shell clients for Windows and Linux (see Releases)
- Names of PDF files can be empty when path ends with a slash or backslash
1.1.0 - 2021-02-25
- Interactive shell (without own client)
- Code improvements
- Generated PDF's names don't match with the actual basename of their source directory
1.0.1 - 2021-02-22
- Code improvements
- Updated README
1.0.0 - 2021-02-22
- Core functionality: convert image folders into PDF files over CLI
- "Multiple" mode for converting batches of folders more easily