All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Adding support for relative image URL in
<meta>
section SILENT_HTTP_ERRORS
configuration entry, set toTrue
by default
- now URL-decoding thumbnail filenames
- support for links to Pixabay images
- support for links to FreeSVG.org vector images
ImportError
with Python 3.6 due tocontextlib.nullcontext
not existing yet
- several comma-separated values can now be provided as CSS selectors to
Image-preview-thumbnailer
- support for pages with a
<meta property="og:image">
or<meta property="twitter:image">
properties, like DeviantArt artworks, Flickr photos, https://itch.io pages, OpenGameArt assets or WikiArt pages - support for GIF & SVG images, "bare" or hosted on Wikimedia
- new global
pelicanconf.py
configuration entries:IMAGE_PREVIEW_THUMBNAILER
IMAGE_PREVIEW_THUMBNAILER_EXCEPT_URLS
IMAGE_PREVIEW_THUMBNAILER_IGNORE_404
IMAGE_PREVIEW_THUMBNAILER_SELECTOR
- some configuration entries can bow be overriden per article/page:
image-preview-thumbnailer-except-urls: ...
image-preview-thumbnailer-ignore-404: ...
image-preview-thumbnailer-inserted-html: ...
image-preview-thumbnailer-thumb-size: ...
IMAGE_PREVIEW_THUMBNAILER_INSERTED_HTML
now includes a clickable link to the image
Initial version released