scotttomaszewski_obsidian-d.../CHANGELOG..md

27 lines
630 B
Markdown
Raw Normal View History

2025-05-02 00:40:22 +00:00
# Changelog
## 0.8.0
- Corrects an issue with hover previews not vanishing properly
- Moves to a new method of persisting bible data
- Json files are no longer used
- Chapters and passage files are now persisted in markdown files with raw data in frontmatter
- Passage files replace colon with `v` to allow for sync functionality
- Adds "Clear Bible Data" button in settings to clear out old data
## 0.7.0
- Adds autocompletion search for book names in nav container
2025-05-14 18:25:54 +00:00
## 0.6.0
- Adds support for Live-Preview mode
2025-05-12 17:19:04 +00:00
## 0.5.1
- Corrects parsing issue with hyphens
2025-05-02 00:40:22 +00:00
## 0.5.0
- Major internal refactor to clean things up