Preparation for release

This commit is contained in:
Scott Tomaszewski 2026-03-23 15:21:37 -04:00
parent 10fe3e9acf
commit 61bae6aac6
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 0.9.0
- Adds settings to hide footnotes
## 0.8.1
- Adds `cssclasses: hide-dj-passage-properties` to passage notes to hide the noise

View file

@ -80,8 +80,11 @@ Access plugin settings in Settings → Disciples Journal:
- **Display Settings**:
- Toggle inline verse and full passage rendering
- Show/hide navigation for verse references
- Hide footnotes in rendered passages
- Hide footnotes in hover preview popups
- Customize verse font size
- **Bible Version Settings**:
- Currently supports English Standard Version (ESV)

View file

@ -1,7 +1,7 @@
{
"id": "disciples-journal",
"name": "Disciples Journal",
"version": "0.8.1",
"version": "0.9.0",
"minAppVersion": "0.15.0",
"description": "Embed Bible references and passages in your notes and read the Bible in Obsidian.",
"author": "Scott Tomaszewski (Xentis)",