Skip to content

Releases: kkapsner/CanvasBlocker

0.4.3a-Release

14 Dec 23:57
Compare
Choose a tag to compare

known issues:
- due to API blocking some web pages may break. Use 0.4.3b instead.

changes:
- hide white, black and ignore list as they can be done with the url specific settings. They are still present and working in the background.
- if settings are not loaded fast enough the loading is not force but all APIs are blocked

new features:
- reset settings
- new white random generator - creates output similar to Tor browser
- blockMode and showNotifications can now be chosen url specific
- new setting to ignore canvas with only few colors

fixes:
- page action was not always showing
- waiting for settings created error messages in browser console
- do not show notifications when canvas faking was aborted

0.4.3-Beta.3

11 Dec 22:28
Compare
Choose a tag to compare
0.4.3-Beta.3 Pre-release
Pre-release

This is the beta (RC3) for version 0.4.3 of CanvasBlocker

0.4.3-Beta.2: Beta 0.4.3 RC2

08 Dec 19:41
Compare
Choose a tag to compare
Pre-release

This is the beta (RC2) for version 0.4.3 of CanvasBlocker
FOR TESTING ONLY!

0.4.3-Beta.1

04 Dec 18:56
Compare
Choose a tag to compare
0.4.3-Beta.1 Pre-release
Pre-release

This is the beta (RC1) for version 0.4.3 of CanvasBlocker

0.4.2-Release

14 Nov 00:19
Compare
Choose a tag to compare

new features:
- added settings export and import

fixes:
- settings are sometimes not fast enough loaded

0.4.1-Release

12 Nov 18:48
Compare
Choose a tag to compare

changes:
- improved design of the page action display
- Enabled Firefox ESR
- persistent random generator data is always stored in the settings but cleared on restart if the store flag is not set
- cleaned up the options page

new features:
- setting to set an interval to clear the persistent random generator data
- setting for the ask deny mode
- ask only once can now also combine the API-types

fixes:
- unnecessary check for context type in getImageData broke websites
- getContext was not asked in ask mode.

0.4.0.2-Release

10 Oct 19:24
Compare
Choose a tag to compare

fixes:
- some web pages were still broken with specific settings (e.g. twitch.tv)
- webGl was not faked any more

0.4.0.1-Release

07 Oct 21:34
Compare
Choose a tag to compare

fixes:
- some web pages are broken (e.g. twitch.tv)

0.4.0-Release

06 Oct 20:50
Compare
Choose a tag to compare

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
- settings page now only shows settings that are useful within the given settings set
- new preferences:
* minimal fake size
* setting to enable the inspection of the content of the faked canvas
* new random number generator "constant"
* setting to not fake the most frequent colors in a canvas
* setting to enable canvas cache
* setting to hide expert settings
* setting to control if the alpha channel should be faked as well

fixes:
- ask mode did not work for input types
- allow page scripts to overwrite the faked funtions
- getImageData also faked when using fakeInput mode

0.4.0 Beta RC2

24 Sep 08:57
Compare
Choose a tag to compare
0.4.0 Beta RC2 Pre-release
Pre-release

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