Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 19:59

PDF imposition for print — lay your pages out on the press sheet.

Windows, no setupPressReady-0.3.0-windows-x64-portable.zip: unzip, run
PressReady.exe (SmartScreen warns once: More info → Run anyway). 64-bit only
(PyQt6 ships no 32-bit Windows packages).

Windows, installed (MSIX) — the package is signed with the project's own
certificate, and Windows only installs what it trusts, so the first time you need one
elevated-PowerShell moment in your download folder:

Import-Certificate -FilePath .\PressReady-msix-signing.cer -CertStoreLocation Cert:\LocalMachine\TrustedPeople
Add-AppxPackage .\PressReady-0.3.0-windows-x64.msix

That trust is one-time — future releases are signed with the same certificate.
(Skipping the first line is exactly error 0x800B010A.) If you still have the
February build installed (published then as v2.0.0), remove it first — Windows won't
install an older-numbered package over it:
Get-AppxPackage PressReadyTeam.PressReady | Remove-AppxPackage

macOS.dmg, drag to Applications. First launch: right-click → Open.
Linux — extract the .tar.gz and run ./PressReady. No Python needed.

What changed is in CHANGELOG.md.
The site is at https://danielmevit.github.io/pressready/.