0.102.20: shorten store description under 200 chars (listing-only, no code change)

This commit is contained in:
Human 2026-06-14 12:12:46 -07:00
parent c633cd146d
commit 03d543b016
3 changed files with 9 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "stashpad-obsidian",
"version": "0.102.19",
"version": "0.102.20",
"private": true,
"scripts": {
"dev": "node esbuild.config.mjs",

View file

@ -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.