Version 1.1

This commit is contained in:
kkapsner 2020-01-19 00:42:15 +01:00
parent 5de24ad430
commit 16f88a5daa
3 changed files with 18 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{
"name": "CanvasBlocker",
"description": "__MSG_addon_description__",
"version": "1.0",
"version": "1.1",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"

View File

@ -1,3 +1,16 @@
Version 1.1:
changes:
-
new features:
-
fixes:
-
known issues:
- if a data URL is blocked the page action button does not appear
Version 1.0:
changes:
- improved storage of protected API features

View File

@ -97,6 +97,10 @@
{
"version": "1.0RC4",
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.0RC4-an+fx.xpi"
},
{
"version": "1.1Alpha20191801",
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.1Alpha20191801-an+fx.xpi"
}
]
}