Skip to content

26.07.15

Choose a tag to compare

@github-actions github-actions released this 14 Jul 23:20

Highlights

  • πŸ“¦ Bun monorepo β€” merged bible-reference-toolkit into this repo and moved the plugin source under packages/, 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).
  • πŸ”€ :a for full chapter β€” fetching a whole chapter is now gated behind an explicit :a suffix (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