Skip to content

Releases: danburzo/percollate

v0.7.1

30 Jul 08:33
Compare
Choose a tag to compare

CLI changes:

  • the --cover flag is enabled implicitly when using the --title option or when bundling more than one item; disable the cover page with --no-cover;
  • the --toc flag is enabled implicitly when bundling more than one item; disable the ToC with --no-toc;

Improvements:

  • When bundling multiple items, ignore failing conversions and bundle the rest of the items
  • Readability: prefer JSON-LD Schema.org metadata (#72)
  • Fixes GitHub heading anchors (#49)
  • Lazy loaded images: support more common scenarios (attributes using the data-lazy- prefix)

v0.7.0

30 Jul 08:28
Compare
Choose a tag to compare

Adds support for a cover page (#44) using the --cover flag.

v0.6.4

29 Jul 11:34
Compare
Choose a tag to compare
  • Use the value of the --output option as a prefix for file names when converting multiple files with the --individual flag.
  • Switched fetch implementation from got to the smaller node-fetch package.

v0.5.0

25 Jul 07:39
Compare
Choose a tag to compare

You can now generate (basic) EPUB and HTML with the epub and html commands, respectively.

Added the ability to read HTML content from stdin with the - operand; you can pass the original URL with the -u / --url option.

v0.4.0

25 Jul 06:49
Compare
Choose a tag to compare

Enhancement: expand <details> elements.

Chore: upgrade dependencies to their latest version.

Percollate 0.3.0

30 Oct 14:13
Compare
Choose a tag to compare

0.3.0

Prefer the AMP version of an article, if available. Details here.

Support for lazy-loaded images. (#71)

Increased Puppeteer navigation timeout to 2 minutes. (#80, thanks @butu5!). Also added a --debug flag to print more information about the process.

Fixed URL encoding before fetching it. (#83, thanks @ncsing!)

Generate a Table of Contents page (#81, thanks @guybedo!) when using the --toc option.