What's Changed
Notes:
The page range parser now makes less assumptions what the user wants when --ignore-invalid-pages
is set. When the complete page range contains invalid pages, it will not include the first or last page anymore. If that is required behavior you can use the first
and/or last
keyword in combination with the required page range to always get the first and/or last page.
Full Changelog: v0.9.0...v0.9.1