From ac747f43b4dc340f5a0b2a6d2d10ae449e0c76a0 Mon Sep 17 00:00:00 2001 From: Scott Tomaszewski Date: Mon, 1 Jun 2026 12:39:40 -0400 Subject: [PATCH] Docs update --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 597558d..4c207a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## Unreleased +## 0.13.1 - Renders ESV passage HTML through Obsidian's `sanitizeHTMLToDom()` and appends the resulting fragment, instead of assigning the raw API response to `innerHTML` - Scrolls to a referenced verse the moment it renders by watching the view for the verse element, instead of guessing with a fixed delay (more reliable on slow loads, snappier on fast ones) +- Consolidates the Bible file services and unifies ESV response conversion ## 0.13.0