8000 Releases · rrthomas/psutils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: rrthomas/psutils

Release v3.3.10

13 May 00:34
Compare
Choose a tag to compare

This release fixes a bug where a optimization would be incorrectly used when imposing a single page onto a sheet of a different size in PDF generation. Also, PSUtils will now warn when it cannot set the required output paper size in PostScript output owing to not being able to find the document header section in the input.

Under the hood, the code has been modernized slightly, and the linting and type-checking machinery updated.

Release v3.3.9

09 Jan 12:08
Compare
Choose a tag to compare

This release adds a missing copyright notice and license, and fixes a problem where backup files were included in the previous release (3.3.8) distribution archives.

Release v3.3.8

31 Dec 13:15
Compare
Choose a tag to compare

This release just removes some text accidentally added to the README when the Python package name was changed in 3.3.7.

Release 3.3.7

13 Dec 20:51
Compare
Choose a tag to compare

This release marks the long-awaited renaming on PyPI to “psutils”, i.e. the same as the package name. Thanks to the Python Packaging Authority for granting my application to use the name!

Also, some missing copyright notices are added to the command and test modules, and the ‘extractres’ tests actually assert the results of file comparisons.

Release v3.3.6

17 Nov 17:50
Compare
Choose a tag to compare

This release includes some minor build system and test fixes and updates.

Release 3.3.5

19 Aug 20:57
Compare
Choose a tag to compare

This release fixes some markup in the man pages, and makes it clearer that libpaper is required.

Release 3.3.4

24 Jul 19:11
Compare
Choose a tag to compare

This release fixes compatibility with pyPDF 4.3.x.

Release 3.3.3

23 Jul 21:34
Compare
Choose a tag to compare

This release adds some minor code clean-up and restricts the PyPDF version to 4.2.x to cope with a bug in later versions.

Release v3.3.2

18 Sep 08:51
Compare
Choose a tag to compare

This release improves the documentation of pagespecs, and adds an example

The error message for invalid pagespecs previously had a small mistake in the syntax it displayed; this has been fixed. Thanks, @jgclark!

Release v3.3.1

16 Sep 21:24
Compare
Choose a tag to compare

This release fixes a bug in the pstops(1) man page example for duplex book printing. Many apologies to users who wondered what they were doing wrong when following it!

0