Skip to content

Releases: filips123/PWAsForFirefox

PWAsForFirefox 2.10.1

22 Jan 19:43
Compare
Choose a tag to compare

Important

Some antivirus software, including Microsoft Defender, detect the native connector as malware. The file has been submitted to Microsoft so it will hopefully be fixed soon. Until the antivirus issue is resolved, you might need to keep using the old version. This issue should now be resolved.

Fixed

  • Crash when trying to install a web app on Linux and macOS (#452).

PWAsForFirefox 2.10.0

22 Jan 13:26
Compare
Choose a tag to compare

Important

This release has a bug in the extension that breaks the web app install screen on Linux and macOS. Because of this, version 2.10.0 has been disabled on AMO. You should upgrade the extension to version 2.10.1 to fix the issue. The native part remains the same in 2.10.0 and 2.10.1.

Additionally, some antivirus software, including Microsoft Defender, detect the native connector as malware. The file has been submitted to Microsoft so it will hopefully be fixed soon. Until the antivirus issue is resolved, you might need to keep using the old version. This issue should now be resolved.

Added

  • Localization support for the extension (#340):

    The extension can now be localized into multiple languages. You can change the display language in the extension settings. Please note that translations are maintained by the community and may be incomplete or incorrect.

    You can help translate the extension on Crowdin. If your language is not yet available, please let me know on Crowdin. More details about contributing translations can be found in our contributing guidelines and Crowdin discussion.

    Currently, aside from English, Japanese is mostly translated with the help of @surapunoyousei.

    Localization for the app browser is planned and is being worked on, but there are currently problems that prevent it from being finished. Help is appreciated.

  • Build-time feature to make the runtime immutable (#204):

    The runtime can now be made immutable with the build-time Cargo feature immutable-runtime. This prevents installing and uninstalling the runtime using commands, and also stops patching the runtime when launching web apps. The runtime can still be patched manually from the extension settings or the patch command if the user has sufficient write permissions to do so.

    This is meant for immutable systems like Guix or Nix where runtime might be provided by the package manager and pre-patched.

  • Option to apply the profile template to an existing profile when editing (#376).

  • Option to open apps automatically when they are installed (#447).

  • Support for patching the runtime from the command line.

Changed

  • Installation on BSD has been improved.
  • Documentation has been improved.
  • Extension colors have been tweaked.
  • Updated dependencies.

Fixed

  • Hiding the extensions button should no longer break the installation (#434).
  • Open link confirmation popup should no longer be displayed for HTTP(S) links (#435).

PWAsForFirefox 2.9.1

09 Dec 10:34
Compare
Choose a tag to compare

Changed

  • Updated dependencies.

Fixed

  • Deleting web apps on macOS whose app bundles were already removed should now work (#427).
  • Extension should now correctly select newly created profile when installing a web app.

PWAsForFirefox 2.9.0

19 Nov 11:51
Compare
Choose a tag to compare

Added

  • Basic support for BSD (#419).
  • Web app counts for profiles in the extension (#420, thanks to @iTrooz).
  • Option to delete profile when deleting its last web app in the extension (#407, #422, thanks to @iTrooz).

Changed

  • The extension now checks for secure context when determining if a website is a valid web app (#421, thanks to @iTrooz).
  • Updated dependencies.

Fixed

  • Installing some websites with invalid icon types should now work better (#405).
  • Installing the DEB package on platforms where lib64 is a symlink to lib should now work (#414).
  • Profile name should now update correctly in the extension.
  • Widgets should now work better with newer Firefox versions.

PWAsForFirefox 2.8.0

01 Oct 09:05
Compare
Choose a tag to compare

Added

  • Support for launching multiple URLs (#391).
  • Support for using system-wide runtime installation (#363).
  • Support for patching profiles and runtime from the extension.
  • Documentation for loading custom CSS and JS into runtime.
  • Documentation for using FUSE OverlayFS for the runtime (#67, #214).
  • Automatic Gentoo GURU publishing (#392).

Changed

  • Configured resetting some preferences.
  • Updated dependencies.

Fixed

  • Registering protocol handlers should now work properly (#385).
  • Loading tabs in containers should now work better (#375).
  • Opening new windows from shortcuts should now work.
  • Loading custom JS into runtime should now work.

PWAsForFirefox 2.7.3

03 Aug 18:19
Compare
Choose a tag to compare

Added

  • A new documentation website (#335):
    A new documentation website, located at https://pwasforfirefox.filips.si/, has been added. It replaces the old repository wiki and provides more information about the project, better usage instructions, troubleshooting pages, and an updated FAQ list.

  • An ability to update package versions without editiong files (#193, thanks to @JJRcop):
    It is now possible to update the package version in Cargo.toml, Cargo.lock, and chrome.jsm with a new cargo-make-based script.
    It is also possible to update the extension package version with a new script.
    Instructions for this are displayed in the repository and the installation page.

Fixed

  • Add compatibility with Firefox 116, fixing missing settings (#378).
  • Add compatibility with Firefox 117.

PWAsForFirefox 2.7.2

18 Jul 17:08
Compare
Choose a tag to compare

Fixed

  • Broken installation instructions page (#368).

PWAsForFirefox 2.7.1

17 Jul 21:37
Compare
Choose a tag to compare

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.

Fixed

  • Prevented syncing some preferences and reset problematic ones:
    Web app profiles now prevent syncing certain preferences that are commonly set to different values in web apps, as well as those known to cause problems. If you know what you are doing and still want to sync one of those preferences, you can enable them back using the services.sync.prefs.sync. control preferences. In the future, we could try to implement a different syncing "channel" just for web apps.
    Additionally, the preferences known to cause problems were reset. Those preferences currently cannot be changed by users as they will be reset on every web app startup. This might be removed in the future, once enough users have had those preferences reset.
    This is another attempt in fixing issues #253 and #349.

  • Added missing $pkgdir in the destination path of AUR package.

PWAsForFirefox 2.7.0

16 Jul 17:50
Compare
Choose a tag to compare

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 as mail.google.com, calendar.google.com and google.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.

Fixed

  • Disabled new tab feeds and configure homepage (#253, #349):
    This might be related to unexpected opening of websites and images while using web apps, reported in issues #253 and #349.

  • Fixed an incorrect CSS selector on the preferences page.

  • Fixed incorrect Gentoo installation instructions.

PWAsForFirefox 2.6.2

01 Jul 18:32
17b2984
Compare
Choose a tag to compare

Added

  • Scoop and Gentoo to a list of available repositories.
  • Ability to locate 7-Zip in the PATH environment variable (#358).
  • Project information in the extension settings (#276).

Changed

  • Bump openssl to fix potential security problem (#360, thanks to @Interpause).

Fixed

  • The icon bar is now centered again on macOS.
  • The icon bar is now vertically centered when there are no icons (#359).