diff --git a/CHANGELOG.md b/CHANGELOG.md index 083971f..2cf09a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.0](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.1.0) (2024-07-07) + +Increment minor version because the features for the fallback (unsupported websites) embed is mostly done. + +**New Features & Improvements:** +- Add support to set the fallback embed link text from the previous update. Set it by using the alt text or in the settings. + +**Bugs Fixed:** +- Fix fallback embed not resizing correctly when there is [custom sizes](https://github.com/GnoxNahte/obsidian-auto-embed/tree/main#all-options). + ## [1.0.7](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.0.7) (2024-06-08) **New Features & Improvements:** diff --git a/manifest.json b/manifest.json index 35c9340..120986a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "auto-embed", "name": "Auto Embed", - "version": "1.0.7", + "version": "1.1.0", "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 2171cf6..9c963c9 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.0.4": "1.5.11", "1.0.5": "1.5.11", "1.0.6": "1.5.11", - "1.0.7": "1.5.11" + "1.0.7": "1.5.11", + "1.1.0": "1.5.11" }