mirror of
https://github.com/gnoxnahte/obsidian-auto-embed.git
synced 2026-07-22 09:50:24 +00:00
Update to 1.2.6
This commit is contained in:
parent
5dfe565e03
commit
782635f07f
4 changed files with 10 additions and 4 deletions
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
|
@ -51,7 +51,7 @@ body:
|
|||
description: |
|
||||
What Auto Embed version are you using?
|
||||
If left blank, I will assume you're on the latest version
|
||||
placeholder: 1.2.5
|
||||
placeholder: 1.2.6
|
||||
- type: dropdown
|
||||
id: os
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -18,7 +18,12 @@ Things to remember:
|
|||
- Try to check all the links link to a valid location
|
||||
-->
|
||||
|
||||
## [1.2.4](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.2.4) (2024-10-28)
|
||||
## [1.2.6](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.2.6) (2024-12-24)
|
||||
|
||||
**New Features & Improvements:**
|
||||
- Add [Issue 21](https://github.com/GnoxNahte/obsidian-auto-embed/issues/21): Add fallback when there is no internet connection
|
||||
|
||||
## [1.2.5](https://github.com/GnoxNahte/obsidian-auto-embed/tree/1.2.5) (2024-12-18)
|
||||
**Bugs Fixed:**
|
||||
- Fix [Issue 20](https://github.com/GnoxNahte/obsidian-auto-embed/issues/20#issuecomment-2551178504): Ignore embedding svg.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "auto-embed",
|
||||
"name": "Auto Embed",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"minAppVersion": "1.5.11",
|
||||
"description": "Helps to embed links using markdown instead of iframe.",
|
||||
"author": "GnoxNahte",
|
||||
|
|
|
|||
|
|
@ -16,5 +16,6 @@
|
|||
"1.2.2": "1.5.11",
|
||||
"1.2.3": "1.5.11",
|
||||
"1.2.4": "1.5.11",
|
||||
"1.2.5": "1.5.11"
|
||||
"1.2.5": "1.5.11",
|
||||
"1.2.6": "1.5.11"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue