* ability to define URL parameters on items URLs (see [documentation](https://guts.github.io/mkdocs-rss-plugin/configuration/#url-parameters)) * complete unit tests and display code coverage badge (using codecov.io)
Changed
* homogenization of docstrings on the sphinx format (as stipulated in the contribution guidelines)
----
0.14.0
Fixed
* fix `match_path` option by skipping the pages that aren't included. See [PR 49](https://github.com/Guts/mkdocs-rss-plugin/pull/49). Contributed by [Paulo Ribeiro](https://github.com/pauloribeiro-codacy/).
Added
* add isort to development toolbelt
----
0.13.0
Added
* 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