Skip to content

Releases: Aetherinox/mkdocs-link-embeds

0.2.0

08 Aug 03:22
b39a904
Compare
Choose a tag to compare

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 setting
  • perf: disable fetchurl if user inputs custom values
  • perf: use .join in favor of += for concat
  • fix: title, name site metadata not converted to string
  • ci: update github workflows
  • style: 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


🚀 Features


🐛 Bugfixes


✨ Optimizations


📦 Build & Dependencies


✏️ Docs




0.1.10

22 Mar 23:25
03079c1
Compare
Choose a tag to compare

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:




Pull Requests

🚀 Features


✏️ Docs


📦 Build & Dependencies





0.1.9

22 Mar 19:03
e89c059
Compare
Choose a tag to compare
  • feat: add verbose config
    • outputs various detailed logs related to certain processes

0.1.8

22 Mar 07:07
9af7f04
Compare
Choose a tag to compare
  • feat: add accent property
  • feat: advanced favicon fetching
  • dep: added package request to dependencies
  • change: ability to give custom names, descriptions, and images for invalid links
  • change: add backup metadata sources for all properties, e.g: og:description and description
  • change: added user agent to keep certain sites from blocking crawling
  • fix: certain websites returning nil values for missing metadata

0.1.7

21 Mar 11:14
2d0553c
Compare
Choose a tag to compare
  • 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

20 Mar 19:20
965e9f8
Compare
Choose a tag to compare
  • feat: added target property for embed code blocks
  • change: updated fallback.html template to match that of the view.html template

0.1.5

20 Mar 00:54
6b0a0a2
Compare
Choose a tag to compare
  • feat: added favicon_size property for embed code blocks
  • fix: bug which made codeblock css conflict with normal codeblocks and syntax highlighting

0.1.1

18 Mar 22:23
9a798ec
Compare
Choose a tag to compare
  • fix: changed matching rules so that raw-code embedded codeblocks will not render
  • fix: z-index on embedded link cover with mkdocs Material theme header
  • style: modified how embedded links appear and now utilize mkdocs css variables
  • style: changed default cover image for unresolved links