Skip to content

Commit a269a2a

Browse files
committed
Bump Version, Update Templates
1 parent d7579b8 commit a269a2a

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

Langs/0000.lang

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Checking...=
3838
Unable to Determine=
3939
Unable to Check List=
4040
Error Accessing List=
41+
Check Timed Out=
42+
Check Skipped=
4143
Not Currently Listed as Compatible=
4244
Listed as Compatible=
4345
Cores=
@@ -52,11 +54,13 @@ Drive(s) Meet Requirements=
5254
0 Drives Meet Requirements=
5355
TPM Missing / Disabled=
5456
Detected=
57+
May Report DirectX 12 Incorrectly=
5558
DirectX 12 and WDDM 3=
5659
DirectX 12 and WDDM 2=
5760
No DirectX 12, but WDDM2=
5861
DirectX 12, but no WDDM2=
5962
No DirectX 12 or WDDM2=
63+
DxDiag Errored=
6064
Test Build?=
6165
You're running a newer build than publicly Available!=
6266
Up to Date=
@@ -71,6 +75,8 @@ An Update is Available, would you like to download it?=
7175
Done=
7276
Loading WMIC=
7377
Warning=
78+
Your Computer is NOT ready for Windows 11, you can join the Discord using the Discord Icon if you need assistance.=
79+
Your Computer is ready for Windows 11. You should receive the option to upgrade between October 5th 2021 and Fall 2022.=
7480
[Descriptions]
7581
Architecture=The amount of data your CPU and OS can process at once. 32-Bit OS result requires a disk wipe and new Windows 11 install. 32-Bit CPU requires a CPU replacement.
7682
Boot=A method your motherboard uses to load Windows. Legacy results can be fixed on newer motherboards in your BIOS/UEFI settings. Refer to your motherboard manual.

Langs/0409.lang

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Language=English - United States
33
RTL=false
44
Translator=rcmaehl, htcfreek
5-
Version=2.3.1.0
5+
Version=2.4.2.1
66
[Font]
77
Extra Large=24
88
Large=18
@@ -36,6 +36,8 @@ Checking...=Checking...
3636
Unable to Determine=Unable to Determine
3737
Unable to Check List=Unable to Check List
3838
Error Accessing List=Error Accessing List
39+
Check Timed Out=Check Timed Out
40+
Check Skipped=Check Skipped
3941
Not Currently Listed as Compatible=Not Currently Listed as Compatible
4042
Listed as Compatible=Listed as Compatible
4143
Cores=# Cores
@@ -54,6 +56,7 @@ DirectX 12 and WDDM 2=DirectX 12 and WDDM 2
5456
No DirectX 12, but WDDM2=No DirectX 12, but WDDM2
5557
DirectX 12, but no WDDM2=DirectX 12, but no WDDM2
5658
No DirectX 12 or WDDM2=No DirectX 12 or WDDM2
59+
DxDiag Errored=DxDiag Errored
5760
Test Build?=Test Build?
5861
You're running a newer build than publicly Available!=You're running a newer build than publicly Available!
5962
Up to Date=Up to Date
@@ -68,6 +71,8 @@ An Update is Available, would you like to download it?=An Update is Available, w
6871
Done=Done
6972
Loading WMIC=Loading WMIC
7073
Warning=Warning
74+
Your Computer is NOT ready for Windows 11, you can join the Discord using the Discord Icon if you need assistance.=Your Computer is NOT ready for Windows 11, you can join the Discord using the Discord Icon if you need assistance.
75+
Your Computer is ready for Windows 11. You should receive the option to upgrade between October 5th 2021 and Fall 2022.=Your Computer is ready for Windows 11. You should receive the option to upgrade between October 5th 2021 and Fall 2022.
7176
[Descriptions]
7277
Architecture=The amount of data your CPU and OS can process at once. 32-Bit OS result requires a disk wipe and new Windows 11 install. 32-Bit CPU requires a CPU replacement.
7378
Boot=A method your motherboard uses to load Windows. Legacy results can be fixed on newer motherboards in your BIOS/UEFI settings. Refer to your motherboard manual.

WhyNotWin11.au3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#AutoIt3Wrapper_UseX64=Y
77
#AutoIt3Wrapper_Res_Comment=https://www.whynotwin11.org
88
#AutoIt3Wrapper_Res_Description=Detection Script to help identify why your PC isn't Windows 11 Release Ready
9-
#AutoIt3Wrapper_Res_Fileversion=2.4.2.0
9+
#AutoIt3Wrapper_Res_Fileversion=2.4.2.1
1010
#AutoIt3Wrapper_Res_ProductName=WhyNotWin11
11-
#AutoIt3Wrapper_Res_ProductVersion=2.4.2
11+
#AutoIt3Wrapper_Res_ProductVersion=2.4.2.1
1212
#AutoIt3Wrapper_Res_LegalCopyright=Robert Maehl, using LGPL 3 License
1313
#AutoIt3Wrapper_Res_Language=1033
1414
#AutoIt3Wrapper_Res_requestedExecutionLevel=asInvoker
@@ -27,7 +27,7 @@
2727
#Au3Stripper_Parameters=/so
2828
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
2929

30-
Global $sVersion = "2.4.2.0"
30+
Global $sVersion = "2.4.2.1"
3131
FileChangeDir(@SystemDir)
3232

3333
#include <File.au3>

0 commit comments

Comments
 (0)