sotashimozono_obsidian-remo.../plugin/manifest.json
Souta 99d4ad09c0 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.
2026-07-14 14:44:48 +09:00

15 lines
521 B
JSON

{
"id": "remote-ssh",
"name": "Remote SSH",
"version": "1.1.7",
"minAppVersion": "1.5.0",
"description": "Edit remote vaults over SSH/SFTP — VS Code Remote-SSH style.",
"author": "souta shimozono",
"authorUrl": "https://codes.sota-shimozono.com/",
"fundingUrl": {
"Buy Me a Coffee": "https://buymeacoffee.com/sotashimozono",
"GitHub Sponsors": "https://github.com/sponsors/sotashimozono"
},
"helpUrl": "https://github.com/sotashimozono/obsidian-remote-ssh#readme",
"isDesktopOnly": true
}