Browse Source

version 2.6.1

main 2.6.1
Simon Conseil 1 month ago
parent
commit
8895687c2a
  1. 7
      docs/changelog.rst
  2. 4
      src/sigal/plugins/nonmedia_files.py

7
docs/changelog.rst

@ -2,10 +2,11 @@
Changelog
===========
Version 2.7dev
~~~~~~~~~~~~~~
Version 2.6.1
~~~~~~~~~~~~~
Not released yet.
- Fix a bug in photoswipe when some EXIF data does not contain the date
information [:issue:`544`].
Version 2.6
~~~~~~~~~~~~~~

4
src/sigal/plugins/nonmedia_files.py

@ -4,8 +4,8 @@ This plugin will copy the files into the build tree and generate generic
thumbnails for the files. In-browser previews will likely fail, and
it is up to the theme to provide correct support for downloads.
If the `pdf2image <https://pypi.org/project/pdf2image/>`_ optional dependency is installed,
it will be used to generate thumbnails for PDF files.
If the `pdf2image <https://pypi.org/project/pdf2image/>`_ optional dependency
is installed, it will be used to generate thumbnails for PDF files.
Settings available as dictionary in ``nonmedia_files_options``:

Loading…
Cancel
Save