From 2d0553c9f9183807e94a11103bab5e4b2a409a98 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Thu, 21 Mar 2024 04:10:14 -0700 Subject: [PATCH] docs: update --- docs/docs/about/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/docs/about/changelog.md b/docs/docs/about/changelog.md index 370789a..2581e18 100644 --- a/docs/docs/about/changelog.md +++ b/docs/docs/about/changelog.md @@ -7,6 +7,19 @@ tags: ![Version](https://img.shields.io/github/v/tag/Aetherinox/mkdocs-link-embeds?logo=GitHub&label=version&color=ba5225) ![Downloads](https://img.shields.io/github/downloads/Aetherinox/mkdocs-link-embeds/total) ![Repo Size](https://img.shields.io/github/repo-size/Aetherinox/mkdocs-link-embeds?label=size&color=59702a) ![Last Commit)](https://img.shields.io/github/last-commit/Aetherinox/mkdocs-link-embeds?color=b43bcc) ![PyPI - Version](https://img.shields.io/pypi/v/mkdocs-link-embeds-plugin) +### 0.1.7 March 21, 2024 { id="0.1.7" } + +- `refactor`: removal of fallback template + - plugin now uses one template to control all links +- `refactor`: updated and cleaned css file to remove excess properties +- `change`: updated regex rule + - now ignores spaces between property and value +- `change`: `BeautifulSoup` now handles all links through the same methods, both valid and invalid +- `change`: `fetchurl` module now utilized to grab link metadata +- `change`: added css properties to define additional properties for users using different mkdocs themes + +
+ ### 0.1.6 March 19, 2024 { id="0.1.6" } - `feat`: added `target` property for embed code blocks