Skip to content

Commit 811d4b8

Browse files
committed
v2.3.1 - temporary freeze, see Pre-release
1 parent fbe95a4 commit 811d4b8

File tree

21 files changed

+171
-157
lines changed

21 files changed

+171
-157
lines changed

xraygui/backup/unit1.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object MainForm: TMainForm
1111
OnCreate = FormCreate
1212
OnShow = FormShow
1313
SessionProperties = 'ConfigBox.ItemIndex;GroupBox1.Width;Height;Left;OpenDialog1.InitialDir;Panel1.Height;PortEdit.Value;SaveDialog1.InitialDir;Top;Width;DomainBox.Text'
14-
LCLVersion = '3.2.0.0'
14+
LCLVersion = '3.6.0.0'
1515
object GroupBox1: TGroupBox
1616
Left = 0
1717
Height = 702

xraygui/backup/unit1.pas

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ procedure TMainForm.CreateVMESSConfig(VMESSURL, PORT, SAVEPATH: string);
430430
S.Add(' },');
431431
end;
432432

433-
//GRPC
433+
//GRPC (v2.3)
434434
if VmessDecode(VMESSURL, 'net') = 'grpc' then
435435
begin
436436
S.Add(' "grpcSettings": {');
@@ -1055,7 +1055,7 @@ procedure TMainForm.CreateVLESSConfig(VLESSURL, PORT, SAVEPATH: string);
10551055
begin
10561056
S.Add(' "headers": {');
10571057
//SERVER-HOST
1058-
S.Add(' "Host": "' +
1058+
S.Add(' "serverName": "' +
10591059
VlessDecode(VLESSURL, 'host') + '"');
10601060
S.Add(' },');
10611061
end;
@@ -1319,7 +1319,7 @@ procedure TMainForm.CreateTrojanConfig(TROJANURL, PORT, SAVEPATH: string);
13191319
S.Add(' "wsSettings": {');
13201320
S.Add(' "path": "' + TrojanDecode(TrojanURL, 'path') + '",');
13211321
S.Add(' "headers": {');
1322-
S.Add(' "Host": "' + TrojanDecode(TrojanURL, 'host') + '"');
1322+
S.Add(' "serverName": "' + TrojanDecode(TrojanURL, 'host') + '"');
13231323
S.Add(' }');
13241324
S.Add(' }');
13251325
S.Add(' },');

xraygui/backup/xraygui.lpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Version Value="12"/>
55
<General>
66
<SessionStorage Value="InProjectDir"/>
7-
<Title Value="XRayGUI v2.3"/>
7+
<Title Value="XRayGUI v2.3.1"/>
88
<Scaled Value="True"/>
99
<ResourceType Value="res"/>
1010
<UseXPManifest Value="True"/>

xraygui/backup/xraygui.lps

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<ResourceBaseClass Value="Form"/>
5151
<UnitName Value="Unit1"/>
5252
<IsVisibleTab Value="True"/>
53-
<TopLine Value="481"/>
54-
<CursorPos X="32" Y="501"/>
53+
<TopLine Value="127"/>
54+
<CursorPos X="44" Y="127"/>
5555
<UsageCount Value="81"/>
5656
<Loaded Value="True"/>
5757
<LoadedDesigner Value="True"/>
@@ -89,11 +89,7 @@
8989
<UsageCount Value="31"/>
9090
</Unit>
9191
</Units>
92-
<JumpHistory HistoryIndex="28">
93-
<Position>
94-
<Filename Value="unit1.pas"/>
95-
<Caret Line="196" TopLine="191"/>
96-
</Position>
92+
<JumpHistory HistoryIndex="29">
9793
<Position>
9894
<Filename Value="unit1.pas"/>
9995
<Caret Line="198" TopLine="193"/>
@@ -206,6 +202,14 @@
206202
<Filename Value="unit1.pas"/>
207203
<Caret Line="1711" Column="52" TopLine="1670"/>
208204
</Position>
205+
<Position>
206+
<Filename Value="unit1.pas"/>
207+
<Caret Line="1183" Column="53" TopLine="1181"/>
208+
</Position>
209+
<Position>
210+
<Filename Value="unit1.pas"/>
211+
<Caret Line="1324" Column="41" TopLine="1298"/>
212+
</Position>
209213
</JumpHistory>
210214
<RunParams>
211215
<FormatVersion Value="2"/>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

xraygui/lib/x86_64-linux/unit1.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object MainForm: TMainForm
1111
OnCreate = FormCreate
1212
OnShow = FormShow
1313
SessionProperties = 'ConfigBox.ItemIndex;GroupBox1.Width;Height;Left;OpenDialog1.InitialDir;Panel1.Height;PortEdit.Value;SaveDialog1.InitialDir;Top;Width;DomainBox.Text'
14-
LCLVersion = '3.2.0.0'
14+
LCLVersion = '3.6.0.0'
1515
object GroupBox1: TGroupBox
1616
Left = 0
1717
Height = 702

xraygui/lib/x86_64-linux/unit1.o

56 Bytes
Binary file not shown.

xraygui/lib/x86_64-linux/unit1.ppu

-70 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)