26.07.15
Highlights
- π¦ Bun monorepo β merged
bible-reference-toolkitinto this repo and moved the plugin source underpackages/, so the toolkit and plugin build and version together (#358). - π Offline support β bundles the public-domain World English Bible (WEB) inside the plugin. New Offline Mode setting resolves verses with zero network (shown as "(Offline)" in the version dropdown), and any online version now auto-falls back to bundled WEB text when a lookup fails, so verses still render offline (closes #359).
- π€
:afor full chapter β fetching a whole chapter is now gated behind an explicit:asuffix (e.g.John 3:a), so a bare reference no longer pulls the entire chapter unexpectedly.
What's Changed
- fix: change ALMEIDA Portuguese version apiSource from bibleApi to bollsLife by @fabioffigueiredo in #348
- fix: sourceOfReference dropdown always enabled with correct default by @fabioffigueiredo in #352
- feat: map php to Philippians and override isa to map to Isaiah by @Marvive in #354
- feat: Bun monorepo β merge bible-reference-toolkit + move plugin into packages/ by @tim-hub in #358
Full Changelog: 26.06.07...26.07.15