chrome-versions
chrome-versions copied to clipboard
Problem encountered when there are multiple updates on the same date (latest.json is incorrect)
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