From 03d543b016540f51a8835c2bef5e89e12ee1ebca Mon Sep 17 00:00:00 2001 From: Human Date: Sun, 14 Jun 2026 12:12:46 -0700 Subject: [PATCH] 0.102.20: shorten store description under 200 chars (listing-only, no code change) --- manifest.json | 4 ++-- package.json | 2 +- release-notes/0.102.20.md | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 release-notes/0.102.20.md diff --git a/manifest.json b/manifest.json index 6944827..05adb4f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "stashpad", "name": "Stashpad", - "version": "0.102.19", + "version": "0.102.20", "minAppVersion": "1.13.0", - "description": "A chat-style, nested-notes workspace: rapid capture, outliner navigation, in-place editing, fast search, tasks, and per-folder templates, with one-click Open Knowledge Format (OKF) export so your notes are readable by LLMs and agents.", + "description": "A chat-style, nested-notes workspace: rapid capture, outliner navigation, fast search, tasks, and per-folder templates, with one-click Open Knowledge Format (OKF) export for LLMs and agents.", "author": "Human", "isDesktopOnly": false } diff --git a/package.json b/package.json index 4021030..5d27c4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stashpad-obsidian", - "version": "0.102.19", + "version": "0.102.20", "private": true, "scripts": { "dev": "node esbuild.config.mjs", diff --git a/release-notes/0.102.20.md b/release-notes/0.102.20.md new file mode 100644 index 0000000..523d78c --- /dev/null +++ b/release-notes/0.102.20.md @@ -0,0 +1,6 @@ +# 0.102.20 — Shorter store description + +Listing-only update: trimmed the plugin description to fit the community-store's +200-character limit and removed a wording ("in-place editing") that could be read as +inline text editing, which Stashpad doesn't do (editing a note body opens it in +Obsidian's normal editor). No code or feature changes.