From 495e461cee4b2ce2e9e983c917a2369ac72cb3e2 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sat, 21 Jul 2018 13:54:01 +0200 Subject: [PATCH] Version 0.5.2 --- manifest.json | 2 +- releaseNotes.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f532db1..bb22159 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ { "name": "CanvasBlocker", "description": "__MSG_addon_description__", - "version": "0.5.1.1", + "version": "0.5.2", "icons": { "48": "icons/icon.svg", "96": "icons/icon.svg" diff --git a/releaseNotes.txt b/releaseNotes.txt index 97dbc78..c9ae375 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,3 +1,16 @@ +Version 0.5.2: + changes: + - + + new features: + - + + fixes: + - + + known issues: + - if a data URL is blocked the page action button does not appear + Version 0.5.1.1b: known issues: - force setting loadings may result in non working plugins or not opening direct image links. Use 0.5.1.1a instead or use Firefox >= 59 which provides the required API to solve this issue once and for all