Skip to content

v2.3.6 - Keep Patching

Compare
Choose a tag to compare
@tavinus tavinus released this 12 Apr 10:11
· 57 commits to master since this release

Upgrade Info

If you have 2.3.0 or later you can upgrade with the --upgrade parameter

pdfscale --upgrade

Additions since v2.3.0

  • Fix printPageResize() print (was printing scale call)
    • Actual resize was fine, just printing was swapped
  • Removed cat dependency yet again (killing the cat yet again)
    • It is not that I hate cat or anything like that, but I prefer built-ins
  • Added option --yes|--assume-yes
    • Makes install and upgrade not prompt the user for confirmation
    • sudo may still ask for password on install
  • Added option --insecure|--no-check-certificate
    • Makes curl/wget ignore SSL certificates (HTTPS)
  • Fix grep method exit on adaptive method for some rare cases
    • Rebuilt the grep method and added some extra fail-safe checks
    • Changed the bash parsing
  • Rebuilt --upgrade and --install options
    • Better checks and code cleanup
  • Upgrade routine will try to clean up after itself
    • Tries to remove downloaded file and extracted folder when closing
  • Readme.md now includes basic info about installing and upgrading