Releases: dotboris/prod-guard
v2.0.1
Patch Changes
-
#1122
af94d16Thanks @dotboris! - Set minimum version of Chrome to 121. This is the first version of Chrome that ignores thebackground.scriptsproperty inmanifest.json. We need this property to be ignored because we distribute this extension in Firefox which requires this key. -
#1122
af94d16Thanks @dotboris! - Set minimum version of Firefox to 112. This is the first version version of Firefox to support both Manifest v3 and thebackground.typeproperty. -
#1118
4d6325bThanks @renovate! - Give icons accessible labels based their titles
v2.0.0
Major Changes
-
#1004
54aad0dThanks @dotboris! - Migrate to Manifest v3This is considered a breaking change because a change in the web extension
permission model might require some users to accept new permissions. To resolve
this, simply open the Prod Guard popup. If you have new permissions to
accept, you'll see a yellow warning guiding you through the process.The permission in question is "Access data for all websites". We use this
permission to inject the warnings that you have configured. Note that this is
not a new permission. In Manifest v2, this permission was granted to use
automatically when you installed Prod Guard. In Manifest v3, browsers may no
longer grant this permission implicitly. From our testing, we've seen this
behavior in Firefox.
Patch Changes
v1.5.1
v1.5.0
v1.4.0
Minor Changes
-
#1008
bbbe2adThanks @dotboris! - Allow users to import data into Prod Guard. This can be done through the new settings menu. Settings are accessible in the popup by clicking the cog icon on the top right. -
#999
fcfde78Thanks @dotboris! - Allow users to export all of Prod Guard's data. This can be done through the new settings menu. Settings are accessible in the popup by clicking the cog icon on the top right.
Patch Changes
-
#988
cd4a8c0Thanks @dotboris! - Fix bug where internal state migration process would replace already configured settings for warnings with their default values. -
#991
16566e9Thanks @renovate! - Update all non-major dependencies -
#998
3d1f781Thanks @dotboris! - Fix a bug where the color fields of a warning could be set to a blank value. The color fields are now all required when creating / editing a warning.