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.
Sections order is: Fixed
, Changed
, Added
, Deprecated
, Removed
, Security
.
These are changes that are on main
that are not yet in prod
.
1.0.1 - 2023-07-24T19:59:45Z
As a consequence of fixing #28, the output file can now be one of the input files because we build up the result in a temporary file first.
Fixed
- #28: reading and writing to a network drive
1.0.0 - 2023-06-05T12:03:55Z
Fixed
Changed
- #19: upgraded to python 3 (by @arjndr)
- #23: supported python version (3.8, 3.9, 3.10, 3.11)
- #24: directory structure (
src
layout, usingpyproject.toml
) and other cleanup
Added
Removed
- #25: Windows-specific builds
pdfmerge.add
,pdfmerge.merge
0.0.7 - 2015-01-01T03:28:13Z
Fixed
- #12: installing
pdfmerge
whenPyPDF2
is not installed
Added
- #12: decrypting PDFs
0.0.6 - 2014-05-02T02:11:13Z
Removed
- unnecessary dependencies to make sure
pip install pdfmerge
works correctly
0.0.5 - 2014-05-02T01:19:20Z
Changed
- #11: Upgraded to
PyPDF2