Releases: kkapsner/CanvasBlocker
0.4.0 Beta RC1
This is the beta (RC1) of the webExtension version of CanvasBlocker
0.3.8-Release
new features:
- added embedded WebExtension to store the preferences for the transition
fixes:
- prevented error when canvas has size zero
- frame script was not loaded in the first tab that was restored from the last session
- prevented error when wrong object is passed to the faked functions
0.3.7-Release
new features:
- data for persistent random number generator can be stored
fixes:
- fake at input was broken
- did not work at all in Firefox 45.7.0 (ESR)
- disabled WebGL created error
- ask for permission was broken
0.3.6-Release
changes:
- only last bit of image values are changes also in non persistent mode
- removed default entry in white list
fixes:
- faking webGL
- added readPixels for webGL2
- removed error message when notification can not be closed
- about:blank pages are treated with respect to the opening page
- removed memory leak
- persistent rnd same for all tabs/windows with e10s enabled
0.3.5-Release
new features:
- improved performance when canvas bigger than maxSize.
fixes:
- German translations
- Fennec stopped working in version 50
0.3.4-Release
changes:
- different fake modes show independent notifications
fixes:
- bug in readPixels (prevented google street view to work)
- performance issues
- German translations
0.3.3-Release
changes:
- switching of the mode, white- and black-listing only affects new loaded pages
new features:
- auto close of the notifications (preference)
- button to show the release notes
fixes:
- "about:"-tabs could not be dragged
- performance issues
0.3.2-Release
new features:
- "fake at input" mode
- fake notifications only show up when something is faked
fixes:
- fake notifications did not show always when something was faked
- ECMA 2016 compliant
- function signature for faked functions could not be read
0.3.1-Release
Added features: maximum fake size, persistent rng available
Release for Firefox 28
Changed modifiedAPI to support FF28. Fixes #69.