Skip to content

Releases: avast/topee

always filter when 'active' is used in chrome.tabs.query

12 Mar 12:58
Compare
Choose a tag to compare
  • 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

04 Mar 12:50
Compare
Choose a tag to compare
  • 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

29 Jan 10:57
Compare
Choose a tag to compare

add debug symbols back to the release package

03 Jan 10:02
Compare
Choose a tag to compare

Package built using Swift 4.2.1

18 Dec 10:10
Compare
Choose a tag to compare
v1.3.7

Swift 4.2.1 build - v1.3.7

messaging fixes

06 Dec 09:05
Compare
Choose a tag to compare

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

28 Nov 14:13
Compare
Choose a tag to compare
1.3.5

Bump version to 1.3.5

Further improves Safari 11 / El Capitan compatibility

28 Nov 11:28
Compare
Choose a tag to compare

Enhanced compatibility with WebKit used on "El Capitan"

27 Nov 16:13
Compare
Choose a tag to compare

Stops using the const keyword and arrow functions in the Topee scripts

1.3.2

23 Nov 14:41
Compare
Choose a tag to compare
  • Postpones the initialization of the background script
  • Retrieves the actual user agent from the browser