From 782635f07f7cb7c8ee5247cca420de4d73363b8b Mon Sep 17 00:00:00 2001 From: GnoxNahte Date: Tue, 24 Dec 2024 12:59:55 +0800 Subject: [PATCH] Update to 1.2.6 --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- CHANGELOG.md | 7 ++++++- manifest.json | 2 +- versions.json | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d5452e2..41dd2cf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6555d1f..bfbbb17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/manifest.json b/manifest.json index bc7ced7..d9e3d58 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/versions.json b/versions.json index a962e6c..19385fb 100644 --- a/versions.json +++ b/versions.json @@ -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" }