aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* search, anki playwright testsjbukl2023-11-01
| | | | | | prep tests for cicd reorganize exports in playwright utils
* 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
| | | |
| * | | Fix errors in publish-firefox-development.ymlDarius Jahandarie2023-10-22
|/ / /
* | | Merge pull request #280 from themoeway/security-md23.10.22.0Darius Jahandarie2023-10-22
|\ \ \ | | | | | | | | | | | | Create SECURITY.md
| * | | Create SECURITY.mdDarius Jahandarie2023-10-22
| | | |
* | | | Merge pull request #281 from themoeway/firefox-min-versionDarius Jahandarie2023-10-22
|\ \ \ \ | |/ / / |/| | | | | | | Bump minimum Firefox version to 115 for storage.session support
| * | | Bump minimum Firefox version to 115 for session.storage supportDarius Jahandarie2023-10-22
|/ / /
* | | Merge pull request #278 from jbukl/offscreen-clipboardDarius Jahandarie2023-10-22
|\ \ \ | | | | | | | | | | | | Fix chromium clipboard access
| * | | fix: clipboard getImage, review commentsjbukl2023-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | implement getImage for offscreen requests move offscreen files, offscreen prep is done in sw prep update permissions document for offscreen rearrange permissions
| * | | chore: unused importjbukl2023-10-20
| | | |