diff --git a/manifest.json b/manifest.json index 3f97136..d515639 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ { "name": "CanvasBlocker", "description": "__MSG_addon_description__", - "version": "1.9", + "version": "1.10", "icons": { "48": "icons/icon.svg", "96": "icons/icon.svg" diff --git a/releaseNotes.txt b/releaseNotes.txt index aab65d7..a39a213 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,3 +1,17 @@ +Version 1.10: + 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.9: changes: - update setting descriptions diff --git a/versions/updates.json b/versions/updates.json index 51a559b..3f2ca51 100644 --- a/versions/updates.json +++ b/versions/updates.json @@ -249,6 +249,10 @@ { "version": "1.9Alpha20230408", "update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.9Alpha20230408.xpi" + }, + { + "version": "1.1ßAlpha20230419", + "update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.10Alpha20230419.xpi" } ] }