Changelog¶
0.2.0 Aug 07, 2024¶
feat
: add verbose printing and plugin settingperf
: disable fetchurl if user inputs custom valuesperf
: use .join in favor of += for concatfix
: title, name site metadata not converted to stringci
: update github workflowsstyle
: changed the overall code structure to combine statements, make things more streamline.docs
: new dark theme
0.1.10 Mar 22, 2024¶
feat
: integrated developer logging which ties into verbose mode
0.1.9 March 22, 2024¶
feat
: addverbose
config- outputs various detailed logs related to certain processes
0.1.8 March 21, 2024¶
feat
: addaccent
propertyfeat
: advanced favicon fetchingdep
: added packagerequest
to dependencieschange
: ability to give custom names, descriptions, and images for invalid linkschange
: add backup metadata sources for all properties, e.g:og:description
anddescription
change
: added user agent to keep certain sites from blocking crawlingfix
: certain websites returning nil values for missing metadata
0.1.7 March 21, 2024¶
refactor
: removal of fallback template- plugin now uses one template to control all links
refactor
: updated and cleaned css file to remove excess propertieschange
: updated regex rule- now ignores spaces between property and value
change
:BeautifulSoup
now handles all links through the same methods, both valid and invalidchange
:fetchurl
module now utilized to grab link metadatachange
: added css properties to define additional properties for users using different mkdocs themes
0.1.6 March 19, 2024¶
feat
: addedtarget
property for embed code blockschange
: updated fallback.html template to match that of the view.html template
0.1.5 March 19, 2024¶
feat
: addedfavicon_size
property for embed code blocksfix
: bug which made codeblock css conflict with normal codeblocks and syntax highlighting
0.1.3 March 19, 2024¶
feat
: addedfavicon
property for embed code blocksfeat
: addedfavicon_disabled
config optionfeat
: addedfavicon_default
config optionfeat
: addedimage_default
config optionfeat
: addedfalse
value which can be used forimage
andfavicon
propertieschange
: renamed all default value configsdefault_name
⮞name_default
default_desc
⮞desc_default
default_image
⮞image_default
change
: plugin now uses new structure
0.1.2 March 19, 2024¶
change
: updated plugin structure to utilizepyproject.toml
and install dependenciesfix
: make regex rule more strict in regards toembed
keyword.- before update, embedded link would display if you added any letters after
embed
, such asembedasdasdasd
- before update, embedded link would display if you added any letters after
0.1.1 March 18, 2024¶
fix
: changed matching rules so that raw-code embedded codeblocks will not renderfix
: z-index on embedded link cover with mkdocs Material theme headerstyle
: modified how embedded links appear and now utilize mkdocs css variablesstyle
: changed default cover image for unresolved links
0.1.0 March 18, 2024¶
- First public release
0.0.6 March 15, 2024¶
- Initial private release