Skip to content

Releases: avast/topee

Improves user agent string

21 Nov 09:26
Compare
Choose a tag to compare
1.3.1

Bumps version to 1.3.1

Dummy implementation of chrome.commands.onCommand

19 Nov 16:24
Compare
Choose a tag to compare

Implement dummy chrome.commands.onCommand API which just doesn't fail when called.

1.2.2

07 Nov 09:44
Compare
Choose a tag to compare
  • Minor changes to the TopeeExtensionManifest
  • Uses a more suitable user agent to allow for better analytics

Builds framework using swift 4.2 for compatibility

01 Nov 11:51
Compare
Choose a tag to compare

Various bugfixes

31 Oct 15:44
Compare
Choose a tag to compare
  • setupBridge method doesn't require override (uses default setup)
  • Fix tab broadcast - message now arrives into all frames
  • Fix active tab detection

Solves DefaultLogger issues

18 Oct 07:13
Compare
Choose a tag to compare

Solves crash occurring when attempting to log strings with control characters – e.g: google.com?search=this%20may%20crash, using the DefaultLogger

Logging

15 Oct 14:20
Compare
Choose a tag to compare
  • Improves logging
  • Adds support for additional chrome APIs:
    • tabs.onCreated
    • tabs.onUpdated

minor bugfixes

09 Oct 12:52
Compare
Choose a tag to compare
  • fixed message broadcasting to all frames when it is sent to top-level document
  • keep chrome.tab.get info long enough for an beforeunload listener
  • do not log non-error topee messages to content script console in release builds

rename plist identifiers to avoid possible future clashes with Safari

27 Sep 11:38
Compare
Choose a tag to compare
v1.0.0

Merge branch 'master' of https://github.com/avast/topee

Builds Topee using Xcode10

24 Sep 14:13
bfddf92
Compare
Choose a tag to compare
v0.0.7

document_start vs. document_end