diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c09ab..d11887a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:** diff --git a/manifest.json b/manifest.json index 8f3f957..0d0f008 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/versions.json b/versions.json index e744ad7..85e21b8 100644 --- a/versions.json +++ b/versions.json @@ -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" }