mirror of
https://github.com/sotashimozono/obsidian-remote-ssh.git
synced 2026-07-22 06:52:07 +00:00
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.
15 lines
521 B
JSON
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
|
|
}
|