From 34c2df318655b9130c63191c95680b28e65c072d Mon Sep 17 00:00:00 2001 From: Postcount CI Date: Tue, 12 Dec 2023 14:36:40 +0700 Subject: [PATCH] Update temporary Gate functionality and version numbers --- README.md | 4 ++-- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 872c291..ef330aa 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ The gate will have them same configuration as the one you configured in the sett #### Open a temporary Gate -If no Gate is found, the plugin will open a temporary Gate with the provided URL, this gate will not be saved and will be deleted when you close it. +If no Gate is found, the plugin will open a temporary Gate with the provided URL, this gate will not be saved and will be deleted when you close it. To prevent multiple temporary Gates from being opened, which can lead to performance issues like Chrome tabs, the plugin only allow you to open one temporary Gate at a time. -The feature is under development, will be available in the next release. +The usage is exactly the same as the pre-configured Gate, but you no need to match the title or url. ## Usage: Code Block diff --git a/manifest.json b/manifest.json index 6486f4e..c959fca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "open-gate", "name": "Open Gate", - "version": "1.10.0", + "version": "1.10.1", "minAppVersion": "0.15.0", "description": "Embed any website to Obsidian, you have anything you need in one place. You can browse website and take notes at the same time. e.g. Ask ChatGPT and copy the answer directly to your note.", "author": "duocnv", diff --git a/package.json b/package.json index eaf829d..ea91e4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-open-gate", - "version": "1.10.0", + "version": "1.10.1", "description": "Embedding any website to Obsidian, from now all, you have anything you need in one place.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 92a7f3e..d284067 100644 --- a/versions.json +++ b/versions.json @@ -45,5 +45,6 @@ "1.9.6": "0.15.0", "1.9.7": "0.15.0", "1.9.8": "0.15.0", - "1.10.0": "0.15.0" + "1.10.0": "0.15.0", + "1.10.1": "0.15.0" } \ No newline at end of file