Releases: avast/topee
Releases · avast/topee
always filter when 'active' is used in chrome.tabs.query
- chrome.tabs.query({active: true}) with multiple browser windows now returns fewer results than is should be instead of more
- chrome.tabs.query warns about unsupported options once
- fix a crash when removing an iframe from a document
add dummy webRequest apis
- switch to delay background script load so that a debugger can be attached before
- update dependencies with discovered vulnerabilities
- webRequest and webNavigation stubs (these APIs are about to be removed in manifest v3 anyway)
messaging performance improvement
v1.3.9 1.3.9
add debug symbols back to the release package
v1.3.8 1.3.8
Package built using Swift 4.2.1
v1.3.7 Swift 4.2.1 build - v1.3.7
messaging fixes
Fixes message sending and listening between extension resource iframes and background script that caused listeners not being removed and being called multiple times.
Adds polyfill for Safari v11
1.3.5 Bump version to 1.3.5
Further improves Safari 11 / El Capitan compatibility
1.3.4 Bump version to 1.3.4
Enhanced compatibility with WebKit used on "El Capitan"
Stops using the const
keyword and arrow functions in the Topee scripts
1.3.2
- Postpones the initialization of the background script
- Retrieves the actual user agent from the browser