From cf638333fd6dc17c2edd1d5029343bbb4296b502 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sat, 26 Jan 2019 21:19:08 +0100 Subject: [PATCH] Version 0.5.7 --- manifest.json | 2 +- releaseNotes.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 39c83b0..bfc500d 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ { "name": "CanvasBlocker", "description": "__MSG_addon_description__", - "version": "0.5.6", + "version": "0.5.7", "icons": { "48": "icons/icon.svg", "96": "icons/icon.svg" diff --git a/releaseNotes.txt b/releaseNotes.txt index 04cc470..0b174dc 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,3 +1,16 @@ +Version 0.5.7: + changes: + - + + new features: + - + + fixes: + - + + known issues: + - if a data URL is blocked the page action button does not appear + Version 0.5.6: changes: - removed *Readout and *Input block modes (use protectedCanvasPart instead)