PWAsForFirefox 1.4.0 #112
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 bootstrapping manifest for GNU Guix (Add
native/manifest.scm
file for GNU Guix #88, thanks to @Kreyren):Users GNU Guix can now use
native/manifest.scm
to provide a temporary environment with the required dependencies to build the project.Support to build and install the project using
cargo-make
(Addnative/Makefile.toml
to manage the project #89, thanks to @Kreyren):Users can now just run
makers install
to automatically build and install the project.This is now a recommended way to install the project when building from the source.
Keyboard shortcut (Ctrl+Shift+N) to open a default browser (Option to open default/main browser when using keyboard shortcuts #92):
Users can now use a Ctrl+Shift+N shortcut (also available in the app menu) to open a preferred browser.
Note: When using this shortcut for the first time, you may need to select your preferred browser using the displayed dialog.
Support to open link in a new tab (Make urls open in new window #94):
Added ability to force all links that should normally open in window or tab into a new tab.
This can be useful in combination with close widget change (enabled by default) for a quicker page closing.
Support to enable Wayland, XInput2 and XDG Portals (Enable better touchscreen usage on linux #101):
Linux users can now enable Wayland, XInput2 and XDG Desktop Portals through the extension settings.
Support for editing
firefoxpwa.allowedDomains
through settings page:Users can now edit
firefoxpwa.allowedDomains
through an input on the PWA settings page.Support for setting environment variables to the runtime:
Custom environment variables for the Firefox runtime can now be passed using the
variables
key in the config file.Support for loading third-party UC scripts (Is it possible to load userContent.css with PWAs? #105):
Loader of PWAsForFirefox UserChromeJS scripts will now attempt to load
chrome/user/boot.jsm
in the user profile.This can be used to load third-party UserChromeJS scripts and other modifications.
Support for updating all installed PWAs (Function to automatically register all PWAs from the config to the OS #107):
Users can now trigger an update of all installed PWAs through the extension settings.
This can also be used to automatically register all PWAs when transferring config from another device.
Changed
Fixed
This discussion was created from the release PWAsForFirefox 1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions