mirror of
https://github.com/sotashimozono/obsidian-remote-ssh.git
synced 2026-07-22 06:52:07 +00:00
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:
parent
6d59a8fb95
commit
99d4ad09c0
7 changed files with 10 additions and 8 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
4
plugin/package-lock.json
generated
4
plugin/package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue