mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
Version 1.4
This commit is contained in:
parent
ac2e074fdd
commit
10b2ef8e70
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"name": "CanvasBlocker",
|
"name": "CanvasBlocker",
|
||||||
"description": "__MSG_addon_description__",
|
"description": "__MSG_addon_description__",
|
||||||
"version": "1.3",
|
"version": "1.4",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icons/icon.svg",
|
"48": "icons/icon.svg",
|
||||||
"96": "icons/icon.svg"
|
"96": "icons/icon.svg"
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
Version 1.4:
|
||||||
|
changes:
|
||||||
|
-
|
||||||
|
|
||||||
|
new features:
|
||||||
|
-
|
||||||
|
|
||||||
|
fixes:
|
||||||
|
-
|
||||||
|
|
||||||
|
known issues:
|
||||||
|
- if a data URL is blocked the page action button does not appear
|
||||||
|
|
||||||
Version 1.3:
|
Version 1.3:
|
||||||
changes:
|
changes:
|
||||||
- added canvas cache to isPointInPath and isPointInStroke
|
- added canvas cache to isPointInPath and isPointInStroke
|
||||||
|
@ -141,6 +141,10 @@
|
|||||||
{
|
{
|
||||||
"version": "1.3Alpha20200601",
|
"version": "1.3Alpha20200601",
|
||||||
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.3Alpha20200601-an+fx.xpi"
|
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.3Alpha20200601-an+fx.xpi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.4Alpha20200607",
|
||||||
|
"update_link": "https://canvasblocker.kkapsner.de/versions/canvasblocker_beta-1.4Alpha20200607-an+fx.xpi"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user