Skip to content

Releases: AberrantWolf/print-junk

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:59
v0.5.0
fa67d07

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 13:56
c1ee051

Full Changelog: v0.3.1...v0.4.0

v0.4.0-alpha1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 12:30

v0.3.1-test-signing

Choose a tag to compare

@github-actions github-actions released this 26 Apr 08:07
7d62b85

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 26 Apr 07:14
f632b2d

Full Changelog: v0.3.0...v0.3.1

Highlights:

  • Added N-signature per file PDF option on export

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 14:59
a77780d

Full Changelog: https://github.com/AberrantWolf/pdf-tools/commits/v0.3.0

Major highlights:

Creep adjustment

I've implemented it as you have a max margin at the very outside of your signature and the margin gets reduced by the creep adjustment for each layer in. (There's a warning and auto-set button if your max margin doesn't have enough space for all the creep reduction.)

Also, it comes in two flavors: "Per layer" and "From caliper"

Per layer is just your best guess of how much to offset the contents for each sheet of paper in your signature stack. Defaults to 0.1 mm.

From caliper assumes you've taken calipers and measured the thickness of your sheets, and then tries to account for extra creep due to how folds get a bit extra wider each layer in the stack closer to the spine. I'm not sure this is "correct" but it's worth a try if you're trying to be extra specific/exact.

And do let me know if it's not working for you. I haven't used this feature in practice yet, so it's just a best guess so far.

Reworking backend

Did a pretty big rework of how layouts are handled to try to keep the code easier to reason about and expand on.

Fixed MacOS icon size and app bundle

I still need to make a "modern" MacOS app icon so that it looks right under Glass or whatever, but this is at least closer to the right size.

The bigger issue is that I'd screwed up automating the app bundle so all you got was a folder in the .zip file. Now you get a proper .app file like a normal Mac app.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 13:27

Full Changelog: v0.1.0...v0.2.0

Some highlights:

  • "Cascades" which are just multiple layouts arranged in a grid on the sheet. Should work double-sided, and with folio, quarto, octavo
  • Printer's marks gray-ness -- so your fold lines can be nearly invisibly-light if you want
  • Also line thickness multipliers for marks -- same kind of deal
  • Better memory use, maybe smaller executable size, cleaner dependencies for building
  • Preview no longer resets every time it refreshes
  • Added an app icon and changed up bundling so you can choose the CLI (pdft) or GUI (PDF Tools)

I think that's mostly it. Feel free to harass me about bugs or feature requests.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Apr 04:35