------------------
\
Fixed
~~~~~
- [**This is no longer the case with v2.1.0**.] the `replyto` field now takes the
whole filename, rather than "eating" the dot in filenames. E.g. old:
`replyto: 1md`; new: `replyto: 1.md`. You will need to update any comments
that contain this field. If you don't update, a warning will appear when
you generate your site.
Added
~~~~~
- automatically activates on Pelican 4.5+. If automatic loading isn't working,
refer to the installation instructions for my `autoloader
<https://github.com/MinchinWeb/minchin.pelican.plugins.autoloader>`__ plugin.
- Blogger comment exporter script is now available on the commandline as
`blogger-comment-export`
Changes
~~~~~~~
- move GitHub repo to `MinchinWeb/minchin.pelican.plugins.static-comments
<https://github.com/MinchinWeb/minchin.pelican.plugins.static-comments>`__
- plugin name, as listed in `PLUGINS` in `pelicanconf.py`, is now
`minchin.pelican.plugin.static_comments`. Generally, though, the entry can be
completely removed and instead rely on the auto-loading of plugins provided
by Pelican 4.5+.
Unresolved
~~~~~~~~~~
- documentation may (in places) still need to be updated