Releases: stoiandan/biblegatewayquick
Releases · stoiandan/biblegatewayquick
Release version 4.1.0
Changeset:
- Added support for verse of the day with improved performance via caching; checking for expiration; improved styling on verse of the day region; better fonts.
Release version 4.0.0
Changeset:
- User can now input any biblegateway.com translation.
- Simplified UI which became a bit counter intuitive after custom translation where added, without having to make a long drop down with all translations.
- Extension now uses less CPU as more data that would previously needed to be calculated is now stored on disk. This takes advantage of the fact that today's storage even in SSD is large enough, and stored data is also really small.
Release version 3.0.0
Changeset:
- Chosen translation is now persisted during browser sessions.
Release version 2.0.0
Release version 1.1.0
Changes:
- Fix not working cases like '1 Corinthians 3:5', mainly letters that have prefixes like first or second
- Improved memory usage. Now parser is only created once as a const.
- Invalid Bible references cause button to be disabled, saving time for the user.