This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
2.0.2
Changes
- Upgraded to Electron 5.0.1/Chromium 73.0.3683.121
- Multiple HTML files now open in the same instance of Wexond
- Web-specific icons now hides when the selected tab is associated with a window
- New Chrome APIs:
chrome.browserAction.onClicked
chrome.runtime.onMessage
chrome.runtime.sendMessage
Fixes
- Fixed crash caused by saving favicons of some websites
- Fixed building errors on macOS/Linux (#192)
- Fixed closing selected tab rearranging tabs immediately
- Fixed Overlay not hiding properly when pressing
esc
- Fixed
esc
not navigating back in bookmarks - Fixed moving window when in Overlay (#192)
- Fixed Windows scaling issues when attaching windows
- Fixed extension CSS not executing properly (#191)
- Fixed
chrome.tabs.executeScript
not responding to correct event (#189)