Skip to content

22.2.9

Compare
Choose a tag to compare
@pchiorean pchiorean released this 09 Feb 08:26
· 691 commits to master since this release

This is a statically-linked version of the repository to eliminate the need for libraries and make the scripts stand-alone.

New features
  • brk QR 4.0, QRBatch 3.0: Added suffix support (see SpreadsToFiles)
  • upd QuickExport 2.19: Cancel export if 'Esc' is kept pressed
  • new QuickExport 2.17: Added a 'Save as…' option for removing cruft and reducing documents size
  • upd QR 3.7, QRBatch 2.9: Added a checkbox for uppercase text
  • upd QuickExport 2.13: When exporting files to subfolders, a '+' in the suffix will truncate the subfolder name
  • upd DefaultLayers/Swatches/ReplaceFonts/Links: You can now use backslash at the end of a line to split long lines
  • new Added GuidesAdd: Adds guides on pages' edges and inner centers or on selected objects' edges (mostly a template script)
  • new Added ReplaceLinks: Replaces document links from a substitution list
  • upd DocCleanup 2.9: Added a step to clear default effects
  • new Added ScaleToSpreadBleed/H/W
  • new Added OffsetPath 1.2 by Olav Martin Kvern to /misc (it uses InDesign's text wrap feature to create offset/inset paths)
Updates
  • upd QuickExport 2.20: Added a second progress bar when exporting separate pages
  • upd QuickExport 2.18: Input files are now sorted in natural order
  • upd QR 3.6.1, QRBatch 2.8.1: The on-page label now has insets on both left and right sides
  • upd DefaultLayers 3.4, DefaultSwatches 4.6, ReplaceFonts 2.3, ReplaceLinks 1.3: Improved the error alert for missing data files; added a check for converted documents
  • upd DefaultPrefs 1.5: Disabled layout adjustment
  • upd QR 3.6, QRBatch 2.8: If it fits, the code will now be aligned outside visible area, instead of margins
  • upd ReplaceLinks 1.2: Update out-of-date links
  • upd LabelPage 1.3, LabelPageRatios 2.2, PrepareForExport 2.3: Aligned page label to crop marks
  • upd QuickExport 2.15: Report overflowed text; don't report missing links from the pasteboard
  • upd DefaultLayers 3.3, DefaultSwatches 4.5, ReplaceFonts 2.2, ReplaceLinks 1.1: Improved data parsing and error reporting
  • upd QuickExport 2.12: Moved crop marks at 1 mm from trimbox; don't include printer's marks if no bleed
  • upd OffsetPath 2.0: Fixed container-objects; added option to join contours; streamlined logic
  • upd Debug 1.0: Updated description, simplified arguments parsing, updated trunc/pad function
  • upd HW 2.7: Also match old <safe area> frames as visible area marks
  • upd ShowProfiles 1.5: Profiles are only available with a document opened, so create a temporary one
Removed features
  • ref QuickExport 2.21: Removed advanced mode 'Save prefs' button
Bug fixes
  • fix QRBatch 2.9.2: Forgot to pass along the uppercase checkbox value (d'oh!)
  • fix TextAutosize 2.5.2: Hopefully fixed hyphenated lines breaking
  • fix QuickExport 2.16.1: Fixed a bug when skipping page information on pages with small widths
  • fix QR 3.7.1, QRBatch 2.9.1: Made the label uppercase by default
  • fix QuickExport 2.16: Don't include page information when pages/spreads widths are less than 335 pt
  • fix LabelPage 1.3.1, LabelPageRatios 2.2.1, PrepareForExport 2.3.1: Added a white outline to labels
  • fix ShowFonts 1.4.6: Fixed name reporting for missing fonts
  • upd QuickExport 2.14: When exporting separate pages don't add a counter if doc has a single page/spread
  • fix DefaultLayers 3.3.1, DefaultSwatches 4.5.1, ReplaceFonts 2.2.1, ReplaceLinks 1.1.1: Changed 'No data file found' alert verbosity level to info
  • fix SpreadsToFiles 1.7.12: Fixed separator validation (regex fuckup)
  • fix QuickExport 2.11.3: Fixed clash with regex tokens when uniquifying filenames
  • fix PrepareForExport 2.2.2: Hidden layers are now ignored
  • fix Clip 2.7, ClipUndo 2.5: Only clip objects directly on spread
  • fix QRBatch 2.7: Converted documents are now skipped and reported
Miscellaneous
  • ref Changed scripts grouping & switched to calendar versioning
  • ref Renamed DeleteGuides to GuidesDelete and CleanupSwatches to SwatchesCleanup
  • ref Linked helper functions by #include preprocessor directive
  • ref Updated helper functions
  • doc SpreadsToFiles 1.7.10: Added an example to the prompt message
  • ref Renamed OffsetPath to OffsetPaths
  • doc Added a changelog