CanvasBlocker/releaseNotes.txt

135 lines
3.6 KiB
Plaintext
Raw Normal View History

2017-10-06 23:01:34 +02:00
Version 0.4.1:
todos:
2017-10-07 23:15:26 +02:00
- get rid of the .innerHTML assigments
- better and saver settings system
2017-10-06 23:01:34 +02:00
changes:
- improved design of the page action display
2017-10-06 23:01:34 +02:00
-
new features:
-
fixes:
- unnecessary check for context type in getImageData broke websites
2017-10-06 23:01:34 +02:00
Version 0.4.0.2:
fixes:
- some web pages were still broken with specific settings (e.g. twitch.tv)
- webGl was not faked any more
Version 0.4.0.1:
fixes:
- some web pages are broken (e.g. twitch.tv)
2017-05-24 17:47:52 +02:00
Version 0.4.0:
changes:
2017-06-25 22:33:12 +02:00
- switched to webExtension
- notifications are now done via page action
- minimal and maximal fake size are now respected in all fakeable functions
2017-08-07 21:03:34 +02:00
- fake readout now fakes one pixel at once and no longer one single channel
2017-09-24 00:06:03 +02:00
- new icon (special thanks to Thorin-Oakenpants)
2017-05-24 17:47:52 +02:00
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
2017-08-07 21:03:34 +02:00
* new random number generator "constant"
* setting to not fake the most frequent colors in a canvas
2017-08-08 18:08:18 +02:00
* setting to enable canvas cache
2017-08-08 18:11:45 +02:00
* setting to hide expert settings
2017-08-12 16:48:30 +02:00
* setting to control if the alpha channel should be faked as well
2017-05-24 17:47:52 +02:00
fixes:
2017-06-25 22:11:28 +02:00
- ask mode did not work for input types
- allow page scripts to overwrite the faked funtions
2017-09-24 00:06:03 +02:00
- getImageData also faked when using fakeInput mode
2017-05-24 17:47:52 +02:00
2017-03-03 01:21:11 +01:00
Version 0.3.8:
new features:
- added embedded WebExtension to store the preferences for the transition
2017-03-03 01:21:11 +01:00
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
2017-03-03 01:21:11 +01:00
2017-02-01 12:03:09 +01:00
Version 0.3.7:
new features:
- data for persistent random number generator can be stored
2017-02-01 12:03:09 +01:00
fixes:
2017-02-10 16:30:11 +01:00
- fake at input was broken
- did not work at all in Firefox 45.7.0 (ESR)
2017-03-03 01:05:55 +01:00
- disabled WebGL created error
- ask for permission was broken
2017-02-01 12:03:09 +01:00
2016-12-17 10:50:24 +01:00
Version 0.3.6:
changes:
2017-01-21 13:57:34 +01:00
- only last bit of image values are changes also in non persistent mode
2017-01-30 11:23:07 +01:00
- removed default entry in white list
2016-12-17 10:50:24 +01:00
fixes:
2017-01-21 13:57:34 +01:00
- 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
2016-12-17 10:50:24 +01:00
Version 0.3.5
new features:
- improved performance when canvas bigger than maxSize.
fixes:
2016-12-13 23:12:49 +01:00
- German translations
- Fennec stopped working in version 50
2016-11-21 12:35:57 +01:00
Version 0.3.4:
changes:
- different fake modes show independent notifications
2016-11-21 12:35:57 +01:00
fixes:
2017-09-25 04:24:12 +02:00
- bug in readPixels (prevented Google Street View to work)
2016-11-21 12:35:57 +01:00
- performance issues
- German translations
Version 0.3.3:
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
2016-11-03 17:49:48 +01:00
Version 0.3.2:
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
Version 0.3.1:
new features:
- added fennec support
- faster faking performance
- new preferences:
* disabling faking in getImageData for big canvas
* persistent random number supply
fixes:
- ask for permission failed on prototype
Version 0.3.0:
new features:
2017-09-25 04:24:12 +02:00
- e10s ready