OP Inspector・WordPressプラグイン v0.6.0
Release Information
- Version: 0.6.0
- Release Date: Jul 3, 2026
- GitHub: https://github.com/originator-profile/originator-profile/releases/tag/v0.6.0
OP Inspector
UI をサイドパネルへ刷新し、新しい Profile Annotation モデルの検証に対応しました。
Added
- 新しい Profile Annotation モデルに対応。従来の
CertificateモデルはProfileAnnotationに置き換わりました(certificationSystem→annotation)。"type": [- "VerifiableCredential", "Certificate"+ "VerifiableCredential", "ProfileAnnotation"],"credentialSubject": {"id": "dns:pa-holder.example.jp",- "type": "CertificateProperties",+ "type": "JP-OrganizationExistenceCertificate",- "name": "○○新聞社",+ "corporateName": "○○新聞社",// corporateNumber / postalCode / addressCountry ... は共通- "certifier": "架空組織実在性検証局",- "certificationSystem": {+ "annotation": {- "type": "CertificationSystem",+ "type": "ProfileAnnotationPolicy","name": "...", "description": "...", "ref": "..."}} - Profile Annotation Issuer 登録証 PAのモデルに対応しました。→ ドキュメント
- 拡張機能 UI をポップアップからブラウザのサイドパネルへ移行しました。
Changed
- 拡張機能名を「OP Inspector」に変更しました。
- Firefox の最小対応バージョンを140に更新しました。
Deprecated
Certificateモデルを非推奨としました(後方互換性は1年間維持)。
Removed
- CommonJS のサポートを終了し、ESM のみの提供となりました。
- Firefox 版 manifest から
gecko_android(Android 向け記述)を削除しました。
Fixed
- タブ復元時に検証結果の表示が遅延する不具合、
digestSRI検証の失敗、React の二重ロードなどを修正しました。
Security
postcss/dompurify/uuid/astro/viteなどの依存関係をセキュリティ更新しました。
WordPress プラグイン
依存関係の更新とドキュメント追記が中心のリリースです。
- README に「Environment」セクションを追加しました。
- 依存関係を固定し、ロックファイルを更新しました。
What's Changed
What's Changed
- chore(deps): lock file maintenance by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/378
- chore(deps): update dependency vite to v8.0.5 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/380
- add:詳細情報画面に関するテストを追加 by @Sa-R390 in https://github.com/originator-profile/originator-profile/pull/376
- fix(ci): optimize Playwright cache by switching to version-based key by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/384
- feat(verify): OPS検証・デコードエラー時にOP/PAインデックスと識別子情報を表示 by @r74tech in https://github.com/originator-profile/originator-profile/pull/349
- feat(web-ext): ポップアップウィンドウからサイドパネルに移行 by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/377
- macOSかつPlaywright v1.57+ のE2Eの言語切り替えの修正 by @t2ky in https://github.com/originator-profile/originator-profile/pull/386
- fix(web-ext): 初回 contentReady スキップを削除しタブ復元時の遅延を解消 by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/387
- feat!: web-ext -> inspector にリネーム by @kou029w in https://github.com/originator-profile/originator-profile/pull/391
- chore(deps): update dependency dompurify to v3.4.0 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/389
- fix: favicon.png のシンボリックリンクを inspector へ更新 by @kou029w in https://github.com/originator-profile/originator-profile/pull/395
- chore(deps): update dependency astro to v6.1.6 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/393
- chore(deps): update dependency uuid to v14 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/397
- chore(deps): lock file maintenance by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/379
- feat: demo-page のビルド時署名と @originator-profile/vite-plugin の実装 by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/388
- chore(deps): update dependency dompurify to v3.4.0 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/401
- fix(demo-page): 画像 URL の /assets/ プレフィックス誤りを修正 by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/402
- chore(deps): update dependency postcss to v8.5.10 [security] by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/400
- fix: WMP.logo の画像リンク切れの修正, etc. by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/403
- fix: 古い ovac pa が含まれて digestSRI 検証に失敗 by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/405
- chore(deps): update dependency astro to v6.2.2 by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/399
- feat!: Drop support for CommonJS by @kou029w in https://github.com/originator-profile/originator-profile/pull/406
- chore: packages/cas-generator/.gitignore をルートに統合 by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/409
- fix(deps): pin dependencies by @renovate[bot] in https://github.com/originator-profile/originator-profile/pull/404
- fix(verify): #404 で誤って削除された型アサーションを復元 by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/410
- fix(ui): react を peerDependency 化して React 二重ロードを解消 by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/411
- feat(inspector): OPS.annotations のユーザーロケールに応じた VC 選択 by @kou029w in https://github.com/originator-profile/originator-profile/pull/413
- feat: 新 Profile Annotation モデルを追加 by @kou029w in https://github.com/originator-profile/originator-profile/pull/415
- feat(opvc): 多言語 Website Profile の一括発行をサポート by @kou029w in https://github.com/originator-profile/originator-profile/pull/414
- feat(model): 広告認証 PA by @knokmki612 in https://github.com/originator-profile/originator-profile/pull/417
- feat(sign): signWsp 多言語署名対応 by @kou029w in https://github.com/originator-profile/originator-profile/pull/421
- chore: Node.js v26 を engines に追加(試験的サポート) by @kou029w in https://github.com/originator-profile/originator-profile/pull/422
- feat: Profile Annotation Issuer 登録証 PA のモデル追加 by @kou029w in https://github.com/originator-profile/originator-profile/pull/424
- fix(inspector): shorten English extension description to fit 132-char limit (149 -> 127) by @kou029w in https://github.com/originator-profile/originator-profile/pull/426
- fetchVerifiedCredentials 関数と verifyTabCredentials 関数のリファクタリング by @Sa-R390 in https://github.com/originator-profile/originator-profile/pull/430
- fix(inspector): REGISTRY_OPS を registry-ops.json に分離 by @kou029w in https://github.com/originator-profile/originator-profile/pull/433
- chore: OP Inspector の Chrome ウェブストア/Firefox Add-ons 自動公開 submit ワークフローの追加 by @kou029w in https://github.com/originator-profile/originator-profile/pull/432
- feat(verify): Profile Annotation Issuer 登録証 PA に基づく PA 検証処理追加 by @kou029w in https://github.com/originator-profile/originator-profile/pull/434
- feat(inspector): Update Firefox minimum version to 140 and remove gecko_android from inspector manifest by @kou029w with @Copilot in https://github.com/originator-profile/originator-profile/pull/431
- docs(opvc): Helpのインデントを残すように変更 by @kou029w in https://github.com/originator-profile/originator-profile/pull/436
- docs: READMEに「Environment」セクションを追加 by @kou029w in https://github.com/originator-profile/originator-profile/pull/435
Full Changelog: https://github.com/originator-profile/originator-profile/compare/v0.5.5...v0.6.0
Download
ヒント
Google Chrome をお使いの場合、「Chrome ウェブストア」から入手可能です。 Mozilla Firefox をお使いの場合、「Firefox Add-ons」から入手可能です。
下記の Assets セクションからダウンロードしてください。
- Google Chrome: op_inspector-chromium-0.6.0.zip
- Mozilla Firefox: op_inspector-firefox-desktop-0.6.0.zip