From bebcec21396e0f77ebab35c6195a937ab5e3b0da Mon Sep 17 00:00:00 2001 From: kkapsner Date: Tue, 16 Apr 2024 14:53:11 +0200 Subject: [PATCH] Version 1.11 --- manifest.json | 2 +- releaseNotes.txt | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 9c552ab..ecae197 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ { "name": "CanvasBlocker", "description": "__MSG_addon_description__", - "version": "1.10.1", + "version": "1.11", "icons": { "48": "icons/icon.svg", "96": "icons/icon.svg" diff --git a/releaseNotes.txt b/releaseNotes.txt index aabd52d..d57c9ff 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,7 +1,18 @@ -Version 1.10.1: +Version 1.11: changes: - + new features: + - + + fixes: + - + + known issues: + - if a data URL is blocked the page action button does not appear + - canvas and navigator APIs in workers are not protected + +Version 1.10.1: new features: - added tag search - added :changed tag