File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to [ ** GZCTF** ] ( https://github.com/GZTimeWalker/GZCTF ) will be documented in this file.
44
5+ ---
6+ ## [ 1.3.2] ( https://github.com/GZTimeWalker/GZCTF/compare/v1.3.1..v1.3.2 ) - 2025-05-05
7+
8+ ### ⛰️ Features
9+
10+ - retry on failure for database sink - ([ e13025] ( https://github.com/GZTimeWalker/GZCTF/commit/e13025 ) ) by ** Steven He**
11+ - only save traffic with data - ([ d6c7cc] ( https://github.com/GZTimeWalker/GZCTF/commit/d6c7cc ) ) by ** GZTime**
12+ - copy to temp buffer when stream not seekable - ([ 9dfdee] ( https://github.com/GZTimeWalker/GZCTF/commit/9dfdee ) ) by ** GZTime**
13+
14+ ### 🐛 Bug Fixes
15+
16+ - ** (cronjob)** remove duplicated log - ([ 3d50c0] ( https://github.com/GZTimeWalker/GZCTF/commit/3d50c0 ) ) by ** Aether Chen**
17+ - ** (proxy)** decrease connection count - ([ 6e5fce] ( https://github.com/GZTimeWalker/GZCTF/commit/6e5fce ) ) by ** GZTime**
18+ - ** (review)** add line clamp to userName text to prevent overflow - ([ 21dbca] ( https://github.com/GZTimeWalker/GZCTF/commit/21dbca ) ) by ** GZTime**
19+ - ** (writeup)** limit text width to avoid overflow - ([ 3aa9e7] ( https://github.com/GZTimeWalker/GZCTF/commit/3aa9e7 ) ) by ** GZTime**
20+ - clear inserted logs correctly - ([ 6be8a5] ( https://github.com/GZTimeWalker/GZCTF/commit/6be8a5 ) ) by ** Steven He**
21+
522---
623## [ 1.3.1] ( https://github.com/GZTimeWalker/GZCTF/compare/v1.3.0..v1.3.1 ) - 2025-04-28
724
Original file line number Diff line number Diff line change 5959 <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 9.0.4" />
6060 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
6161 <PackageVersion Include =" xunit" Version =" 2.9.3" />
62- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.0.2 " />
62+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.0 " />
6363 <PackageVersion Include =" xunit.runner.console" Version =" 2.9.3" />
6464 <PackageVersion Include =" coverlet.collector" Version =" 6.0.4" />
6565 <PackageVersion Include =" coverlet.msbuild" Version =" 6.0.4" />
6666 <PackageVersion Include =" ZstdSharp.Port" Version =" 0.8.5" />
6767 </ItemGroup >
68- </Project >
68+ </Project >
Original file line number Diff line number Diff line change 55 <IsPackable >false</IsPackable >
66 <CollectCoverage >true</CollectCoverage >
77 <Configurations >Debug;Release</Configurations >
8- <ReleaseVersion >1.3.1 </ReleaseVersion >
8+ <ReleaseVersion >1.3.2 </ReleaseVersion >
99 <EnablePreviewFeatures >True</EnablePreviewFeatures >
1010 <WarningLevel >4</WarningLevel >
1111 </PropertyGroup >
Original file line number Diff line number Diff line change 4040 SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
4141 EndGlobalSection
4242 GlobalSection (MonoDevelopProperties ) = preSolution
43- version = 1.3.1
43+ version = 1.3.2
4444 EndGlobalSection
4545EndGlobal
Original file line number Diff line number Diff line change 11{
22 "name" : " gzctf-client" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net9.0</TargetFramework >
5- <AssemblyVersion >1.3.1 .0</AssemblyVersion >
5+ <AssemblyVersion >1.3.2 .0</AssemblyVersion >
66 <Description >GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)</Description >
77 <Nullable >enable</Nullable >
88 <ImplicitUsings >enable</ImplicitUsings >
1818 <SpaProxyServerUrl >http://localhost:63000</SpaProxyServerUrl >
1919 <SpaProxyLaunchCommand >npm run dev -- --host</SpaProxyLaunchCommand >
2020 <Configurations >Debug;Release</Configurations >
21- <ReleaseVersion >1.3.1 </ReleaseVersion >
21+ <ReleaseVersion >1.3.2 </ReleaseVersion >
2222 <WarningLevel >4</WarningLevel >
2323 <ServerGarbageCollection >true</ServerGarbageCollection >
2424 <EFOptimizeContext >true</EFOptimizeContext >
You can’t perform that action at this time.
0 commit comments