1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-12-22 21:00:23 +01:00

Version 1.8

This commit is contained in:
kkapsner 2021-11-07 16:20:39 +01:00
parent f043acf41c
commit 78183f9efc
3 changed files with 18 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{ {
"name": "CanvasBlocker", "name": "CanvasBlocker",
"description": "__MSG_addon_description__", "description": "__MSG_addon_description__",
"version": "1.7", "version": "1.8",
"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 1.8:
changes:
-
new features:
-
fixes:
-
known issues:
- if a data URL is blocked the page action button does not appear
Version 1.7: Version 1.7:
changes: changes:
- Auto close browser action - Auto close browser action

View File

@ -205,6 +205,10 @@
{ {
"version": "1.7Alpha20211101", "version": "1.7Alpha20211101",
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.7Alpha20211101-an+fx.xpi" "update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.7Alpha20211101-an+fx.xpi"
},
{
"version": "1.8Alpha20211107",
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.8Alpha20211107-an+fx.xpi"
} }
] ]
} }