PWAsForFirefox 2.0.0 #184
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 renaming web apps:
Web apps can now be renamed on all operating systems without problems.
Support for protocol handlers (Support for protocol handlers (mailto, etc.) #83):
Protocol handlers (on web apps that register them) can be enabled from the extension web app settings.
Enabled handlers are registered to the operating system and can be called from any other program.
Note: This is not implemented yet on macOS.
Support for changing theme color using meta tags (<meta> theme-color & background-color changes when updated in the page #96):
Websites can now dynamically overwrite theme color using meta tags.
This can be disabled in the runtime settings.
Add support for automatic web app launching (Launch the web app automatically #115):
Any (enabled) URLs will be intercepted by the extension and re-launched in their web app windows.
This feature can be enabled from the extension settings, and then configured for each web app.
Note: Feature is experimental, may not work with all websites, and may impact performance.
Add support for changing directories using run-time environment variables (Modify paths using environment variables #109).
Add support for per-user installation on Windows (Install native package per user (Windows) #129).
Add options to prevent changing window icon and title (Window Title #167).
Changed
System integration has been improved:
Icon downloading and parsing are now more reliable.
Protocol handlers are now supported.
SVG icons are now supported.
Some terminology has been changed to be more consistent:
"Site" now represents a website available on the web, which you can install to your computer as a "web app" (PWA).
"Site" is still used internally in some places and in connector requests to avoid breaking backward compatibility.
Update checking has been changing (Disable updates notification #114):
Extension and native versions are now only "incompatible" when they differ in the major component.
It is now possible to disable the update popup using a preference
settings.show-update-popup
(also available from the extension settings).The existing preference
updates.native-version-check-disabled
has been renamed tosettings.disable-update-checking
.Obtaining manifest URL from a content script has been improved.
Profile name and web app ID are now displayed in the extension.
Icon bar can now only be toggled if only
Ctrl
andAlt
keys have been pressed (Allow modifying/disabling keyboard shortcut for toggling icon bar #177).All connector requests and responses are now documented.
Fixed
Fix extension inputs:
Fix titlebar styling on Linux:
Fix various things on macOS:
Backward Incompatible Changes (Internal)
default
field has been removed. Profile is now a default if it has nil ULID. This does not affect users.This discussion was created from the release PWAsForFirefox 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions