Version 1.3

This commit is contained in:
kkapsner 2020-03-17 22:41:55 +01:00
parent d9d2038f0c
commit a9c89ff20c
3 changed files with 18 additions and 4 deletions

View File

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

View File

@ -1,3 +1,16 @@
Version 1.3:
changes:
-
new features:
-
fixes:
-
known issues:
- if a data URL is blocked the page action button does not appear
Version 1.2:
changes:
- removed unnecessary activeTab permission
@ -7,9 +20,6 @@ Version 1.2:
- added warning if some features of a API are disabled
- added TextMetrics protection
fixes:
-
known issues:
- if a data URL is blocked the page action button does not appear

View File

@ -133,6 +133,10 @@
{
"version": "1.2Alpha20200314",
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.2Alpha20200314-an+fx.xpi"
},
{
"version": "1.3Alpha20200317",
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.3Alpha20200317-an+fx.xpi"
}
]
}