File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed
Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 33All notable changes to [ ** GZCTF** ] ( https://github.com/GZTimeWalker/GZCTF ) will be documented in this file.
44
55---
6- ## [ 1.8.0] ( https://github.com/GZTimeWalker/GZCTF/compare/v1.7.2..v1.8.0 ) - 2025-12-10
6+ ## [ 1.8.1] ( https://github.com/GZTimeWalker/GZCTF/compare/v1.8.0..v1.8.1 ) - 2026-01-05
7+
8+ ### ⛰️ Features
9+
10+ - Update to Docker Engine v29 - ([ 0f39be] ( https://github.com/GZTimeWalker/GZCTF/commit/0f39be ) ) by ** GZTime**
11+
12+ ---
13+ ## [ 1.8.0] ( https://github.com/GZTimeWalker/GZCTF/compare/v1.7.2..v1.8.0 ) - 2025-12-11
714
815### ⛰️ Features
916
1017- ** (container)** custom network mode for challenges (#534 ) - ([ e9300a] ( https://github.com/GZTimeWalker/GZCTF/commit/e9300a ) ) by ** GZTime**
18+ - ** (docker-provider)** update network naming to use configurable challenge network prefix - ([ b7b5cd] ( https://github.com/GZTimeWalker/GZCTF/commit/b7b5cd ) ) by ** GZTime**
1119- ** (transfer)** add NetworkMode to TransferChallenge - ([ 939819] ( https://github.com/GZTimeWalker/GZCTF/commit/939819 ) ) by ** GZTime**
1220
1321### 🐛 Bug Fixes
Original file line number Diff line number Diff line change 77 <IsTestProject >true</IsTestProject >
88 <CollectCoverage >true</CollectCoverage >
99 <Configurations >Debug;Release</Configurations >
10- <ReleaseVersion >1.8.0 </ReleaseVersion >
10+ <ReleaseVersion >1.8.1 </ReleaseVersion >
1111 <EnablePreviewFeatures >True</EnablePreviewFeatures >
1212 <WarningLevel >4</WarningLevel >
1313 </PropertyGroup >
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.8.0 </ReleaseVersion >
8+ <ReleaseVersion >1.8.1 </ReleaseVersion >
99 <EnablePreviewFeatures >True</EnablePreviewFeatures >
1010 <WarningLevel >4</WarningLevel >
1111 </PropertyGroup >
Original file line number Diff line number Diff line change 1919 <Project Path =" GZCTF.Test/GZCTF.Test.csproj" />
2020 <Project Path =" GZCTF/GZCTF.csproj" />
2121 <Properties Name =" MonoDevelopProperties" >
22- <Property Name =" version" Value =" 1.8.0 " />
22+ <Property Name =" version" Value =" 1.8.1 " />
2323 </Properties >
2424</Solution >
Original file line number Diff line number Diff line change 11{
22 "name" : " gzctf-client" ,
3- "version" : " 1.8.0 " ,
3+ "version" : " 1.8.1 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >net10.0</TargetFramework >
5- <AssemblyVersion >1.8.0 .0</AssemblyVersion >
5+ <AssemblyVersion >1.8.1 .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.8.0 </ReleaseVersion >
21+ <ReleaseVersion >1.8.1 </ReleaseVersion >
2222 <WarningLevel >4</WarningLevel >
2323 <ServerGarbageCollection >true</ServerGarbageCollection >
2424 <!-- Temporarily disabled due to EF Core 10.0.0 compiled model generation bug with Dependency<T> pattern -->
You can’t perform that action at this time.
0 commit comments