Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 #274 from praschke/search-page-parsed-frequency | Darius Jahandarie | 2023-10-14 |
|\ | | | | | | | add sort dictionary data to parse results on the search page | ||
| * | add sort dictionary data to parse results on the search page | praschke | 2023-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.31 | Darius Jahandarie | 2023-10-12 |
|\ | | | | | | | Bump postcss from 8.4.29 to 8.4.31 | ||
| * | Bump postcss from 8.4.29 to 8.4.31 | dependabot[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/master | Darius Jahandarie | 2023-10-08 |
|\ | | | | | | | fix: typo | ||
| * | fix: typo | Cashew | 2023-10-08 |
|/ | |||
* | Merge pull request #267 from themoeway/fix-slsa-action-pinning23.10.1.0 | Darius Jahandarie | 2023-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 Jahandarie | 2023-10-01 |
| | | |||
* | | Merge pull request #266 from praschke/dexie-unpkg | Darius Jahandarie | 2023-10-01 |
|\ \ | |/ |/| | | | dexie: use blobs obtained from unpkg and update library README | ||
| * | dexie: use blobs obtained from unpkg and update library README | praschke | 2023-10-01 |
| | | |||
* | | Merge pull request #265 from praschke/optionsUpdated-background-init | Darius Jahandarie | 2023-10-01 |
|\ \ | |/ |/| | | | fix: page and popup state is destroyed on background wakeup | ||
| * | fix: page and popup state is destroyed on background wakeup | praschke | 2023-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-fix | Darius Jahandarie | 2023-10-01 |
|\ | | | | | | | Fix Chrome death, by creating both cross-frame ports in the background | ||
| * | wait for backend ready signal to prepare cross-frame api | praschke | 2023-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 comment | praschke | 2023-10-01 |
| | | |||
| * | remove yomichan.connect() | praschke | 2023-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 background | praschke | 2023-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 Jahandarie | 2023-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 lint | Darius Jahandarie | 2023-10-01 |
| | | | |||
| * | | Satisfy jsdoc/require-returns lint | Darius Jahandarie | 2023-10-01 |
| | | | |||
| * | | Remove newline-after-description lint as it's no longer available | Darius Jahandarie | 2023-10-01 |
| | | | |||
| * | | Bump eslint-plugin-jsdoc from 39.3.6 to 46.8.2 | dependabot[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-cookie | Darius Jahandarie | 2023-10-01 |
|\ \ | | | | | | | | | | Update tough-cookie dependency | ||
| * | | Update tough-cookie dependency | Darius Jahandarie | 2023-10-01 |
|/ / | |||
* | | Merge pull request #263 from themoeway/remove-web-ext | Darius Jahandarie | 2023-10-01 |
|\ \ | | | | | | | | | | Remove web-ext dev dependency | ||
| * | | Remove web-ext dev dependency | Darius Jahandarie | 2023-10-01 |
| | | | |||
* | | | Merge pull request #262 from themoeway/add-provenance | Darius Jahandarie | 2023-10-01 |
|\ \ \ | |/ / |/| | | | | | Add SLSA provenance to releases | ||
| * | | Add SLSA provenance to releases | Darius Jahandarie | 2023-10-01 |
| |/ |