Releases: xilopaint/alfred-pdf-tools
Releases · xilopaint/alfred-pdf-tools
v4.1.1
What's Changed
Decrypt
file action now works with empty passwords.
Full Changelog: v4.1...v4.1.1
v4.0.1
What's Changed
- Added cleanup procedure for when the
Optimize
file action fails.
- Fixed notification with error message not being fired by the
Optimize
file action.
Full Changelog: v4.0...v4.0.1
v4.0
What's Changed
- pikepdf replaced with PyPDF2 in #20
Full Changelog: v3.1.3...v4.0
v3.1.3
What's Changed
- Improved fix for the shell injection bug.
v3.1.2
What's Changed
- Improved fix for the shell injection bug.
v3.1.1
What's Changed
- Fixed critical bug that allowed command injection via
subprocess.Popen
.
- Code refactoring.
v3.1
What's Changed
- Added a
Deskew
file action.
v3.0
What's Changed
• Python 3 port.
• PyPDF4 replaced with pikepdf.