8000 Tags · mxlcpu/Fido · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mxlcpu/Fido

Tags

v1.18

Toggle v1.18's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
Update version and copyright year

v1.17

Toggle v1.17's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
Add Windows 10 20H2 19042.508 builds

v1.16

Toggle v1.16's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
Add Windows 10 20H1 19041.264 builds

* Also enable going back on error

v1.15

Toggle v1.15's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
Fix handling of ' ' in product name

* Some locales (e.g. Russian) will return something like "Windows 10"
  for the product name which threw our JSON conversion off
* Also fix a typo
* Closes pbatard#12

v1.14

Toggle v1.14's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
Add Windows 10 19H2 18363.418 builds

v1.13

Toggle v1.13's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
Add Windows 10 19H1 18362.356 builds

* Since Microsoft now appears to do "refreshes" of refresh versions...
* This is *NOT* 19H2, which has not been officially released as an ISO yet.

v1.12

Toggle v1.12's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
Add Windows 10 19H1 releases

v1.11

Toggle v1.11's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
Enable Chinese/Korean additional downloads according to locale

* Also remove downloads that don't appear to work such as COEM and Windows 8 LE
* Also ensure that error messages from Microsoft's response are used on error
  and are properly translated to UTF-8

v1.10

Toggle v1.10's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
Fix Invalid JSON primitive error when Simplified Chinese locale is used

* Closes pbatard#7
* Also make sure our console output uses UTF-8
* Also harmonize the listing of all the Windows 10 releases

v1.09

Toggle v1.09's commit message

Verified

This commit was signed with the committer’s verified signature.
pbatard Pete Batard
Speed up initial UI display by performing query locale check in stage 1

* UI display should now only be constrained by the time it takes to launch PowerShell
0