Version 1.6

This commit is contained in:
kkapsner 2021-01-18 21:42:12 +01:00
parent 0d160143c1
commit afd426da58
3 changed files with 18 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{
"name": "CanvasBlocker",
"description": "__MSG_addon_description__",
"version": "1.5",
"version": "1.6",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"

View File

@ -1,3 +1,16 @@
Version 1.6:
changes:
-
new features:
-
fixes:
-
known issues:
- if a data URL is blocked the page action button does not appear
Version 1.5:
new features:
- added {empty}, {false} and {undefined} to webGL preference parameters (i.e. VENDOR, RENDERER, UNMASKED_VENDOR_WEBGL and UNMASKED_RENDERER_WEBGL)

View File

@ -165,6 +165,10 @@
{
"version": "1.5Alpha20210112",
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.5Alpha20210112-an+fx.xpi"
},
{
"version": "1.6Alpha20210118",
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.6Alpha20210118-an+fx.xpi"
}
]
}