File tree Expand file tree Collapse file tree 5 files changed +20
-6
lines changed Expand file tree Collapse file tree 5 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to [ ** GZCTF** ] ( https://github.com/GZTimeWalker/GZCTF ) will be documented in this file.
4
4
5
5
---
6
- ## [ 1.3.0] ( https://github.com/GZTimeWalker/GZCTF/compare/v1.2.6..v1.3.0 ) - 2025-04-21
6
+ ## [ 1.3.1] ( https://github.com/GZTimeWalker/GZCTF/compare/v1.3.0..v1.3.1 ) - 2025-04-28
7
+
8
+ ### ⛰️ Features
9
+
10
+ - ** (proxy)** fix potential problem - ([ f608df] ( https://github.com/GZTimeWalker/GZCTF/commit/f608df ) ) by ** GZTime**
11
+ - ** (wsrx)** only show the wsrx icon when platform proxy enabled - ([ d9d2a5] ( https://github.com/GZTimeWalker/GZCTF/commit/d9d2a5 ) ) by ** GZTime**
12
+
13
+ ### 🐛 Bug Fixes
14
+
15
+ - ** (badge)** text overflow in table - ([ b23d78] ( https://github.com/GZTimeWalker/GZCTF/commit/b23d78 ) ) by ** GZTime**
16
+ - ** (wsrx)** ensure proper updates on options change - ([ 13d4ce] ( https://github.com/GZTimeWalker/GZCTF/commit/13d4ce ) ) by ** GZTime**
17
+
18
+ ---
19
+ ## [ 1.3.0] ( https://github.com/GZTimeWalker/GZCTF/compare/v1.2.6..v1.3.0 ) - 2025-04-22
7
20
8
21
### ⛰️ Features
9
22
@@ -16,6 +29,7 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b
16
29
### 🐛 Bug Fixes
17
30
18
31
- ** (instance)** open the right url - ([ d556e3] ( https://github.com/GZTimeWalker/GZCTF/commit/d556e3 ) ) by ** GZTime**
32
+ - ** (wsrx)** cannot open page on windows - ([ 54e809] ( https://github.com/GZTimeWalker/GZCTF/commit/54e809 ) ) by ** GZTime**
19
33
20
34
---
21
35
## [ 1.2.6] ( https://github.com/GZTimeWalker/GZCTF/compare/v1.2.5..v1.2.6 ) - 2025-04-08
Original file line number Diff line number Diff line change 5
5
<IsPackable >false</IsPackable >
6
6
<CollectCoverage >true</CollectCoverage >
7
7
<Configurations >Debug;Release</Configurations >
8
- <ReleaseVersion >1.3.0 </ReleaseVersion >
8
+ <ReleaseVersion >1.3.1 </ReleaseVersion >
9
9
<EnablePreviewFeatures >True</EnablePreviewFeatures >
10
10
<WarningLevel >4</WarningLevel >
11
11
</PropertyGroup >
Original file line number Diff line number Diff line change 40
40
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
41
41
EndGlobalSection
42
42
GlobalSection (MonoDevelopProperties ) = preSolution
43
- version = 1.3.0
43
+ version = 1.3.1
44
44
EndGlobalSection
45
45
EndGlobal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gzctf-client" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net9.0</TargetFramework >
5
- <AssemblyVersion >1.3.0 .0</AssemblyVersion >
5
+ <AssemblyVersion >1.3.1 .0</AssemblyVersion >
6
6
<Description >GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)</Description >
7
7
<Nullable >enable</Nullable >
8
8
<ImplicitUsings >enable</ImplicitUsings >
18
18
<SpaProxyServerUrl >http://localhost:63000</SpaProxyServerUrl >
19
19
<SpaProxyLaunchCommand >npm run dev -- --host</SpaProxyLaunchCommand >
20
20
<Configurations >Debug;Release</Configurations >
21
- <ReleaseVersion >1.3.0 </ReleaseVersion >
21
+ <ReleaseVersion >1.3.1 </ReleaseVersion >
22
22
<WarningLevel >4</WarningLevel >
23
23
<ServerGarbageCollection >true</ServerGarbageCollection >
24
24
<EFOptimizeContext >true</EFOptimizeContext >
You can’t perform that action at this time.
0 commit comments