Version 0.5.6

This commit is contained in:
kkapsner 2018-10-13 12:50:30 +02:00
parent 2a7bb7ff0e
commit dae401acf8
2 changed files with 14 additions and 1 deletions

View File

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

View File

@ -1,3 +1,16 @@
Version 0.5.6:
changes:
-
new features:
-
fixes:
-
known issues:
- if a data URL is blocked the page action button does not appear
Version 0.5.5:
changes:
- DOMRect uses double cache (value and complete DOMRect)