aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* chore: cleanup offscreen documentation codejbukl2023-10-20
|
* fix: chromium clipboard accessjbukl2023-10-20
| | | | on chromium, backend calls to clipboardGet are forwarded to an offscreen script
* Merge pull request #274 from praschke/search-page-parsed-frequencyDarius Jahandarie2023-10-14
|\ | | | | | | add sort dictionary data to parse results on the search page
| * add sort dictionary data to parse results on the search pagepraschke2023-10-13
|/ | | | this is based on forsakeninfinity's commit https://github.com/forsakeninfinity/yomibaba/commit/c9887d51ed5c917bb900d7964614154de1d76872
* Merge pull request #273 from themoeway/dependabot/npm_and_yarn/postcss-8.4.31Darius Jahandarie2023-10-12
|\ | | | | | | Bump postcss from 8.4.29 to 8.4.31
| * Bump postcss from 8.4.29 to 8.4.31dependabot[bot]2023-10-12
|/ | | | | | | | | | | | | | Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #272 from Scrub1492/masterDarius Jahandarie2023-10-08
|\ | | | | | | fix: typo
| * fix: typoCashew2023-10-08
|/
* Merge pull request #267 from themoeway/fix-slsa-action-pinning23.10.1.0Darius Jahandarie2023-10-01
|\ | | | | | | Switch to version pin for SLSA generator action (as it is required)
| * Switch to version pin for slsa generator (as it is required)Darius Jahandarie2023-10-01
| |
* | Merge pull request #266 from praschke/dexie-unpkgDarius Jahandarie2023-10-01
|\ \ | |/ |/| | | dexie: use blobs obtained from unpkg and update library README
| * dexie: use blobs obtained from unpkg and update library READMEpraschke2023-10-01
| |
* | Merge pull request #265 from praschke/optionsUpdated-background-initDarius Jahandarie2023-10-01
|\ \ | |/ |/| | | fix: page and popup state is destroyed on background wakeup
| * fix: page and popup state is destroyed on background wakeuppraschke2023-10-01
|/ | | | | | | | | | | | when the background script starts, it sends a `Yomichan.optionsUpdated` message which is retransmitted indiscriminately. - popups are all torn down/refreshed - the search bar on the search page can lose state - if a popup has been loaded on the search page, the search page can redirect/refresh - options being edited can lose state and the options page can refresh
* Merge pull request #259 from praschke/chrome-death-fixDarius Jahandarie2023-10-01
|\ | | | | | | Fix Chrome death, by creating both cross-frame ports in the background
| * wait for backend ready signal to prepare cross-frame apipraschke2023-10-01
| | | | | | | | | | not sure if API messages should be sent in prepare(), but we should probably wait for the ready signal before doing so
| * remove stray debugging commentpraschke2023-10-01
| |
| * remove yomichan.connect()praschke2023-10-01
| | | | | | | | | | | | it was only used in the cross-frame api. additionally, this comment on triggerExtensionUnloaded is incorrect.
| * create both cross-frame ports in the backgroundpraschke2023-09-30
| | | | | | | | | | | | | | | | | | | | on Chrome (currently 117), the port created in the content script with runtime.connect does not properly receive an onDisconnect event when the service worker sleeps. the port created in the background with tabs.connect does receive the event, so create both ports with tabs.connect. fixes #241.
* | Merge pull request #251 from ↵Darius Jahandarie2023-10-01
|\ \ | | | | | | | | | | | | | | | themoeway/dependabot/npm_and_yarn/eslint-plugin-jsdoc-46.8.2 Bump eslint-plugin-jsdoc from 39.3.6 to 46.8.2
| * | Satisfy jsdoc/check-line-alignment lintDarius Jahandarie2023-10-01
| | |
| * | Satisfy jsdoc/require-returns lintDarius Jahandarie2023-10-01
| | |
| * | Remove newline-after-description lint as it's no longer availableDarius Jahandarie2023-10-01
| | |
| * | Bump eslint-plugin-jsdoc from 39.3.6 to 46.8.2dependabot[bot]2023-10-01
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.3.6 to 46.8.2. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v39.3.6...v46.8.2) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #264 from themoeway/update-tough-cookieDarius Jahandarie2023-10-01
|\ \ | | | | | | | | | Update tough-cookie dependency
| * | Update tough-cookie dependencyDarius Jahandarie2023-10-01
|/ /
* | Merge pull request #263 from themoeway/remove-web-extDarius Jahandarie2023-10-01
|\ \ | | | | | | | | | Remove web-ext dev dependency
| * | Remove web-ext dev dependencyDarius Jahandarie2023-10-01
| | |
* | | Merge pull request #262 from themoeway/add-provenanceDarius Jahandarie2023-10-01
|\ \ \ | |/ / |/| | | | | Add SLSA provenance to releases
| * | Add SLSA provenance to releasesDarius Jahandarie2023-10-01
| |/
* | Merge pull request #261 from ↵Darius Jahandarie2023-10-01
|\ \ | |/ |/| | | | | | | themoeway/dependabot/npm_and_yarn/html-validate-8.5.0 Bump html-validate from 7.6.0 to 8.5.0
| * Satisfy no-implicit-button-type lintDarius Jahandarie2023-10-01
| |
| * Satisfy wcag/h63 lintDarius Jahandarie2023-10-01
| |
| * Bump html-validate from 7.6.0 to 8.5.0dependabot[bot]2023-10-01
|/ | | | | | | | | | | | | | Bumps [html-validate](https://gitlab.com/html-validate/html-validate) from 7.6.0 to 8.5.0. - [Release notes](https://gitlab.com/html-validate/html-validate/tags) - [Commits](https://gitlab.com/html-validate/html-validate/compare/v7.6.0...v8.5.0) --- updated-dependencies: - dependency-name: html-validate dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #258 from themoeway/fix-discord-linkDarius Jahandarie2023-09-30
|\ | | | | | | Fix Discord link in README.md
| * Fix Discord link in README.mdDarius Jahandarie2023-09-30
|/
* Merge pull request #257 from jarmanso7/masterDarius Jahandarie2023-09-25
|\ | | | | | | replaced yomichan references to yomitan at CONTRIBUTING.md
| * Merge pull request #1 from jarmanso7/UpdateContributingDocsYomichanToYomitanjarmanso72023-09-24
|/| | | | | replaced yomichan references to yomitan at CONTRIBUTING.md
| * replaced yomichan references to yomitan at CONTRIBUTING.mdJordi Armangué2023-09-24
|/
* Merge pull request #255 from themoeway/fix-publish-firefox-developmentDarius Jahandarie2023-09-23
|\ | | | | | | Fix bug in publish-firefox-development, use correct filepath
| * Fix bug in publish-firefox-development, use correct filepathDarius Jahandarie2023-09-24
|/
* Merge pull request #254 from themoeway/fix-prelease-ciDarius Jahandarie2023-09-23
|\ | | | | | | Fix bug in prerelease CI workflow
| * Fix bug in prerelease CI workflowDarius Jahandarie2023-09-24
|/
* Merge pull request #253 from themoeway/reduce-dependabot-frequencyDarius Jahandarie2023-09-23
|\ | | | | | | Reduce dependabot frequency from weekly to monthly
| * Reduce dependabot frequency from weekly to monthlyDarius Jahandarie2023-09-23
| |
* | Merge pull request #252 from ↵Darius Jahandarie2023-09-23
|\ \ | |/ |/| | | | | | | themoeway/dependabot/github_actions/dawidd6/action-download-artifact-2.28.0 Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0
| * Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0dependabot[bot]2023-09-23
|/ | | | | | | | | | | | | | Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.27.0 to 2.28.0. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/246dbf436b23d7c49e21a7ab8204ca9ecd1fe615...268677152d06ba59fcec7a7f0b5d961b6ccd7e1e) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #222 from ↵Darius Jahandarie2023-09-23
|\ | | | | | | | | | | themoeway/dependabot/github_actions/actions/upload-artifact-3 Bump actions/upload-artifact from 2 to 3
| * Remove incorrect version comment in scorecard.ymlDarius Jahandarie2023-09-23
| |
| * Bump actions/upload-artifact from 2 to 3dependabot[bot]2023-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>