aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #293 from praschke/permissions-fixupsDarius Jahandarie2023-11-02
|\ | | | | | | Permissions fixups
| * nativeMessaging can always be optionalpraschke2023-10-29
| | | | | | | | this is the only blocker to Firefox for Android.
| * remove webRequest and webRequestBlockingpraschke2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | firefox was previously unable to use declarativeNetRequest, as some browser state (ExtensionDNRStore) wasn't correctly initialized wrt yomitan's use of the DNR API. this bug manifested as an unexpected error on calls to updateDynamicRules(), specifically after the browser has been restarted. switching to the use of session rules instead of dynamic rules fixes this bug. i have tested audio info requests (custom JSON, JPod Alternate, Jisho) that exhibited the bug after browser restart on version 115 and 118, and the audio plays instead of the request failing. webRequest can now be entirely removed.
| * fix: session rules should be used instead of dynamic rulespraschke2023-10-29
| | | | | | | | | | | | session rules are less persistent than dynamic rules, and the intention of RequestBuilder is to only have rules active for the lifetime of specific requests.
| * fix: _getDynamicRules() returns a promisepraschke2023-10-29
| | | | | | | | dynamic rules were never cleared, as the promise is not iterable as expected.
| * remove webRequest from chrome for realpraschke2023-10-29
|/
* Merge pull request #290 from MarvNC/replace-yomichan-importDarius Jahandarie2023-10-26
|\ | | | | | | Replace References to Yomichan Import
| * Linebreak readmeMarvNC2023-10-26
| |
| * Replace references to Yomichan ImportMarvNC2023-10-26
|/
* Merge pull request #287 from praschke/chrome-webRequest23.10.25.0Darius Jahandarie2023-10-25
|\ | | | | | | fix: reinstate webRequest and correct the permissions docs
| * exclude offscreen document files from firefoxpraschke2023-10-25
| |
| * fix: reinstate webRequest and correct the permissions docspraschke2023-10-25
|/ | | | | | | `webRequest` is used on Chrome/MV3 to surface error information from failed requests. it was added back to the declarative path by toasted-nutbread in FooSoft/yomichan#2161, but the permissions documentation did not reflect `webRequests` continued necessity.
* Merge pull request #286 from themoeway/fix-firefox-jsonDarius Jahandarie2023-10-24
|\ | | | | | | Fix version number in Firefox updates.json in CD
| * Fix version number in Firefox updates.json in CDDarius Jahandarie2023-10-24
|/
* Merge pull request #285 from themoeway/vscode-auto-eslint23.10.24.0Darius Jahandarie2023-10-24
|\ | | | | | | Auto-eslint in vscode
| * Auto-eslint in vscodeDarius Jahandarie2023-10-24
|/
* Merge pull request #284 from praschke/update-options-onceDarius Jahandarie2023-10-24
|\ | | | | | | save options after updating them
| * fix: typopraschke2023-10-24
| |
| * fix: save options after updating thempraschke2023-10-23
|/ | | | | | | | | | | | | | | | _optionsUtil.save() is only called in _saveOptions, which is only called through - _onApiSetAllSettings - _onApiModifySettings - _onCommandToggleTextScanning it should be safe to simply save settings after updating them. without saving, the options will be updated every time the background restarts, until any settings are modified or text scanning is toggled. for _updateVersion21, this means the welcome page will open repeatedly to show the same warning.
* Merge pull request #276 from praschke/block-helper-rewriteDarius Jahandarie2023-10-22
|\ | | | | | | Block helper rewrite
| * warn about custom templates in the welcome pagepraschke2023-10-22
| |
| * docs: note changes to custom templates in the readmepraschke2023-10-22
| |
| * catch a few more cases in the template patchpraschke2023-10-22
| |
| * docs: hiragana and katakanapraschke2023-10-17
| |
| * docs: pitchCategoriespraschke2023-10-17
| |
| * docs: join and concatpraschke2023-10-17
| |
| * docs: typeofpraschke2023-10-17
| | | | | | | | this shouldn't be used as a block helper, the result may be non-portable
| * docs: isMoraPitchHigh and getKanaMoraepraschke2023-10-17
| |
| * docs: propertypraschke2023-10-17
| |
| * docs: oppraschke2023-10-17
| |
| * docs: spreadpraschke2023-10-17
| |
| * docs: multiLinepraschke2023-10-17
| |
| * docs: mergeTagspraschke2023-10-17
| |
| * remove kanjiLinks and sanitizeCssClasspraschke2023-10-17
| |
| * update: pronunciationpraschke2023-10-17
| |
| * update: hasMedia and getMediapraschke2023-10-17
| |
| * update: set and getpraschke2023-10-17
| |
| * fix: regexReplace and regexMatchpraschke2023-10-17
| | | | | | | | | | joining the args together without cutting out the options arg can add an '[object Object]' into the result.
| * fix: formatGlossarypraschke2023-10-17
| |
| * fix: furigana and furiganaPlainpraschke2023-10-17
| |
| * fix: dumpObjectpraschke2023-10-17
| |
| * initial handlebars patchpraschke2023-10-17
| |
* | Merge pull request #270 from MarvNC/add-markdown-formattingDarius Jahandarie2023-10-22
|\ \ | | | | | | | | | Add Markdown Formatting
| * | Mention markdown all in one extensionMarvNC2023-10-05
| | |
| * | Autoformat contributing.mdMarvNC2023-10-05
| | |
| * | Formatting (Markdown All in One)MarvNC2023-10-05
| | |
* | | Merge pull request #283 from praschke/webRequestBlockingDarius Jahandarie2023-10-22
|\ \ \ | | | | | | | | | | | | restore webRequestBlocking on Firefox
| * | | restore webRequestBlocking on Firefoxpraschke2023-10-22
|/ / /
* | | Merge pull request #282 from themoeway/fix-cicd-errorsDarius Jahandarie2023-10-22
|\ \ \ | | | | | | | | | | | | Fix CI/CD errors
| * | | Fix whitespaceDarius Jahandarie2023-10-22
| | | |