ffupdater icon indicating copy to clipboard operation
ffupdater copied to clipboard

Firefox Nightly Update Check: Compare version string and datetime

Open ericJrdn opened this issue 1 year ago • 2 comments

Describe the bug FFUpdater 79.2.4 (and 79.2.2) is able to see that a new version of Firefox Nightly is available but does not show the download arrow.

To Reproduce

  1. Add FireFox Nighly as a new application
  2. Refresh the main screen. It displays that a new version is available. There is no arrow to download the available version

Expected behavior There should be an arrow as in 79.2.0 to download Firefox. 79.2.0 and 79.2.4 should display the same available FireFox version. That's not the case.

Error message from FFUpdater None Screenshot_20240708-193536 Screenshot_20240708-193603

ericJrdn avatar Jul 08 '24 17:07 ericJrdn

I see the problem. I'm only comparing the version string (e.g. "129.0a1") and not the version string + date + time.

FFUpdater downloads Firefox Nightly from https://archive.mozilla.org/pub/fenix/nightly/2024/07/ and the version string always stays at "129.0a1"

Tobi823 avatar Jul 08 '24 17:07 Tobi823

Thank you And thank you for this software

ericJrdn avatar Jul 08 '24 18:07 ericJrdn

A bit late but I finally found a good way to check if a new Firefox Nightly version was released (even if the version number like 133.0.a1 stays the same).

FYI:

The build date is displayed on archive.mozilla.org and also written to multiple asset files inside the APK file.

My strategy is now to read the build date (from the asset file from the installed Firefox Nightly) and compare it against all available versions on https://archive.mozilla.org/.

b2eb7e2b

image

Tobi823 avatar Oct 06 '24 21:10 Tobi823

Fixed in version 79.2.5

Tobi823 avatar Oct 09 '24 22:10 Tobi823