Releases: cguldner/BiblePreviewer
Fix Firefox minimum version
Fix language selector
The language selector was not respecting the selected language in the options pane.
Additionally, this updates the repository to the ESLint flat config file format.
Fix Firefox Manifest v3
Firefox doesn't support background service workers, as laid out here https://bugzilla.mozilla.org/show_bug.cgi?id=1573659, so this fixes the manifest to work with Firefox.
Also adds a couple eslint plugins and fixes their findings. The extension should be marginally faster now.
Manifest v3 Support
This release includes the changes needed for manifest v3 support.
Full Changelog: v1.4.0...v2.0.0
Add tooltips to pre-existing links
The bible previewer will now show the tooltip for pre-existing links, while keeping the original link target
Full Changelog: v1.3.12...v1.4.0
Create version file
Small change to create a file with the versions of the tools used to build the app, to make the Firefox reviewers happy.
Fix Chrome error from not responding to message
There shouldn't be errors from the background worker from Chrome anymore
Fix security vulnerabilities
Updates several of the npm packages to fix some security vulnerabilities
Fix 3 digit verses not matching
Psalm has some verses with 3 digits, so this updates the regex to allow for that.
Fix verse range matching
In the case where there was a list of verse ranges, such as Revelation 20:1–3, 7-8, the 8 would not be matched. The regex has been greatly simplified for matching the chapter and verses so this is no longer an issue.