mirror of
https://github.com/gnoxnahte/obsidian-auto-embed.git
synced 2026-07-22 09:50:24 +00:00
Update to 1.2.1
This commit is contained in:
parent
b987461c8e
commit
49b9c319b2
3 changed files with 18 additions and 4 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -1,12 +1,25 @@
|
|||
# Changelog
|
||||
|
||||
## [1.2.0](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.2.0) (2024-09-18)
|
||||
## [1.2.1](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.2.1) (2024-09-19)
|
||||
Since there are a lot of changes, please report any bugs!
|
||||
|
||||
**New Features & Improvements:**
|
||||
- #15 Add support for twitter profile timelines.
|
||||
|
||||
**Bugs Fixed:**
|
||||
- Add padding for fallback embed link (external link below embed)
|
||||
- Fix #8 where it crashes the note when `Preload options` is `Placeholder + Click to load` AND `Fallback options` is `Show Error Message`.
|
||||
- Fix #9 where embeds aren't collapsing when in a bullet list.
|
||||
- Fix #10 and #11. Slightly change where the embed is placed. Fixes issues like the embed breaking bullet points, or 'eating' the last character. However, this might cause more bugs, so create new issues whenever you find them!
|
||||
- Fix #14. Don't embed web images. It might show the placeholder for a split second but it should hide it quite quickly.
|
||||
|
||||
## [1.2.0](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.2.0) (2024-09-07)
|
||||
Incrementing minor version. Added and fixed most of the features and bugs to make a proper plugin.
|
||||
|
||||
Since there are a lot of changes, please report any bugs!
|
||||
|
||||
**New Features & Improvements:**
|
||||
- Add placeholders for websites. It has a 'click to load' mode too. This should greatly improve [Content Layout Shifts](https://web.dev/articles/cls). <br />
|
||||
- Add #7 placeholders for websites. It has a 'click to load' mode too. This should greatly improve [Content Layout Shifts](https://web.dev/articles/cls). <br />
|
||||
Thanks to [@Rikiub](https://github.com/Rikiub) for suggesting it! - [Issue 7](https://github.com/GnoxNahte/obsidian-auto-embed/issues/7)
|
||||
- Add Imgur album support. (Album has `/a/` instead of `/gallery/` in the URL)
|
||||
- Add options to disable selected websites
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "auto-embed",
|
||||
"name": "Auto Embed",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"minAppVersion": "1.5.11",
|
||||
"description": "Helps to embed links using markdown instead of iframe",
|
||||
"author": "GnoxNahte",
|
||||
|
|
|
|||
|
|
@ -11,5 +11,6 @@
|
|||
"1.1.1": "1.5.11",
|
||||
"1.1.2": "1.5.11",
|
||||
"1.1.3": "1.5.11",
|
||||
"1.2.0": "1.5.11"
|
||||
"1.2.0": "1.5.11",
|
||||
"1.2.1": "1.5.11"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue