Update to 1.0.6

This commit is contained in:
GnoxNahte 2024-06-08 17:31:30 +08:00
parent dbb55022e0
commit dd3e65dda1
3 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog
## [1.0.5](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.0.5) (2024-06-08)
**New Features & Improvements:**
- Add support for embedding Google Docs.
**Bugs Fixed:**
- Fix a bug when the plugin overrides Obsidian whenever there is an image url (urls ending with image extensions like .png or .jpg) which results in the image not being sized correctly. Now it should behave like the [docs](https://help.obsidian.md/Linking+notes+and+files/Embed+files#Embed+an+image+in+a+note).
## [1.0.5](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.0.5) (2024-05-04)
**New Features & Improvements:**

View file

@ -1,7 +1,7 @@
{
"id": "auto-embed",
"name": "Auto Embed",
"version": "1.0.5",
"version": "1.0.6",
"minAppVersion": "1.5.11",
"description": "Helps to embed links using markdown instead of iframe",
"author": "GnoxNahte",

View file

@ -4,5 +4,6 @@
"1.0.2": "1.5.11",
"1.0.3": "1.5.11",
"1.0.4": "1.5.11",
"1.0.5": "1.5.11"
"1.0.5": "1.5.11",
"1.0.6": "1.5.11"
}