Skip to content

Releases: fregante/webext-permission-toggle

v6.0.1

22 Jan 22:56
Compare
Choose a tag to compare

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.1.0

01 Jul 10:02
Compare
Choose a tag to compare
  • Improve compatibility with Safari (#55) 9f9e40c
  • Show correct status when a manifest permission has been removed (#54) 137a1fa

v5.0.2...v5.1.0

v5.0.2

24 Jun 07:37
Compare
Choose a tag to compare

v5.0.1...v5.0.2

v5.0.1

11 Jun 07:36
Compare
Choose a tag to compare

v5.0.0...v5.0.1

v5.0.0

23 Mar 01:23
Compare
Choose a tag to compare

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

04 May 09:32
Compare
Choose a tag to compare
  • Add exports and types fields to package.json

v4.0.0

04 May 09:32
Compare
Choose a tag to compare

Breaking changes

  • Update dependencies - The minimum browser version also likely increased. In practice this likely doesn't affect anyone.

Bugfixes

  • Don't throw error on Mobile Safari (#26) 002b212

v3.0.0...v4.0.0

v3.0.0

05 Nov 17:59
Compare
Choose a tag to compare

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

07 Feb 05:50
Compare
Choose a tag to compare

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

23 Jan 11:26
Compare
Choose a tag to compare

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