diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ed6aea..9667bd49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ### Changes * Statically link Linux binaries (CGO\_ENABLED=0) #749 + * Document support for Firefox Multi-Account Containers plugin #760 ## [v1.14.2] - 2023-10-19 diff --git a/docs/config.md b/docs/config.md index d68d934a..28753248 100644 --- a/docs/config.md +++ b/docs/config.md @@ -262,8 +262,11 @@ in a browser: * `open` -- Opens the URL in your default browser or the browser you specified via `--browser` or `Browser` * `open-url-in-container` -- Generates a URL for the Firefox [Open Url in Container]( - https://addons.mozilla.org/en-US/firefox/addon/open-url-in-container/) plugin - and runs your `UrlExecCommand` + https://addons.mozilla.org/en-US/firefox/addon/open-url-in-container/) and + [Firefox Multi-Account Containers]( + https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) + plugins and runs your `UrlExecCommand`. Please be sure to install only + one of these plugins. ;) * `print` -- Prints the URL with a message in your terminal to stderr * `printurl` -- Prints only the URL in your terminal to stderr