0.102.19
0.102.19 — Plugin-store review compliance (round 2)
Housekeeping release continuing the community-plugin-store review pass. No feature
changes. Still alpha; keep backups.
Compatibility
- Minimum Obsidian version is now 1.13.0. Stashpad leans on APIs (the declarative
settings/search, workspace and encryption APIs) that the store review requires the
manifest to declare. The plugin already ran against 1.13+; this just makes the floor
explicit. If you're on an older Obsidian, update to 1.13 or later to install.
Under the hood
- Cached note bodies are now re-hydrated with Obsidian's own
sanitizeHTMLToDom
(the sanctioned, safe HTML-to-DOM API) instead of a lower-level call the review
flagged. Rendering is unchanged. - Fixed an internal lint nit: a regex that strips a leading byte-order mark now uses an
escape sequence instead of a literal invisible character. No behavior change.