-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: Migrate to MV3 #2168
feat!: Migrate to MV3 #2168
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2168 +/- ##
==========================================
- Coverage 89.11% 88.15% -0.97%
==========================================
Files 15 15
Lines 4954 5008 +54
Branches 512 516 +4
==========================================
Hits 4415 4415
- Misses 530 587 +57
+ Partials 9 6 -3 ☔ View full report in Codecov by Sentry. |
1432094
to
ca3c3ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
melink14 says it's fine so it must be fine!
- Update manifest - Switch to newer APIs - Patch chrome stub with new APIs for testing - Move clipboard and audio functionality into offscreen page (requires Chrome 109) - rikaikun now remembers on state between startups; required due to ephemeral nature of new scripts. BREAKING CHANGE: MV3 with offscreen pages requires at least Chrome 109 which is the new minimum version. Fixes #187 Fixes #65
## [3.0.0](v2.5.61...v3.0.0) (2024-08-25) ### ⚠ BREAKING CHANGES * MV3 with offscreen pages requires at least Chrome 109 which is the new minimum version. ### Features * Migrate to MV3 ([#2168](#2168)) ([8a47af3](8a47af3)), closes [#187](#187) [#65](#65) ### Bug Fixes * **manifest:** Remove comment from manifest.json ([#2169](#2169)) ([d76fc31](d76fc31))
## [3.0.0](v2.5.61...v3.0.0) (2024-08-25) ### ⚠ BREAKING CHANGES * MV3 with offscreen pages requires at least Chrome 109 which is the new minimum version. ### Features * Migrate to MV3 ([#2168](#2168)) ([8a47af3](8a47af3)), closes [#187](#187) [#65](#65) ### Bug Fixes * **manifest:** Remove comment from manifest.json ([#2169](#2169)) ([d76fc31](d76fc31))
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
BREAKING CHANGE: MV3 with offscreen pages requires at least Chrome 109 which is the new minimum version.
Fixes #187
Fixes #65