Updated release notes and readme.

This commit is contained in:
kkapsner 2017-09-24 00:06:03 +02:00
parent 6b0d4f076c
commit 00252d3e93
2 changed files with 6 additions and 3 deletions

View File

@ -12,3 +12,7 @@ The different block modes are:
<li>block only black list: Block the &lt;canvas&gt; API only for websites on the black list.</li>
<li>allow everything: Ignore all lists and allow the &lt;canvas&gt; API on all websites.</li>
</ul>
Special thanks to:
* spodermenpls for finding all the typos
* Thorin-Oakenpants for the icon idea

View File

@ -1,12 +1,10 @@
Version 0.4.0:
todos:
- import settings in content script (have to wait for the new API to register content scripts)
changes:
- switched to webExtension
- notifications are now done via page action
- 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
- new icon (special thanks to Thorin-Oakenpants)
new features:
- information of all fake events in one tab are visible
@ -23,6 +21,7 @@ Version 0.4.0:
fixes:
- ask mode did not work for input types
- allow page scripts to overwrite the faked funtions
- getImageData also faked when using fakeInput mode
Version 0.3.8:
new features: