Update to 1.2.6

This commit is contained in:
GnoxNahte 2024-12-24 12:59:55 +08:00
parent 5dfe565e03
commit 782635f07f
4 changed files with 10 additions and 4 deletions

View file

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

View file

@ -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.

View file

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

View file

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