Releases: Aetherinox/mkdocs-link-embeds
Releases · Aetherinox/mkdocs-link-embeds
0.2.0
Release Info
Item | Value |
---|---|
🏷️ Version | 0.2.0 |
#️⃣ SHA256 | 2ceb18908109fd32c8658a53540ed36b43cb9baebff130e475bf6b61527265b4 🔺 dist/mkdocs_link_embeds_plugin-0.2.0.tar.gz |
🕟 Stamp | 0.1.10-2024-03-22T23:25:41.000Z 🔺 0.2.0-2024-08-08T03:22:09.000Z |
📅 Last Release | 138 days ago |
What's New
This release contains the following changes:
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
Statistics
How the files have changed:
- Changed files : 20
- Changes : 3192
- Commits : 41
- Additions : 3015
- Deletions : 177
- PRs (categorized) : 40
- PRs (uncategorized) : 1
- PRs (open) : 0
Pull Requests
This release is associated with the following pull requests:
🪛 Continuous integration
- update changelog json template : 17c7d19 @Aetherinox
- update workflow pypi : 8847992 @Aetherinox
- skip github release on pypi test : b39a904 @Aetherinox
🚀 Features
- add verbose printing and plugin setting : 8d807f6 @Aetherinox
- add verbose for fetchurl and enable feature : 379ce44 @Aetherinox
🐛 Bugfixes
- title, name site metadata not converted to string : edc03f5 @Aetherinox
✨ Optimizations
- disable fetchurl if user inputs custom values : 7d2334a @Aetherinox
- use .join in favor of += for concat : 95d4d6d @Aetherinox
📦 Build & Dependencies
- bump version to v0.2.0 : 011823b @Aetherinox
✏️ Docs
- update readme : 1235e3a @Aetherinox
- update changelog for v0.2.0 : 0293972 @Aetherinox
0.1.10
Release Info
- Version began on: ........
2024-03-22T13:31:41.000Z
- SHA256: ................................
f7aa16e83cfdeb4b9ef6c92104e61d9394d7813606faa41a459b0b4b8d54e958 🔺 dist/mkdocs-link-embeds-plugin-0.1.10.tar.gz
- Stamp: ....................................
v0.1.9-2024-03-22T13:31:41.000Z 🔺 0.1.10-2024-03-22T23:25:41.000Z
- Last Release: ......................
0 days ago
What's New
This release contains the following changes:
feat
: integrated developer logging which ties into verbose mode
Statistics
How the files have changed:
- Changed files : 6
- Commits : 22
- Additions : 463
- Deletions : 64
Pull Requests
🚀 Features
- integrated mkdocs logging : da5cbad @Aetherinox
- integrated mkdocs logging : 1a209fd @Aetherinox
✏️ Docs
- update mkdocs.yml : 05b135d @Aetherinox
📦 Build & Dependencies
- bump version 0.1.10 : 03079c1 @Aetherinox
0.1.9
feat
: addverbose
config- outputs various detailed logs related to certain processes
0.1.8
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
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
feat
: addedtarget
property for embed code blockschange
: updated fallback.html template to match that of the view.html template
0.1.5
feat
: addedfavicon_size
property for embed code blocksfix
: bug which made codeblock css conflict with normal codeblocks and syntax highlighting
0.1.1
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