Releases: fregante/webext-permission-toggle
Releases · fregante/webext-permission-toggle
v6.0.1
Probably no breaking changes but I released a new major due to the slightly different internal behavior.
Bugfixes
- Remove a broader permission if granted (#56) 6a0f21c
- Update menu item when switching windows (#60) ff9d1a4
v5.1.0...v6.0.1
v5.0.0
Breaking change
- Rename to
webext-permission-toggle
in #35
What's Changed
- Add support for Manifest v3 in #28 #42 #43
- Improve checkmark toggle logic in #38
- Throw the correct error when the page is not scriptable in #45 #46
New Contributors
Full Changelog: v4.0.1...v5.0.0
v4.0.1
- Add
exports
and types
fields to package.json
v4.0.0
Breaking changes
- Update dependencies - The minimum browser version also likely increased. In practice this likely doesn't affect anyone.
Bugfixes
v3.0.0...v4.0.0
v3.0.0
Breaking changes
- Don't request a reload by default f0bb0be
- Update dependencies - The minimum browser version also likely increased due to es2020 being the new TypeScript output target
v2.1.0...v3.0.0
v2.1.0
Bugfixes
- Update menu item state when the origin changes 2b15126
- Detect default permissions with wildcard hosts edb9118
Improvements
- Detect and report problems early f86e970
v2.0.0...v2.1.0
v2.0.0
Breaking changes
Features
- Ensure
optional_permissions
is configured correctly in manifest (#12) a78f6cc
Bugfixes
- Correctly report errors in Chrome c2743d1
v1.1.0...v2.0.0