chrome-versions icon indicating copy to clipboard operation
chrome-versions copied to clipboard

Problem encountered when there are multiple updates on the same date (latest.json is incorrect)

Open Xavlight opened this issue 4 months ago • 0 comments

Hi,

Problem identified with Windows version.

If there are several updates on the same date, it retrieves the version from the first entry in the list, which is not necessarily the highest version.

Returned information (latest.json) : 139.0.7258.68 Latest version actually : 139.0.7258.128

Extract from list.json "windows": [ { "version": "139.0.7258.68", "milestone": 139, "date": "2025-8-12" }, { "version": "139.0.7258.128", "milestone": 139, "date": "2025-8-12" }, { "version": "139.0.7258.127", "milestone": 139, "date": "2025-8-12" }, ...

If you could do a few things, that would be great.

Sorry for my poor English.

Best regards

Xavlight

Xavlight avatar Aug 19 '25 09:08 Xavlight