1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-01-03 10:31:54 +01:00

Version 0.5.5

This commit is contained in:
kkapsner 2018-09-23 13:18:15 +02:00
parent d52f107f00
commit de4d185c0e
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.4", "version": "0.5.5",
"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.5:
changes:
-
new features:
-
fixes:
-
known issues:
- if a data URL is blocked the page action button does not appear
Version 0.5.4: Version 0.5.4:
changes: changes:
- converted "API whitelist" to "protected API features" (automatic settings migration) - converted "API whitelist" to "protected API features" (automatic settings migration)