Skip to content

Releases: xilopaint/alfred-pdf-tools

v4.1.1

26 Jul 16:34
b1ba02f
Compare
Choose a tag to compare

What's Changed

  • Decrypt file action now works with empty passwords.

Full Changelog: v4.1...v4.1.1

v4.1

24 Jul 13:55
f601900
Compare
Choose a tag to compare

What's Changed

  • Alfred 5 port.

Full Changelog: v4.0.2...v4.1

v4.0.2

19 Jun 03:10
2742aba
Compare
Choose a tag to compare

What's Changed

  • Fixed Crop file action.

Full Changelog: v4.0.1...v4.0.2

v4.0.1

18 Jun 02:42
1d6abe9
Compare
Choose a tag to compare

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

09 Jun 02:55
c296345
Compare
Choose a tag to compare

What's Changed

  • pikepdf replaced with PyPDF2 in #20

Full Changelog: v3.1.3...v4.0

v3.1.3

13 May 12:59
d2da19f
Compare
Choose a tag to compare

What's Changed

  • Improved fix for the shell injection bug.

v3.1.2

26 Apr 19:28
7d1a11e
Compare
Choose a tag to compare

What's Changed

  • Improved fix for the shell injection bug.

v3.1.1

25 Apr 20:04
6517be7
Compare
Choose a tag to compare

What's Changed

  • Fixed critical bug that allowed command injection via subprocess.Popen.
  • Code refactoring.

v3.1

13 Apr 20:31
46dadcd
Compare
Choose a tag to compare

What's Changed

  • Added a Deskew file action.

v3.0

09 Apr 21:21
c3540be
Compare
Choose a tag to compare

What's Changed

• Python 3 port.
• PyPDF4 replaced with pikepdf.