1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-20 10:32:45 +02:00

Version 0.5.7

This commit is contained in:
kkapsner 2019-01-26 21:19:08 +01:00
parent f38e55b538
commit cf638333fd
2 changed files with 14 additions and 1 deletions

View File

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

View File

@ -1,3 +1,16 @@
Version 0.5.7:
changes:
-
new features:
-
fixes:
-
known issues:
- if a data URL is blocked the page action button does not appear
Version 0.5.6: Version 0.5.6:
changes: changes:
- removed *Readout and *Input block modes (use protectedCanvasPart instead) - removed *Readout and *Input block modes (use protectedCanvasPart instead)