textbrowser 0.46.0 → 0.46.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGES.md +8 -0
- package/README.md +4 -0
- package/dist/WorkInfo-es.js +15 -16
- package/dist/index-es.js +84 -85
- package/dist/index-es.min.js +2 -2
- package/package.json +2 -2
- package/resources/resultsDisplay.js +1 -1
- package/resources/utils/Metadata.js +1 -1
- package/server/main.js +3 -0
package/CHANGES.md
CHANGED
package/README.md
CHANGED
|
@@ -748,6 +748,10 @@ it supports the following arguments:
|
|
|
748
748
|
## To-dos (Highest priority)
|
|
749
749
|
|
|
750
750
|
1. Progressive web app? / Electron?
|
|
751
|
+
1. Fix regression upon converting from `imf` to `intl-dom` that locales
|
|
752
|
+
do not properly default (to English) when missing and give errors
|
|
753
|
+
1. Figure out why `/textbrowser?lang=...` isn't working now on
|
|
754
|
+
<https://bahai-browser.org> despite working locally
|
|
751
755
|
1. Adapt approach of <https://suttacentral.net/offline> in providing form for
|
|
752
756
|
choice of items to offline (also add to individual work pages).
|
|
753
757
|
1. Mention idea that it works offline
|