Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #293 from praschke/permissions-fixups | Darius Jahandarie | 2023-11-02 |
|\ | | | | | | | Permissions fixups | ||
| * | nativeMessaging can always be optional | praschke | 2023-10-29 |
| | | | | | | | | this is the only blocker to Firefox for Android. | ||
| * | remove webRequest and webRequestBlocking | praschke | 2023-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 rules | praschke | 2023-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 promise | praschke | 2023-10-29 |
| | | | | | | | | dynamic rules were never cleared, as the promise is not iterable as expected. | ||
| * | remove webRequest from chrome for real | praschke | 2023-10-29 |
|/ | |||
* | Merge pull request #290 from MarvNC/replace-yomichan-import | Darius Jahandarie | 2023-10-26 |
|\ | | | | | | | Replace References to Yomichan Import | ||
| * | Linebreak readme | MarvNC | 2023-10-26 |
| | | |||
| * | Replace references to Yomichan Import | MarvNC | 2023-10-26 |
|/ | |||
* | Merge pull request #287 from praschke/chrome-webRequest23.10.25.0 | Darius Jahandarie | 2023-10-25 |
|\ | | | | | | | fix: reinstate webRequest and correct the permissions docs | ||
| * | exclude offscreen document files from firefox | praschke | 2023-10-25 |
| | | |||
| * | fix: reinstate webRequest and correct the permissions docs | praschke | 2023-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-json | Darius Jahandarie | 2023-10-24 |
|\ | | | | | | | Fix version number in Firefox updates.json in CD | ||
| * | Fix version number in Firefox updates.json in CD | Darius Jahandarie | 2023-10-24 |
|/ | |||
* | Merge pull request #285 from themoeway/vscode-auto-eslint23.10.24.0 | Darius Jahandarie | 2023-10-24 |
|\ | | | | | | | Auto-eslint in vscode | ||
| * | Auto-eslint in vscode | Darius Jahandarie | 2023-10-24 |
|/ | |||
* | Merge pull request #284 from praschke/update-options-once | Darius Jahandarie | 2023-10-24 |
|\ | | | | | | | save options after updating them | ||
| * | fix: typo | praschke | 2023-10-24 |
| | | |||
| * | fix: save options after updating them | praschke | 2023-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-rewrite | Darius Jahandarie | 2023-10-22 |
|\ | | | | | | | Block helper rewrite | ||
| * | warn about custom templates in the welcome page | praschke | 2023-10-22 |
| | | |||
| * | docs: note changes to custom templates in the readme | praschke | 2023-10-22 |
| | | |||
| * | catch a few more cases in the template patch | praschke | 2023-10-22 |
| | | |||
| * | docs: hiragana and katakana | praschke | 2023-10-17 |
| | | |||
| * | docs: pitchCategories | praschke | 2023-10-17 |
| | | |||
| * | docs: join and concat | praschke | 2023-10-17 |
| | | |||
| * | docs: typeof | praschke | 2023-10-17 |
| | | | | | | | | this shouldn't be used as a block helper, the result may be non-portable | ||
| * | docs: isMoraPitchHigh and getKanaMorae | praschke | 2023-10-17 |
| | | |||
| * | docs: property | praschke | 2023-10-17 |
| | | |||
| * | docs: op | praschke | 2023-10-17 |
| | | |||
| * | docs: spread | praschke | 2023-10-17 |
| | | |||
| * | docs: multiLine | praschke | 2023-10-17 |
| | | |||
| * | docs: mergeTags | praschke | 2023-10-17 |
| | | |||
| * | remove kanjiLinks and sanitizeCssClass | praschke | 2023-10-17 |
| | | |||
| * | update: pronunciation | praschke | 2023-10-17 |
| | | |||
| * | update: hasMedia and getMedia | praschke | 2023-10-17 |
| | | |||
| * | update: set and get | praschke | 2023-10-17 |
| | | |||
| * | fix: regexReplace and regexMatch | praschke | 2023-10-17 |
| | | | | | | | | | | joining the args together without cutting out the options arg can add an '[object Object]' into the result. | ||
| * | fix: formatGlossary | praschke | 2023-10-17 |
| | | |||
| * | fix: furigana and furiganaPlain | praschke | 2023-10-17 |
| | | |||
| * | fix: dumpObject | praschke | 2023-10-17 |
| | | |||
| * | initial handlebars patch | praschke | 2023-10-17 |
| | | |||
* | | Merge pull request #270 from MarvNC/add-markdown-formatting | Darius Jahandarie | 2023-10-22 |
|\ \ | | | | | | | | | | Add Markdown Formatting | ||
| * | | Mention markdown all in one extension | MarvNC | 2023-10-05 |
| | | | |||
| * | | Autoformat contributing.md | MarvNC | 2023-10-05 |
| | | | |||
| * | | Formatting (Markdown All in One) | MarvNC | 2023-10-05 |
| | | | |||
* | | | Merge pull request #283 from praschke/webRequestBlocking | Darius Jahandarie | 2023-10-22 |
|\ \ \ | | | | | | | | | | | | | restore webRequestBlocking on Firefox | ||
| * | | | restore webRequestBlocking on Firefox | praschke | 2023-10-22 |
|/ / / | |||
* | | | Merge pull request #282 from themoeway/fix-cicd-errors | Darius Jahandarie | 2023-10-22 |
|\ \ \ | | | | | | | | | | | | | Fix CI/CD errors | ||
| * | | | Fix whitespace | Darius Jahandarie | 2023-10-22 |
| | | | |