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.
This commit is contained in:
Souta 2026-07-14 14:44:48 +09:00
parent 6d59a8fb95
commit 99d4ad09c0
7 changed files with 10 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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