-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a115f7
commit c47bcb3
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. | |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [3.9.0] - 2021-09-04 | ||
|
||
### Added | ||
|
||
- `chrome.webNavigation.onDOMContentLoaded` for iframes—`[email protected]` required. | ||
|
||
### Changed | ||
|
||
- Reduced IPC traffic for updated extension icons. | ||
|
||
### Fixed | ||
|
||
- `chrome.contextMenus.onClicked` callback was never invoked. | ||
- `partition` of `<browser-action-list>` would error when a remote session partition was set. | ||
|
||
## [3.8.0] - 2021-06-14 | ||
|
||
|
@@ -131,6 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
- Extension action popups now resize appropriately in [email protected]. | ||
|
||
[3.9.0]: https://github.com/samuelmaddock/electron-browser-shell/compare/[email protected]@3.9.0 | ||
[3.8.0]: https://github.com/samuelmaddock/electron-browser-shell/compare/[email protected]@3.8.0 | ||
[3.7.0]: https://github.com/samuelmaddock/electron-browser-shell/compare/[email protected]@3.7.0 | ||
[3.6.1]: https://github.com/samuelmaddock/electron-browser-shell/compare/[email protected]@3.6.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters