Important
In versions 2.7.0 and 2.7.1, the extension does not display the installation instructions properly. This issue is tracked as #368 and will be fixed as soon as possible. Affected versions have been disabled from AMO. If you have this issue, please downgrade the extension to 2.6.2 until this is properly fixed. Version 2.7.2 has been released with a fix. You should be able to quickly update to it by searching for updates on about:addons
.
Added
-
Support for wildcards when matching the allowed domains list (#328):
A wildcard*
can now be used in an allowed domain list to match zero or more characters. A wildcard can be escaped by using\*
.
For example, to match domains such asmail.google.com
,calendar.google.com
andgoogle.com
, set the allowed domains list to*.google.com,google.com
. -
Support for excluding URLs with regex for automatic launching (#296):
Specific URLs can now be excluded from the automatic web app launching in the extension settings. Any URLs that match the provided regex will not be launched as a web app. This only has effect when web app launching is enabled. -
AppStream metadata for Linux packages:
This metadata should be appropriately included in packages and repositories when packaging/distributing the project on Linux.
This should help improve the display of packages on Linux software stores such as GNOME Software and KDE Discover.
Changed
- Changed donations link to include all available options.
- Changed project icon to be more centered and with rounded corners.
- Updated dependencies.