Update to 1.1.0

Increment minor version because the features for the fallback (unsupported websites) embed is mostly done.
This commit is contained in:
GnoxNahte 2024-07-07 11:23:41 +08:00
parent 75a277717d
commit c17f8acd47
3 changed files with 13 additions and 2 deletions

View file

@ -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:**

View file

@ -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",

View file

@ -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"
}