aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump decode-uri-component from 0.2.0 to 0.2.2dependabot[bot]2023-03-23
| | | | | | | | | | | | | Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #104 from ↵Darius Jahandarie2023-03-23
|\ | | | | | | | | themoeway/dependabot/npm_and_yarn/jsonwebtoken-and-web-ext-9.0.0 Bump jsonwebtoken and web-ext
| * Bump jsonwebtoken and web-extdependabot[bot]2023-03-23
|/ | | | | | | | | | | | | | | | | | | | | | | Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.0 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Updates `jsonwebtoken` from 8.5.1 to 9.0.0 - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.5.1...v9.0.0) Updates `web-ext` from 7.3.0 to 7.6.0 - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.3.0...7.6.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: indirect - dependency-name: web-ext dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #103 from ↵Darius Jahandarie2023-03-23
|\ | | | | | | | | themoeway/dependabot/npm_and_yarn/http-cache-semantics-4.1.1 Bump http-cache-semantics from 4.1.0 to 4.1.1
| * Bump http-cache-semantics from 4.1.0 to 4.1.1dependabot[bot]2023-03-23
|/ | | | | | | | | | | | | Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #101 from themoeway/visual-compDarius Jahandarie2023-03-23
|\ | | | | Add visual diffing in CI
| * Add visual diffing in CIDarius Jahandarie2023-03-23
|/
* Merge pull request #99 from Aquafina-water-bottle/rename_licenseDarius Jahandarie2023-03-23
|\ | | | | LICENSE & preamble changes
| * undo EOF newline removal in docs/interfaces*.ts, because they originally had ↵Austin Siew2023-03-23
| | | | | | | | newlines at the end by default
| * fixed missing headers in docs/interfaces/*.tsAustin Siew2023-03-23
| |
| * removed trailing newlinesAustin Siew2023-03-23
| |
| * Merge remote-tracking branch 'yomitan/master' into rename_licenseAustin Siew2023-03-23
| |\ | |/ |/|
* | Merge pull request #102 from Aquafina-water-bottle/fix_firefoxDarius Jahandarie2023-03-22
|\ \ | | | | | | fix: properly removed service worker and re-added background.html to Firefox
| * | fix: properly removed service worker and re-added background.html to firefoxAustin Siew2023-03-22
|/ /
* | Merge pull request #100 from Aquafina-water-bottle/yomitan_iconDarius Jahandarie2023-03-22
|\ \ | | | | | | Changed Yomitan icon
| * | only make the ヨミ have sharp edgesAustin Siew2023-03-22
| | |
| * | made icons less blurry & fixed gradient not being opaqueAustin Siew2023-03-22
| | |
| * | ran yomitan-icon through svgoAustin Siew2023-03-21
| | |
| * | exported icon pngsAustin Siew2023-03-21
| | |
| * | merged with masterAustin Siew2023-03-21
| |\ \ | |/ / |/| |
* | | Merge pull request #98 from Aquafina-water-bottle/rename_other_ext_htmlsDarius Jahandarie2023-03-21
|\ \ \ | | | | | | | | Renamed most instances of Yomichan -> Yomitan under ext/*.html
| * | | Renamed most instances of Yomichan -> yomitan under ext/*.htmlAustin Siew2023-03-21
| | | |
* | | | Rename Yomichan -> Yomitan in settings page (#97)Austin S2023-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>
| * / Updated icon svg and icon nameAustin Siew2023-03-21
|/ /
| * fixed eslint, changed header to only use 2 spaces, added missing headers to testAustin Siew2023-03-22
| |
| * Updated LICENSE to full license, added Yomitan 2023 to all license headersAustin Siew2023-03-21
|/
* CD: Fix error in publish-firefox-development.yml23.3.18.0Darius Jahandarie2023-03-18
|
* CD: Remove unnecessary checkouts and fix pathsDarius Jahandarie2023-03-18
|
* Switch CD to use workflow-dispatch instead of preleased triggerDarius Jahandarie2023-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 Jahandarie2023-03-18
| | | | and make it check for mv3
* Fix cd workflow permissions (pt 2)Darius Jahandarie2023-03-18
|
* Fix cd workflow permissionsDarius Jahandarie2023-03-18
|
* 23.3.18.0Darius Jahandarie2023-03-18
|
* Add forgotten delay workflowDarius Jahandarie2023-03-18
|
* Merge pull request #92 from themoeway/cdDarius Jahandarie2023-03-18
|\ | | | | Add CD to build and publish extension to Chrome & Firefox stores
| * Fix Firefox manifestsDarius Jahandarie2023-03-18
| |
| * Add CD to build and publish extension to Chrome & Firefox storesDarius Jahandarie2023-03-18
|/ | | | Resolves #85.
* Merge pull request #95 from themoeway/cleanup-ci-ymlTimm2023-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 Jahandarie2023-03-12
|/ | | | OSSF scorecard
* Merge pull request #88 from themoeway/nix-supportDarius Jahandarie2023-03-12
|\ | | | | Make it easy to build project on Nix package manager / NixOS
| * Make it easy to build project on Nix package manager / NixOSDarius Jahandarie2023-03-12
|/
* Merge pull request #94 from themoeway/dependabot-configTimm2023-03-12
|\ | | | | Add dependabot config, to improve scorecard score
| * Add dependabot config, to improve scorecard scoreDarius Jahandarie2023-03-12
|/
* Merge pull request #93 from themoeway/scorecardDarius Jahandarie2023-03-12
|\ | | | | Add OSSF scorecard action
| * Add OSSF scorecard actionDarius Jahandarie2023-03-12
|/
* Merge pull request #91 from themoeway/update-manifestDarius Jahandarie2023-03-12
|\ | | | | Update manifest scripts: only support v3, and yomichan->yomitan
| * Update manifest scripts to only support v3, and yomichan->yomitanDarius Jahandarie2023-03-11
|/
* Update issue templatesDarius Jahandarie2023-03-10
|
* Merge pull request #90 from themoeway/update-parse5Darius Jahandarie2023-03-10
|\ | | | | Update parse5 dependency & fix remaining broken links
| * Merge branch 'master' into update-parse5Darius Jahandarie2023-03-10
| |\ | |/ |/|