Skip to content

Releases: prcr/mkdocs-meta-descriptions-plugin

v3.0.0

06 Dec 16:30
95e21e0
Compare
Choose a tag to compare

Added

Removed

v2.3.0

31 Jul 15:53
9e22901
Compare
Choose a tag to compare

Added

  • New option trim to trim meta descriptions coming from the first paragraph of the pages to include at most max_length characters. Fixes #259. Thanks to @mur4d1n for the contribution! 🎉

Changed

  • If you're using MkDocs>=1.5.0, the log messages produced by the plugin have the prefix meta-descriptions: instead of [meta-descriptions] since the plugin now uses the built-in MkDocs logger to help format log messages consistently across plugins.

v2.2.0

15 Dec 10:04
0fee15f
Compare
Choose a tag to compare

Added

v2.1.0

01 Oct 18:04
9ed7df1
Compare
Choose a tag to compare

Added

  • New option enable_checks to validate if all pages have meta descriptions and if each meta description has the recommended length.

v2.0.0

23 Jul 18:17
aa4f956
Compare
Choose a tag to compare

Added

  • Added support for Python 3.10.
  • Option quiet to stop info messages from being displayed on the console when running MkDocs.
  • New debug messages to log which meta description the plugin used on each page, available by running MkDocs with the --verbose flag.

Changed

  • Tweaked existing console log messages.

Removed

v1.0.2

12 Sep 09:32
d7b7064
Compare
Choose a tag to compare

Fixed

v1.0.1

16 May 20:01
319765a
Compare
Choose a tag to compare

Fixed

  • Write full page URLs in meta-descriptions.csv if site_url is defined. Fixes #68.
  • Drop lxml dependency by using Python's built-in html.parser instead

v1.0.0

15 May 20:00
378aad6
Compare
Choose a tag to compare

First stable version.

Added

v0.0.5

10 May 16:33
1b58515
Compare
Choose a tag to compare

Fixed

  • Slacken minimum requirements for Python packages to make the plugin compatible with a wider range of environments.

v0.0.4

27 Apr 12:25
8c157ba
Compare
Choose a tag to compare

Fixed

  • Correct package name in setup.py that was preventing the plugin from being used in MkDocs.