Changes for release submission.

This commit is contained in:
kkapsner 2017-12-20 00:01:32 +01:00
parent 63e558308b
commit 637665bd6e
4 changed files with 7 additions and 3 deletions

BIN
canvasblocker.xpi Normal file

Binary file not shown.

View File

@ -67,7 +67,7 @@
}
else {
logging.message("settings not loaded -> need to pre intercep");
let forceLoad = true;
let forceLoad = false;
let preIntercepted = false;
let intercepted = false;
const forEachFunction = function(callback){

View File

@ -1,7 +1,7 @@
{
"name": "CanvasBlocker",
"description": "__MSG_addon_description__",
"version": "0.4.4alpha",
"version": "0.4.4a",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"

View File

@ -1,6 +1,10 @@
Version 0.4.4a:
known issues:
- due to API blocking some web pages may break. Use 0.4.4 instead.
Version 0.4.4:
known issues:
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.3a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.4a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all
changes:
- show white, black and ignore list again, but only in expert mode