Skip to content

Releases: pelican-plugins/image-preview-thumbnailer

Added support for links to Pixabay images

14 Oct 09:30
Compare
Choose a tag to compare

Added support for links to freesvg.org vector images

20 Sep 12:39
Compare
Choose a tag to compare

Added

v1.0.4

18 Aug 11:16
Compare
Choose a tag to compare

[1.0.4] - 2021-08-18

Fixed

  • ImportError with Python 3.6 due to contextlib.nullcontext not existing yet

v1.0.3

18 Aug 07:19
Compare
Choose a tag to compare

Changed

  • several comma-separated values can now be provided as CSS selectors to Image-preview-thumbnailer

Added

  • 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: ...

v1.0.2

17 Aug 09:08
Compare
Choose a tag to compare

Added

v1.0.1

17 Aug 07:13
Compare
Choose a tag to compare

Changed

  • IMAGE_PREVIEW_THUMBNAILER_INSERTED_HTML now includes a clickable link to the image