mirror of
https://github.com/gnoxnahte/obsidian-auto-embed.git
synced 2026-07-22 09:50:24 +00:00
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:
parent
75a277717d
commit
c17f8acd47
3 changed files with 13 additions and 2 deletions
10
CHANGELOG.md
10
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:**
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue