Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rename Yomichan -> Yomitan in settings page (#97) | Austin S | 2023-03-21 |
| | | | | | | | | | | | | | * rename addon on the setting page * Borrowed Rikaitan's settings.html renaming -> Yomitan * updated link to point to readme, edited some extra strings to read as yomitan * fix missed kana yomichan -> yomitan --------- Co-authored-by: Ren Tatsumoto <tatsu@autistici.org> | ||
* | CD: Fix error in publish-firefox-development.yml23.3.18.0 | Darius Jahandarie | 2023-03-18 |
| | |||
* | CD: Remove unnecessary checkouts and fix paths | Darius Jahandarie | 2023-03-18 |
| | |||
* | Switch CD to use workflow-dispatch instead of preleased trigger | Darius Jahandarie | 2023-03-18 |
| | | | | For some reason, preleased wasn't triggering (maybe because github actions created the release?). | ||
* | Move manifest.json schema validator from create-prerelease-on-tag to ci.yml, ↵ | Darius Jahandarie | 2023-03-18 |
| | | | | and make it check for mv3 | ||
* | Fix cd workflow permissions (pt 2) | Darius Jahandarie | 2023-03-18 |
| | |||
* | Fix cd workflow permissions | Darius Jahandarie | 2023-03-18 |
| | |||
* | 23.3.18.0 | Darius Jahandarie | 2023-03-18 |
| | |||
* | Add forgotten delay workflow | Darius Jahandarie | 2023-03-18 |
| | |||
* | Merge pull request #92 from themoeway/cd | Darius Jahandarie | 2023-03-18 |
|\ | | | | | Add CD to build and publish extension to Chrome & Firefox stores | ||
| * | Fix Firefox manifests | Darius Jahandarie | 2023-03-18 |
| | | |||
| * | Add CD to build and publish extension to Chrome & Firefox stores | Darius Jahandarie | 2023-03-18 |
|/ | | | | Resolves #85. | ||
* | Merge pull request #95 from themoeway/cleanup-ci-yml | Timm | 2023-03-12 |
|\ | | | | | Format ci.yml, update to checkout@v3, and restrict permissions to satisfy OSSF scorecard | ||
| * | Format ci.yml, update to checkout@v3, and restrict permissions to satisfy ↵ | Darius Jahandarie | 2023-03-12 |
|/ | | | | OSSF scorecard | ||
* | Merge pull request #88 from themoeway/nix-support | Darius Jahandarie | 2023-03-12 |
|\ | | | | | Make it easy to build project on Nix package manager / NixOS | ||
| * | Make it easy to build project on Nix package manager / NixOS | Darius Jahandarie | 2023-03-12 |
|/ | |||
* | Merge pull request #94 from themoeway/dependabot-config | Timm | 2023-03-12 |
|\ | | | | | Add dependabot config, to improve scorecard score | ||
| * | Add dependabot config, to improve scorecard score | Darius Jahandarie | 2023-03-12 |
|/ | |||
* | Merge pull request #93 from themoeway/scorecard | Darius Jahandarie | 2023-03-12 |
|\ | | | | | Add OSSF scorecard action | ||
| * | Add OSSF scorecard action | Darius Jahandarie | 2023-03-12 |
|/ | |||
* | Merge pull request #91 from themoeway/update-manifest | Darius Jahandarie | 2023-03-12 |
|\ | | | | | Update manifest scripts: only support v3, and yomichan->yomitan | ||
| * | Update manifest scripts to only support v3, and yomichan->yomitan | Darius Jahandarie | 2023-03-11 |
|/ | |||
* | Update issue templates | Darius Jahandarie | 2023-03-10 |
| | |||
* | Merge pull request #90 from themoeway/update-parse5 | Darius Jahandarie | 2023-03-10 |
|\ | | | | | Update parse5 dependency & fix remaining broken links | ||
| * | Merge branch 'master' into update-parse5 | Darius Jahandarie | 2023-03-10 |
| |\ | |/ |/| | |||
* | | Fix lychee | Darius Jahandarie | 2023-03-10 |
| | | |||
* | | Merge pull request #89 from themoeway/link-checker | Darius Jahandarie | 2023-03-10 |
|\ \ | | | | | | | Use `lychee` to check for broken links in CI & fix broken links | ||
| | * | Update parse5 dependency & fix remaining broken links | Darius Jahandarie | 2023-03-10 |
| |/ | |||
| * | Use lychee to check for broken links in CI, and fix a few broken links | Darius Jahandarie | 2023-03-10 |
|/ | |||
* | Merge pull request #1 from themoeway/readme-update | Timm | 2023-03-04 |
|\ | | | | | README.md: yomichan → yomitan; add announcement | ||
| * | README.md: yomichan → yomitan; add announcement | Darius Jahandarie | 2023-03-04 |
|/ | | | Add a basic banner at the top to explain what this fork is, its goal, and how people can contact us. Also replace all references to yomichan with yomitan. | ||
* | Update maintanence info | Alex Yatskov | 2023-02-25 |
| | |||
* | Remove updates.json from master, it will be accessed from the metadata ↵ | Alex Yatskov | 2022-10-30 |
| | | | | branch instead. | ||
* | Change URL Firefox testing builds use to locate updates.json | Alex Yatskov | 2022-10-30 |
| | |||
* | Update version22.10.23.0 | toasted-nutbread | 2022-10-23 |
| | |||
* | Use "const" instead of "enum" with one value (#2259) | toasted-nutbread | 2022-10-16 |
| | |||
* | Ajv error fix (#2258) | toasted-nutbread | 2022-10-16 |
| | | | | | * Fix ajv validation errors * Update error format | ||
* | Documentation updates (#2257) | toasted-nutbread | 2022-10-16 |
| | | | | | | | * Document Backend * Document RequestBuilder * Document some of AnkiConnect | ||
* | Fix unnecessary margin on search box in Firefox (#2255) | toasted-nutbread | 2022-10-15 |
| | |||
* | Clipboard updates (#2254) | toasted-nutbread | 2022-10-15 |
| | | | | | | | | | | | | | | | | | | | * Rename * Rename vars * Refactor paste target * Prevent most CSS url() properties from loading * Add helper function to clear rich function * Add useRichText argument * Update condition for using readText * Fix indent * Update CSS | ||
* | Dependency updates (#2253) | toasted-nutbread | 2022-10-15 |
| | | | | | | | | | * Update dependencies * Rebuild parse5 * Update version info * Audit fix | ||
* | Ignore file updates (#2252) | toasted-nutbread | 2022-10-15 |
| | | | | | * Update ignore to use directories * Add lint ignore files | ||
* | Lint updates (#2247) | toasted-nutbread | 2022-10-15 |
| | | | | | | | | | | | | | * Fix spacing * Update lint dependencies * Disable false positive rule * Update header rule * Install eslint-plugin-jsonc * Update lint rules to include jsonc extension | ||
* | Fix text selection not always working properly (#2246) | toasted-nutbread | 2022-10-15 |
| | |||
* | Audio certificate error notification (#2243) | toasted-nutbread | 2022-10-05 |
| | | | | | * Refactor error throwing and change ID * Show a notification when an audio download fails due to an expired cert | ||
* | Cleanup and refactoring (#2239) | toasted-nutbread | 2022-09-27 |
| | | | | | | | | | | | * Remove unused ignoreSelectors * Remove unused isMouseButtonPressed * Update getWritingMode to use the immediate element if possible * Move static functions to DocumentUtil * Fix documentation | ||
* | More API documentation (#2238) | toasted-nutbread | 2022-09-26 |
| | | | | | | | | | * Document TextSourceRange * Document TextSourceElement * Document DocumentUtil * Document DocumentFocusController | ||
* | Update Firefox testing release | Alex Yatskov | 2022-09-25 |
| | |||
* | Update version22.9.9.2 | toasted-nutbread | 2022-09-25 |
| | |||
* | Google Docs accessibility simplifications (#2237) | toasted-nutbread | 2022-09-25 |
| | | | | | | | * Use getAttribute instead of dataset, in case SVG node APIs are unusual * Use pointer-events instead of fill * Use elementFromPoint instead of elementsFromPoint |