PWAsForFirefox 2.7.0 #366
filips123
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
Support for wildcards when matching the allowed domains list (Allow wildcards in "Domains always allowed" #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 as
mail.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 (Exception List to prevent operating link to PWA #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
Fixed
Disabled new tab feeds and configure homepage (Randomly jump out image of installed site. #253, Starting PWAs causes spurious tabs to open in main browser #349):
This might be related to unexpected opening of websites and images while using web apps, reported in issues Randomly jump out image of installed site. #253 and Starting PWAs causes spurious tabs to open in main browser #349.
Fixed an incorrect CSS selector on the preferences page.
Fixed incorrect Gentoo installation instructions.
This discussion was created from the release PWAsForFirefox 2.7.0.
Beta Was this translation helpful? Give feedback.
All reactions