mirror of
https://github.com/grub-basket/SP.git
synced 2026-07-22 07:46:27 +00:00
0.102.20: shorten store description under 200 chars (listing-only, no code change)
This commit is contained in:
parent
c633cd146d
commit
03d543b016
3 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "stashpad-obsidian",
|
||||
"version": "0.102.19",
|
||||
"version": "0.102.20",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "node esbuild.config.mjs",
|
||||
|
|
|
|||
6
release-notes/0.102.20.md
Normal file
6
release-notes/0.102.20.md
Normal 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.
|
||||
Loading…
Reference in a new issue