0.018   2024-10-01  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [doc] Explain how to do something similar to firefox-container
          with Google Chrome.
0.017   2023-06-06  Released-By: PERLANCAR; Urgency: medium
        - [cli open-firefox-container] Allow passing options to firefox via
          -b and -a.
0.016   2023-04-17  Released-By: PERLANCAR; Urgency: medium
        - Add CLIs: firefox-mua-add-container,
          firefox-mua-dump-containers-json.
0.015   2022-10-04  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
        - [incompatible change] FIREFOX_CONTAINER now has higher precedence
          over FIREFOX_CONTAINER_ENV, to ease doing standard behavior.
        - Add logging to firefox-container.
0.014   2022-09-08  Released-By: PERLANCAR; Urgency: medium
        - [cli firefox-container] Observe FIREFOX_CONTAINER_ENV.
        - [optimize] Avoid loading unneeded modules.
0.013   2022-09-08  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
        - [incompatible change] firefox-container now becomes a wrapper for
          firefox, so it can be used in BROWSER. The original firefox-container
          is now renamed to open-firefox-container.
0.012   2022-01-20  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
	- [doc] Update the fact that the add-on now provides UI to reorder;
	  give example.
0.011   2020-11-02  Released-By: PERLANCAR; Urgency: medium
	- Support sorting default containers like Personal, Work, ...
	  (which don't have 'name' but 'l10nID').
0.010   2020-09-21  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Mention the 'Open external links in a container' as well as
	  link to the bash launcher script.
0.009   2020-09-21  Released-By: PERLANCAR; Urgency: medium
	- [ux] [cli firefox-container] If URL is not specified, open a
	  blank tab in that container.
0.008   2020-09-21  Released-By: PERLANCAR; Urgency: medium
	- Add CLI: firefox-container (open new firefox tab in a specified
	  container).
0.007   2020-06-04  Released-By: PERLANCAR; Urgency: low
	- Use schema firefox::local_profile_name instead of
	  firefox::profile_name.
0.006   2020-06-03  Released-By: PERLANCAR; Urgency: medium
	- Add utilities: firefox-mua-list-containers,
	  firefox-mua-modify-containers.
0.005   2020-05-27  Released-By: PERLANCAR; Urgency: medium
	- [ux] When --dry-run, do not bail when firefox is running.
0.004   2020-05-26  Released-By: PERLANCAR; Urgency: medium
	- Bump prereq version of App::FirefoxUtils (0.010+ needed for
	  firefox_is_running()).
0.003   2020-05-25  Released-By: PERLANCAR; Urgency: medium
	- List available profile /names/, not paths.
0.002   2020-05-25  Released-By: PERLANCAR; Urgency: medium
	- Add --dry-run.
        - Add --sort-sub & --sort-args.
0.001   2020-05-24  Released-By: PERLANCAR
        - First release.