Skip to content

Releases: kkapsner/CanvasBlocker

0.4.0 Beta RC1

23 Sep 22:45
Compare
Choose a tag to compare
0.4.0 Beta RC1 Pre-release
Pre-release

This is the beta (RC1) of the webExtension version of CanvasBlocker

0.3.8-Release

23 May 20:22
Compare
Choose a tag to compare
0.3.8-Release Pre-release
Pre-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

03 Mar 00:09
Compare
Choose a tag to compare
0.3.7-Release Pre-release
Pre-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

01 Feb 11:01
Compare
Choose a tag to compare
0.3.6-Release Pre-release
Pre-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

16 Dec 21:43
Compare
Choose a tag to compare
0.3.5-Release Pre-release
Pre-release

new features:
- improved performance when canvas bigger than maxSize.

fixes:
- German translations
- Fennec stopped working in version 50

0.3.4-Release

26 Nov 16:43
Compare
Choose a tag to compare
0.3.4-Release Pre-release
Pre-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

13 Nov 16:33
Compare
Choose a tag to compare
0.3.3-Release Pre-release
Pre-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

03 Nov 21:09
Compare
Choose a tag to compare
0.3.2-Release Pre-release
Pre-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

06 Aug 20:13
Compare
Choose a tag to compare
0.3.1-Release Pre-release
Pre-release

Added features: maximum fake size, persistent rng available

Release for Firefox 28

16 May 12:47
Compare
Choose a tag to compare
Pre-release
Changed modifiedAPI to support FF28.

Fixes #69.