Releases: avast/topee
Releases · avast/topee
Improves user agent string
1.3.1 Bumps version to 1.3.1
Dummy implementation of chrome.commands.onCommand
Implement dummy chrome.commands.onCommand
API which just doesn't fail when called.
1.2.2
- Minor changes to the TopeeExtensionManifest
- Uses a more suitable user agent to allow for better analytics
Builds framework using swift 4.2 for compatibility
1.2.1 Bump version to 1.2.0
Various bugfixes
- 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
Solves crash occurring when attempting to log strings with control characters – e.g: google.com?search=this%20may%20crash
, using the DefaultLogger
Logging
- Improves logging
- Adds support for additional chrome APIs:
tabs.onCreated
tabs.onUpdated
minor bugfixes
- 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
v1.0.0 Merge branch 'master' of https://github.com/avast/topee
Builds Topee using Xcode10
v0.0.7 document_start vs. document_end