* if `page.meta.description` is not set, the `abstract_chars_count` first characters from markdown content are now converted into HTML. * add `match_path` option which should be a regex pattern matching the path to your files within the docs_dir. See [issue 34](https://github.com/Guts/mkdocs-rss-plugin/issues/34) and the related [PR #43](https://github.com/Guts/mkdocs-rss-plugin/pull/43). Contributed by [Ryan Morshead](https://github.com/rmorshea/).
----
0.12.0
Added
* add support to `page.meta.authors` or `page.meta.author` to populate feed items author tag. See [issue 34](https://github.com/Guts/mkdocs-rss-plugin/issues/34).
----
0.11.0
Added
* option to prettify the output, disabling minify. See [issue 18](https://github.com/Guts/mkdocs-rss-plugin/issues/18), [PR #33](https://github.com/Guts/mkdocs-rss-plugin/pull/33) and [related documentation section](https://guts.github.io/mkdocs-rss-plugin/configuration/#prettified-output)
Changed
* By default, the output file is now minified.
----
0.10.0
Added
* option to use dates from page metadata (YAML front-matter) instead of git log. See [14](https://github.com/Guts/mkdocs-rss-plugin/pull/14) and [related documentation section](https://guts.github.io/mkdocs-rss-plugin/configuration/#dates-overriding) * Python 3.9 is enabled in CI and referenced in PyPi tags
Changed
* the default length for description has been changed from 150 to 160 to fit maximum recommendation
----
0.9.0
Improved
* enable auto-escape on feed and item titles, using the Jinja e filter - see 19 * improve consistency for missing attributes in mkdocs.yml, returning almost always a None value
----
0.8.0
Added
* RSS compliance: image length is now present into enclosure tags - See 9 * User documentation: * clarify how item elements are computed * add how to edit HTML templates meta-tags to reference feeds * API reference documentation generated from source code and published through Read The Docs