mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
Updated release notes and readme.
This commit is contained in:
parent
6b0d4f076c
commit
00252d3e93
@ -12,3 +12,7 @@ The different block modes are:
|
|||||||
<li>block only black list: Block the <canvas> API only for websites on the black list.</li>
|
<li>block only black list: Block the <canvas> API only for websites on the black list.</li>
|
||||||
<li>allow everything: Ignore all lists and allow the <canvas> API on all websites.</li>
|
<li>allow everything: Ignore all lists and allow the <canvas> API on all websites.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Special thanks to:
|
||||||
|
* spodermenpls for finding all the typos
|
||||||
|
* Thorin-Oakenpants for the icon idea
|
@ -1,12 +1,10 @@
|
|||||||
Version 0.4.0:
|
Version 0.4.0:
|
||||||
todos:
|
|
||||||
- import settings in content script (have to wait for the new API to register content scripts)
|
|
||||||
|
|
||||||
changes:
|
changes:
|
||||||
- switched to webExtension
|
- switched to webExtension
|
||||||
- notifications are now done via page action
|
- notifications are now done via page action
|
||||||
- minimal and maximal fake size are now respected in all fakeable functions
|
- minimal and maximal fake size are now respected in all fakeable functions
|
||||||
- fake readout now fakes one pixel at once and no longer one single channel
|
- fake readout now fakes one pixel at once and no longer one single channel
|
||||||
|
- new icon (special thanks to Thorin-Oakenpants)
|
||||||
|
|
||||||
new features:
|
new features:
|
||||||
- information of all fake events in one tab are visible
|
- information of all fake events in one tab are visible
|
||||||
@ -23,6 +21,7 @@ Version 0.4.0:
|
|||||||
fixes:
|
fixes:
|
||||||
- ask mode did not work for input types
|
- ask mode did not work for input types
|
||||||
- allow page scripts to overwrite the faked funtions
|
- allow page scripts to overwrite the faked funtions
|
||||||
|
- getImageData also faked when using fakeInput mode
|
||||||
|
|
||||||
Version 0.3.8:
|
Version 0.3.8:
|
||||||
new features:
|
new features:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user