Skip to content

Releases: cguldner/BiblePreviewer

Fix Firefox minimum version

27 Nov 17:48
f01a875
Compare
Choose a tag to compare

Fix language selector

27 Nov 17:34
7a439f3
Compare
Choose a tag to compare

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

02 Jun 01:54
b931f35
Compare
Choose a tag to compare

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

19 Mar 02:09
3baf9d9
Compare
Choose a tag to compare

This release includes the changes needed for manifest v3 support.

Full Changelog: v1.4.0...v2.0.0

Add tooltips to pre-existing links

21 Jun 01:41
6eab95e
Compare
Choose a tag to compare

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

02 May 02:55
1980180
Compare
Choose a tag to compare

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

10 Apr 20:33
fbbaf56
Compare
Choose a tag to compare

There shouldn't be errors from the background worker from Chrome anymore

Fix security vulnerabilities

10 Apr 20:30
Compare
Choose a tag to compare

Updates several of the npm packages to fix some security vulnerabilities

Fix 3 digit verses not matching

10 Apr 20:28
Compare
Choose a tag to compare

Psalm has some verses with 3 digits, so this updates the regex to allow for that.

Fix verse range matching

30 Dec 20:57
Compare
Choose a tag to compare

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.