CanvasBlocker/releaseNotes.txt

785 lines
25 KiB
Plaintext
Raw Permalink Normal View History

2024-04-16 14:53:11 +02:00
Version 1.11:
2024-04-04 23:30:20 +02:00
changes:
-
2024-04-16 14:53:11 +02:00
new features:
-
fixes:
-
known issues:
- if a data URL is blocked the page action button does not appear
- canvas and navigator APIs in workers are not protected
Version 1.10.1:
2024-04-04 23:30:20 +02:00
new features:
2024-04-08 00:09:37 +02:00
- added tag search
2024-04-08 00:12:46 +02:00
- added :changed tag
- mark default value in drop downs settings
2024-04-04 23:30:20 +02:00
fixes:
2024-04-08 00:04:53 +02:00
- lag and functionality loss on google sites
- fix function tampering detection via prototype
- isPointInPath and isPointInStroke return undefined with persistent rng
2024-04-04 23:30:20 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
- canvas and navigator APIs in workers are not protected
2023-04-19 14:24:41 +02:00
Version 1.10:
changes:
- added eBay to the convenience preset
- do not use proxy for Function.prototype.toString (causes weird problems sometimes)
2023-04-19 14:24:41 +02:00
new features:
2023-05-29 14:44:36 +02:00
- added setting showPresetsOnInstallation to be able to not show the presets page upon installation
2024-03-28 14:43:53 +01:00
- display version in page and browser action
- added protection for navigator.storage.estimate()
2023-04-19 14:24:41 +02:00
fixes:
2023-04-19 14:34:37 +02:00
- always protect about:blank
- persistent rng not working in Firefox for Android
2023-05-29 21:41:42 +02:00
- mobile default settings were not used in Firefox for Android
- settings export page did not show whole content in Firefox for Android
- new tabs opened from within the extension did not open properly in Firefox for Android
- settings reset confirmation dialog was not properly visible in Firefox for Android
- reload after changing the whitelist state in the browser action has to be done without cache
- data URL blocking was not affected by when changing the whitelist state in the browser action
2024-03-28 14:43:53 +01:00
- prevent unnecessary scroll bars in popups
2023-04-19 14:24:41 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
- canvas and navigator APIs in workers are not protected
2022-02-18 19:45:27 +01:00
Version 1.9:
changes:
- update setting descriptions
- added dhl.de to the convenience preset
2023-03-18 14:45:32 +01:00
- updated browser presets
- screen API: use inner of top window for all outer computations
2022-02-18 19:45:27 +01:00
new features:
- added support for wildcards (*) in domains
- added {real Firefox version - rv} to Firefox navigator preset
2022-02-18 19:45:27 +01:00
fixes:
- errors in URL regular expressions broke CB
- use correct tab in browserAction (private browsing)
2023-04-07 17:42:16 +02:00
- respect RFP in offscreenToBlobCallback
2022-02-18 19:45:27 +01:00
known issues:
- if a data URL is blocked the page action button does not appear
2023-04-15 16:07:34 +02:00
- canvas and navigator APIs in workers are not protected
2022-02-18 19:45:27 +01:00
2021-11-07 16:20:39 +01:00
Version 1.8:
new features:
- added SVG protection
- added notice when dom.webAudio.enabled is set to false
- added {random vendor} and {random renderer} to UNMASKED_VENDOR_WEBGL and UNMASKED_RENDERER_WEBGL to use a random value from a given list
- added <option1|option2|...> syntax to UNMASKED_VENDOR_WEBGL and UNMASKED_RENDERER_WEBGL
2021-11-07 16:20:39 +01:00
fixes:
- errors in URL regular expressions broke CB
2021-11-07 16:20:39 +01:00
known issues:
- if a data URL is blocked the page action button does not appear
2021-06-21 23:28:36 +02:00
Version 1.7:
changes:
2021-11-01 13:54:59 +01:00
- Auto close browser action
2021-06-21 23:28:36 +02:00
fixes:
2021-11-01 13:54:59 +01:00
- CSP headers broken on 304 requests
2021-06-21 23:28:36 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2021-06-21 22:01:09 +02:00
Version 1.6.1:
2021-06-20 14:42:13 +02:00
fixes:
2021-06-21 22:01:09 +02:00
- Google login and account creation did not work
2021-06-20 14:42:13 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2021-01-18 21:42:12 +01:00
Version 1.6:
changes:
- periodical persistent rnd clearing does not clear in active tabs
- added paypal.com to the convenience preset
- improved whitelist inspection
2021-06-06 14:43:46 +02:00
- use proxy to hide changed functions
2021-06-08 15:40:15 +02:00
- whitelisting now uses "allowEverything" instead of "allow"
2021-01-18 21:42:12 +01:00
new features:
2021-01-26 13:47:11 +01:00
- try to not break tabs when updating
- setting to postpone updates until browser restart or extension is reloaded
- added status button in browser action to see and set the whitelist status
- if the current block mode is set to blocking you can chose between faking and allowing if you whitelist an URL
2021-01-18 21:42:12 +01:00
fixes:
- fix message canvasBlocker-unload
- convenience preset did not work properly
- random supply was not set properly on a fresh new tab
2021-01-18 21:42:12 +01:00
known issues:
- if a data URL is blocked the page action button does not appear
2020-11-21 13:28:40 +01:00
Version 1.5:
new features:
- added {empty}, {false} and {undefined} to webGL preference parameters (i.e. VENDOR, RENDERER, UNMASKED_VENDOR_WEBGL and UNMASKED_RENDERER_WEBGL)
- added {disabled} to UNMASKED_VENDOR_WEBGL and UNMASKED_RENDERER_WEBGL to disabled the WEBGL_debug_renderer_info extension
- improved performance for protected canvas part "input"
2020-11-21 13:28:40 +01:00
fixes:
- protection of DOM manipulations on unloaded windows may break websites
2020-11-21 13:28:40 +01:00
known issues:
- if a data URL is blocked the page action button does not appear
2020-06-07 13:10:18 +02:00
Version 1.4:
changes:
2020-11-02 13:49:42 +01:00
- updated DOMRect protection
2020-06-07 13:10:18 +02:00
new features:
2020-11-09 08:33:04 +01:00
- new translations
2020-06-07 13:10:18 +02:00
fixes:
2020-11-02 11:54:43 +01:00
- Fix stuck Fenix
2020-06-07 13:10:18 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2020-03-17 22:41:55 +01:00
Version 1.3:
changes:
- added canvas cache to isPointInPath and isPointInStroke
2020-03-17 22:41:55 +01:00
new features:
2020-03-22 16:33:22 +01:00
- added link to FAQ
- added offscreen canvas protection
2020-06-07 11:32:29 +02:00
- new translations
2020-03-17 22:41:55 +01:00
known issues:
- if a data URL is blocked the page action button does not appear
2020-01-29 10:42:52 +01:00
Version 1.2:
changes:
- removed unnecessary activeTab permission
- always open options page in new tab
2020-01-29 10:42:52 +01:00
new features:
- added warning if some features of a API are disabled
- added TextMetrics protection
2020-01-29 10:42:52 +01:00
known issues:
- if a data URL is blocked the page action button does not appear
2020-01-19 00:42:15 +01:00
Version 1.1:
new features:
2020-01-25 00:38:39 +01:00
- added notice for privacy.resistFingerprinting
- added container specific navigator settings
2020-01-19 00:42:15 +01:00
fixes:
2020-01-23 13:58:14 +01:00
- error when exporting function with name "top"
- tabs opened with window.open broke when the parent tab was reloaded/closed
- importing settings file with an very old storage version did not work at all
2020-01-19 00:42:15 +01:00
known issues:
- if a data URL is blocked the page action button does not appear
2019-12-29 23:44:21 +01:00
Version 1.0:
2019-09-24 13:11:47 +02:00
changes:
- improved storage of protected API features
2019-12-01 01:25:39 +01:00
- code cleanup
- added mail.google.com to the convenience preset
2019-12-18 00:11:09 +01:00
- added reCAPTCHA preset
- the reCAPTCHA whitelisting entry is changed to "allow window.name in frames"
2019-09-24 13:11:47 +02:00
new features:
- added screen protection
2019-12-02 19:16:32 +01:00
- added default values for mobile
2019-09-24 13:11:47 +02:00
fixes:
- background color of the textarea in the settings export was not readable in the dark theme when the value was invalid
- settings sanitation: added missing APIs
- navigator.oscpu and navigator.buildID are undefined in non Gecko browsers
- resetting the settings had undesired side effects
2019-12-02 22:57:11 +01:00
- added window.open protection
2019-12-29 23:44:21 +01:00
- cross origin DOM manipulations
2020-01-01 00:30:16 +01:00
- window.name protection was detectable
- importing settings file with an older storage version did not work properly
- fields hosted on braintree not working when window API was protected
2019-09-24 13:11:47 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2019-07-24 22:58:08 +02:00
Version 0.5.14:
changes:
- reevaluated logging message levels
2019-07-24 22:58:08 +02:00
new features:
- remove iframe protection from whitelisted pages
- added protection for getParameter (webGL)
2019-07-24 22:58:08 +02:00
fixes:
- improved option pages on mobile
2019-07-24 22:58:08 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2019-07-06 12:51:51 +02:00
Version 0.5.13:
new features:
2019-07-16 18:25:30 +02:00
- added setting presets
2019-07-06 12:51:51 +02:00
fixes:
- display of url specific settings did not work properly
2019-07-06 12:51:51 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2019-06-23 20:46:35 +02:00
Version 0.5.12:
changes:
2019-07-06 11:52:58 +02:00
- rearranged some settings
2019-06-23 20:46:35 +02:00
new features:
- enabled whitelisting of local files
2019-06-29 16:55:26 +02:00
- added tabs in options page
2019-06-23 20:46:35 +02:00
fixes:
- detect when browser.contextualIdentities.onRemoved is not supported
2019-06-23 20:46:35 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2019-05-31 17:18:16 +02:00
Version 0.5.11:
new features:
- added auto update for beta versions
- options: made sections collapsible
- clear persistent rng data if a container is deleted
- added tool to clear persistent rng for a specific container
2019-05-31 17:18:16 +02:00
fixes:
- improved protection of (i)frame properties
- document.write and document.writeln protection broke pages
- race condition causes persistent rnd separation between containers to leak
2019-05-31 17:18:16 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2019-05-26 19:39:17 +02:00
Version 0.5.10:
changes:
2019-05-26 19:40:58 +02:00
- min version is now 57 to remove the amount of warnings on submission
2019-05-26 19:39:17 +02:00
new features:
- added date and time to the settings export file
- persistent rng is no longer shared between containers (different cookieStoreId)
2019-05-26 19:39:17 +02:00
fixes:
- setter for innerHTML broke pages
- protection for document.write and document.writeln broke in Firefox 69
- not connected iFrame threw error with persistent rng
- detection over document.write and document.writeln was possible
- google docs were broken in Waterfox
- MutationObserver failed in some instances
- server-site navigator protection did not respect whitelisting
- confirm messages were broken in Firefox 67
2019-05-26 19:39:17 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2019-02-10 12:58:00 +01:00
Version 0.5.9:
changes:
2019-03-12 22:24:23 +01:00
- code cleanup
- made history length threshold url specific
2019-05-04 01:12:45 +02:00
- made navigator protection url specific
- uniform themes
- simplified the "display hidden settings" UI
2019-02-10 12:58:00 +01:00
new features:
2019-02-27 23:49:00 +01:00
- added protection for navigator properties
2019-03-11 23:02:23 +01:00
- added support to import older storage versions
- protection for data URLs can now be url specific
- changed input of lists to textarea
- added option to protect no part of the canvas API
- apply themes to all extension pages (options, page action, browser action, setting sanitation, setting inspection, navigator settings)
- theme for automatic detection of dark mode (only works with Firefox >= 67)
2019-05-04 01:12:45 +02:00
- within the page action the used API can be whitelisted alone
- added overview page for whitelist
2019-02-10 12:58:00 +01:00
fixes:
- search could show hidden settings
- faking audio did not work with white random generator
- enabled copying from settings description when they are "hidden"
- fixed description for "show notifications"
- improved DOMRect performance
- improved general performance when stack list is disabled
2019-05-17 00:36:34 +02:00
- preventing double interception (increased performance and reduced detectability)
- detection over navigator and DOMRect getters was possible
2019-05-22 10:06:11 +02:00
- audio cache could break readout
2019-05-22 23:37:23 +02:00
- improved iFrame protection
- SOP detection did not work all the time
2019-02-10 12:58:00 +01:00
known issues:
- if a data URL is blocked the page action button does not appear
2019-02-04 19:04:41 +01:00
Version 0.5.8:
changes:
- audio faking will not alter buffers with only zero values
2019-02-04 19:04:41 +01:00
new features:
- added combined cache for getChannelData and copyFromChannel:
- better performance
- prevent double faking => prevent detection
2019-02-04 19:04:41 +01:00
fixes:
- after reset the hidden settings and expanded views were not reset
- audio cache did not work properly
2019-02-04 19:04:41 +01:00
known issues:
- if a data URL is blocked the page action button does not appear
2019-01-26 21:19:08 +01:00
Version 0.5.7:
changes:
- reset settings no longer only available in expert mode
2019-01-26 21:19:08 +01:00
fixes:
- protection for history length did not work
2019-01-26 21:19:08 +01:00
known issues:
- if a data URL is blocked the page action button does not appear
2018-10-13 12:50:30 +02:00
Version 0.5.6:
changes:
- removed *Readout and *Input block modes (use protectedCanvasPart instead)
2018-10-13 12:50:30 +02:00
new features:
- options gui improvements
- url specific values can be added by hitting enter in the input
2018-10-31 21:03:19 +01:00
- highlight "hide" icon when "tabbing" to it
- made url specific values manageable with "tabbing"
- added setting "protected canvas part" to decouple block mode from part
- added "share persistent randomness between domains"
2018-10-13 12:50:30 +02:00
fixes:
- constant rng did not work properly when protecting input
2019-01-19 00:31:20 +01:00
- some display inconsistencies
- optional parameter on isPointInPath and isPointInStroke were broken
2018-10-13 12:50:30 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2018-09-23 13:18:15 +02:00
Version 0.5.5:
changes:
2018-10-02 19:27:03 +02:00
- DOMRect uses double cache (value and complete DOMRect)
2018-09-23 13:18:15 +02:00
new features:
2018-10-09 08:14:50 +02:00
- added settings sanitation page
- added search field to browser action popup
2018-09-23 13:18:15 +02:00
fixes:
- Google images did not work for some users
2018-10-02 19:27:03 +02:00
- page action was not showing on Firefox Android
- wrong content script does no longer trigger the settings load forcing
2018-09-23 13:18:15 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2018-09-02 12:36:27 +02:00
Version 0.5.4:
changes:
- converted "API whitelist" to "protected API features" (automatic settings migration)
- notification details are not stored by default
- settings page reorganized
2018-09-16 12:09:48 +02:00
- audio API notifies on every call
- made audio cache url specific
2018-09-02 12:36:27 +02:00
new features:
- added save/load directly to/from file option
2018-09-05 16:42:57 +02:00
- added protection for DOMRect (getClientRects)
- added setting to control if notification details should be stored
- state of the arrow for url specific values is saved
- browser action icon gets grayed out if the page is whitelisted
- added search to options page
2018-09-02 12:36:27 +02:00
fixes:
- window and audio API were always blocked when using any of the "block ..." modes
- canvas content was not stored to be displayed when wanted
- hovering over toolbar icon created error in the browser console
- canvas content was not shown in ask mode any more
2018-09-02 12:36:27 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2018-07-31 20:38:21 +02:00
Version 0.5.3:
changes:
- removed active support for Firefox < 60
- maximal 250 notifications per domain and type will be rendered
2018-07-31 20:38:21 +02:00
new features:
- display version in options page
- added link to open options page in separate tab
- added option "Don't show again on update." for options page
- added option to highlight page action icon
- added option to control browser action icon on notifications
- added theme for browser and page action popup
2018-08-21 22:43:41 +02:00
- added badge
- added option to ignore APIs
- added protection for history length
- added protection for window name and opener
2018-07-31 20:38:21 +02:00
fixes:
2018-08-18 22:35:52 +02:00
- CSP did not work properly for worker-src
- detection if the options page was displayed in a separate tab did not work reliably
2018-08-19 23:25:19 +02:00
- popup text not readable in some dark themes
2018-08-19 23:35:42 +02:00
- display conditions for notification settings
- page action not useable with a lot of notifications
2018-08-21 22:01:10 +02:00
- blocking of blob-worker broke some pages
2018-07-31 20:38:21 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2018-07-31 15:39:53 +02:00
Version 0.5.2b:
known issues:
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.5.2a instead or use Firefox >= 59 which provides the required API to solve this issue once and for all
2018-07-21 13:54:01 +02:00
changes:
2018-07-31 15:39:53 +02:00
- if settings are not loaded fast enough the loading is forced
Version 0.5.2a:
known issues:
- due to API blocking some web pages may break. Use 0.5.2b instead.
2018-07-21 13:54:01 +02:00
2018-07-31 15:39:53 +02:00
changes:
- if settings are not loaded fast enough the loading is not forced but all APIs are blocked
Version 0.5.2:
2018-07-21 13:54:01 +02:00
new features:
- separate persistent random numbers for incognito windows
(resets when closing all incognito windows - like cookies do)
2018-07-29 21:43:40 +02:00
- added toolbar icon
2018-07-21 13:54:01 +02:00
fixes:
2018-07-24 21:30:57 +02:00
- optimized CSP
2018-07-25 08:38:09 +02:00
- in Firefox ESR (52) iFrames with a blob-URL cannot be protected -> they have to be blocked there as well
- broken when using with Random Agent Spoofer
2018-07-21 13:54:01 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2018-07-21 13:28:22 +02:00
Version 0.5.1.1b:
known issues:
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.5.1.1a instead or use Firefox >= 59 which provides the required API to solve this issue once and for all
changes:
- if settings are not loaded fast enough the loading is forced
Version 0.5.1.1a:
known issues:
- due to API blocking some web pages may break. Use 0.5.1.1b instead.
changes:
- if settings are not loaded fast enough the loading is not forced but all APIs are blocked
Version 0.5.1.1:
fixes:
- blocking blob: scheme broke some pages unnecessarily
Version 0.5.1b:
known issues:
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.5.1a instead or use Firefox >= 59 which provides the required API to solve this issue once and for all
changes:
- if settings are not loaded fast enough the loading is forced
Version 0.5.1a:
known issues:
- due to API blocking some web pages may break. Use 0.5.1b instead.
changes:
- if settings are not loaded fast enough the loading is not forced but all APIs are blocked
2018-07-16 09:14:01 +02:00
Version 0.5.1:
changes:
2018-07-21 14:30:13 +02:00
- instead of blocking requests from data URLs they are blocked themselves
2018-07-16 09:14:01 +02:00
new features:
2018-07-17 13:07:50 +02:00
- new setting: session white list that is cleared on addon load (= browser start)
2018-07-16 09:14:01 +02:00
fixes:
- Changes made in the page action were not saved in all Firefox versions
- Blocking requests data URLs blocked too much
2018-07-16 09:14:01 +02:00
known issues:
- if a data URL is blocked the page action button does not appear
2018-07-16 09:14:01 +02:00
2018-07-16 00:59:06 +02:00
Version 0.5.0.1b:
known issues:
2018-07-16 00:59:06 +02:00
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.5.0a instead or use Firefox >= 59 which provides the required API to solve this issue once and for all
changes:
- if settings are not loaded fast enough the loading is forced
Version 0.5.0a:
known issues:
2018-07-16 00:59:06 +02:00
- due to API blocking some web pages may break. Use 0.5.0.1b instead.
changes:
- if settings are not loaded fast enough the loading is not forced but all APIs are blocked
Version 0.5.0:
2018-05-26 21:51:42 +02:00
changes:
2018-06-16 00:22:31 +02:00
- Changes in the random supply API
- Added grouping to API white list
- Show page action when API is blocked
2018-05-26 21:51:42 +02:00
new features:
2018-06-16 00:22:31 +02:00
- Can protect Audio API
2018-07-02 00:29:41 +02:00
- Settings can be hidden
2018-05-26 21:51:42 +02:00
fixes:
2018-07-13 16:58:13 +02:00
- make function replacements not detectable
- "protect" data URL pages by blocking all requests from them
removed fixes:
- display of about:blank broken in Waterfox
reason: it should help protect data URL pages in the future
known issues:
2018-07-16 09:13:25 +02:00
- if a data URL request is blocked the page action button appears but shows no content
2018-05-26 21:51:42 +02:00
2018-05-26 15:44:02 +02:00
Version 0.4.5c:
2018-05-02 23:10:47 +02:00
new features:
- Added setting to whitelist parts of the canvas API
2018-05-02 23:10:47 +02:00
fixes:
- respect resistFingerPrinting setting in isPointInPath and isPointInStroke
2018-05-02 23:10:47 +02:00
Version 0.4.5b:
known issues:
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.4a instead or use Firefox >= 59 which provides the required API to solve this issue once and for all
changes:
- if settings are not loaded fast enough the loading is forced
Version 0.4.5a:
known issues:
- due to API blocking some web pages may break. Use 0.4.5b instead.
changes:
- if settings are not loaded fast enough the loading is not forced but all APIs are blocked
2017-12-20 00:23:55 +01:00
Version 0.4.5:
changes:
- added isPointInPath and isPointInStroke to the readout-API list
2017-12-20 00:23:55 +01:00
new features:
2018-04-24 13:34:16 +02:00
- Options page can be opened from page action
2018-01-04 13:36:18 +01:00
- Added way to inspect canvas content in ask mode while being asked
- Open options page on install or update if the options page cannot be accessed in another way
2018-01-08 17:08:36 +01:00
- Added sections in options
2017-12-20 00:23:55 +01:00
fixes:
- long clearing periods did not work
2018-01-03 10:59:56 +01:00
- prevent possible double faking
2018-01-04 13:30:48 +01:00
- asking did not work in some cases (auto deny)
2017-12-20 00:23:55 +01:00
2017-12-20 00:08:29 +01:00
Version 0.4.4b:
known issues:
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.4a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all
changes:
- if settings are not loaded fast enough the loading is forced
Version 0.4.4a:
known issues:
- due to API blocking some web pages may break. Use 0.4.4 instead.
changes:
- if settings are not loaded fast enough the loading is not forced but all APIs are blocked
2017-12-19 00:28:42 +01:00
Version 0.4.4:
2017-12-18 23:55:58 +01:00
known issues:
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.3a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all
2017-12-16 20:34:03 +01:00
2017-12-18 23:55:58 +01:00
changes:
- show white, black and ignore list again, but only in expert mode
2017-12-16 20:34:03 +01:00
fixes:
2017-12-18 23:55:58 +01:00
- Firefox consumed 100% CPU and could not be closed
2017-12-19 23:15:31 +01:00
- Unknown setting breaks Firefox completely
2017-12-16 20:34:03 +01:00
Version 0.4.3c:
known issues:
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.3a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all
fixes:
- display of about:blank broken in Waterfox
- pinned tabs were not loaded and JS not executed in some cases
2017-12-15 01:00:52 +01:00
Version 0.4.3b:
known issues:
- force setting loadings may result in non working plugins or not opening direct image links. Use 0.4.3a instead or wait for Firefox 59 which provides the required API to solve this issue once and for all
changes:
- if settings are not loaded fast enough the loading is forced
Version 0.4.3a:
known issues:
- due to API blocking some web pages may break. Use 0.4.3b instead.
2017-11-14 23:22:03 +01:00
changes:
2017-12-03 23:58:54 +01:00
- 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.
2017-12-15 01:00:52 +01:00
- if settings are not loaded fast enough the loading is not forced but all APIs are blocked
2017-11-14 23:22:03 +01:00
new features:
2017-11-24 17:06:43 +01:00
- 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
2017-11-14 23:22:03 +01:00
fixes:
- page action was not always showing
2017-11-24 17:06:43 +01:00
- waiting for settings created error messages in browser console
- do not show notifications when canvas faking was aborted
2017-11-14 23:22:03 +01:00
2017-11-14 01:07:27 +01:00
Version 0.4.2
new features:
- added settings export and import
fixes:
- settings are sometimes not fast enough loaded
2017-10-06 23:01:34 +02:00
Version 0.4.1:
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
2017-11-11 23:34:59 +01:00
- cleaned up the options page
2017-10-06 23:01:34 +02:00
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
2017-10-06 23:01:34 +02:00
fixes:
- unnecessary check for context type in getImageData broke websites
- getContext was not asked in ask mode.
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
2018-08-22 22:16:49 +02:00
- allow page scripts to overwrite the faked functions
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