From 99d4ad09c08ea6904fa722b06e6d95af266202d2 Mon Sep 17 00:00:00 2001 From: Souta Date: Tue, 14 Jul 2026 14:44:48 +0900 Subject: [PATCH] chore(release): promote 1.1.7-beta.1 -> 1.1.7 (stable) Strip the -beta.N suffix so release.yml accepts the version landing on main. Syncs plugin + root manifest.json / manifest-beta.json / versions.json (minAppVersion 1.5.0). Version-only -- no code change. Ships the #342 / #429 fix: third-party plugin settings now survive a restart (config write-through to the local shadow disk) and are per-device on the remote, so two machines can no longer collide on one settings file. --- manifest-beta.json | 2 +- manifest.json | 2 +- plugin/manifest.json | 2 +- plugin/package-lock.json | 4 ++-- plugin/package.json | 2 +- plugin/versions.json | 3 ++- versions.json | 3 ++- 7 files changed, 10 insertions(+), 8 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 98507b4..ad2e6e8 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "remote-ssh", "name": "Remote SSH", - "version": "1.1.7-beta.1", + "version": "1.1.7", "minAppVersion": "1.5.0", "description": "Edit remote vaults over SSH/SFTP — VS Code Remote-SSH style.", "author": "souta shimozono", diff --git a/manifest.json b/manifest.json index 523fe02..ad2e6e8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "remote-ssh", "name": "Remote SSH", - "version": "1.1.6", + "version": "1.1.7", "minAppVersion": "1.5.0", "description": "Edit remote vaults over SSH/SFTP — VS Code Remote-SSH style.", "author": "souta shimozono", diff --git a/plugin/manifest.json b/plugin/manifest.json index 98507b4..ad2e6e8 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "remote-ssh", "name": "Remote SSH", - "version": "1.1.7-beta.1", + "version": "1.1.7", "minAppVersion": "1.5.0", "description": "Edit remote vaults over SSH/SFTP — VS Code Remote-SSH style.", "author": "souta shimozono", diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 655a163..0a2cf0a 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-remote-ssh", - "version": "1.1.7-beta.1", + "version": "1.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-remote-ssh", - "version": "1.1.7-beta.1", + "version": "1.1.7", "license": "MIT", "dependencies": { "@xterm/addon-fit": "^0.11.0", diff --git a/plugin/package.json b/plugin/package.json index ee23e02..d169d72 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-remote-ssh", - "version": "1.1.7-beta.1", + "version": "1.1.7", "description": "VS Code Remote SSH-like experience for Obsidian", "main": "main.js", "scripts": { diff --git a/plugin/versions.json b/plugin/versions.json index 8b0afe3..4c58604 100644 --- a/plugin/versions.json +++ b/plugin/versions.json @@ -191,5 +191,6 @@ "1.1.3": "1.5.0", "1.1.4": "1.5.0", "1.1.5": "1.5.0", - "1.1.6": "1.5.0" + "1.1.6": "1.5.0", + "1.1.7": "1.5.0" } diff --git a/versions.json b/versions.json index 8b0afe3..4c58604 100644 --- a/versions.json +++ b/versions.json @@ -191,5 +191,6 @@ "1.1.3": "1.5.0", "1.1.4": "1.5.0", "1.1.5": "1.5.0", - "1.1.6": "1.5.0" + "1.1.6": "1.5.0", + "1.1.7": "1.5.0" }