From c01b8283c1c9985ae1dacc7db03020c12ca36544 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sat, 16 Dec 2017 20:34:03 +0100 Subject: [PATCH] Version 0.4.4 --- manifest.json | 2 +- releaseNotes.txt | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 08d6a88..b39b56f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "CanvasBlocker", "description": "__MSG_addon_description__", - "version": "0.4.3c-Development", + "version": "0.4.4-Development", "icons": { "48": "icons/icon.svg", "96": "icons/icon.svg" diff --git a/releaseNotes.txt b/releaseNotes.txt index b37384b..b64a777 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -1,3 +1,13 @@ +Version 0.4.4: + changes: + - + + new features: + - + + fixes: + - + Version 0.4.3c: 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