Skip to content

Releases: pbatard/Fido

Fido 1.14

12 Nov 23:01
3c4fafa
Compare
Choose a tag to compare
  • Add 19H2 ISOs a.k.a. 1909 a.k.a. 18363.418 a.k.a 2019.11 release

Fido 1.13

30 Oct 12:43
a405ebf
Compare
Choose a tag to compare
  • Add 19H1 build 18362.356 refresh release from 2019.09 (Note: This is not 19H2)

Fido 1.12

23 May 13:44
e4645bf
Compare
Choose a tag to compare
  • Add Windows 19H1 releases

Fido 1.11

21 Mar 16:10
cedf215
Compare
Choose a tag to compare
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

Fido 1.10

19 Mar 12:53
dd73cef
Compare
Choose a tag to compare
Fix Invalid JSON primitive error when Simplified Chinese locale is used

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

Fido 1.09

18 Mar 11:12
9c19e1c
Compare
Choose a tag to compare
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

Fido 1.08

16 Mar 23:49
bc488df
Compare
Choose a tag to compare
v1.08

Remove debug output and fix Readme

Fido 1.07

16 Mar 23:34
775f806
Compare
Choose a tag to compare
Fix x64 detection, Win7 PowerShell 3.0 prompt and other issues

* .Contains() cannot be used with PowerShell 2.0 (Win7 default), which prevents
  the prompt that asks users to install PowerShell 3.0 from being displayed...
* Fix LTR display of Windows Releases for RTL languages.
* $env:PROCESSOR_ARCHITECTURE reports the architecture of the PowerShell runtime
  rather than the one from the OS, meaning that when executed in 32-bit mode on
  a 64-bit system (like with Rufus) it will report X86 instead of AMD64.
  Use [Environment]::Is64BitOperatingSystem instead.
* Closes #5

Fido 1.06

16 Mar 17:15
5f246fc
Compare
Choose a tag to compare
v1.06

Use our GUID for the session-id and remove the need for initial JS ex…

Fido 1.05

13 Mar 00:43
6f8c9cb
Compare
Choose a tag to compare
Improve localization handling

* Fix XML conversion error when localized language data contains escaped characters
* Fix connection error when requested locale is not handled by Microsoft's servers
* Also simplify Arch detection and return codes
* Closes #2
* Closes #3