File tree 6 files changed +15
-6
lines changed
6 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to [ ** GZCTF** ] ( https://github.com/GZTimeWalker/GZCTF ) will be documented in this file.
4
4
5
+ ---
6
+ ## [ 0.20.5] ( https://github.com/GZTimeWalker/GZCTF/compare/v0.20.4..v0.20.5 ) - 2024-05-22
7
+
8
+ ### ⛰️ Features
9
+
10
+ - ** (experimental)** use nonce for csp - ([ c42255] ( https://github.com/GZTimeWalker/GZCTF/commit/c42255 ) ) by ** GZTime**
11
+ - ** (security)** Initial content security policy - ([ 02d9e2] ( https://github.com/GZTimeWalker/GZCTF/commit/02d9e2 ) ) by ** GZTime**
12
+ - remove size limit of form and multipart-form - ([ e1294e] ( https://github.com/GZTimeWalker/GZCTF/commit/e1294e ) ) by ** Steven He**
13
+
5
14
---
6
15
## [ 0.20.4] ( https://github.com/GZTimeWalker/GZCTF/compare/v0.20.3..v0.20.4 ) - 2024-05-17
7
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gzctf-docs" ,
3
- "version" : " 0.20.4 " ,
3
+ "version" : " 0.20.5 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next" ,
Original file line number Diff line number Diff line change 6
6
<IsPackable >false</IsPackable >
7
7
<CollectCoverage >true</CollectCoverage >
8
8
<Configurations >Debug;Release;GenAPI</Configurations >
9
- <ReleaseVersion >0.20.4 </ReleaseVersion >
9
+ <ReleaseVersion >0.20.5 </ReleaseVersion >
10
10
<EnablePreviewFeatures >True</EnablePreviewFeatures >
11
11
<WarningLevel >4</WarningLevel >
12
12
</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 = 0.20.4
43
+ version = 0.20.5
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" : " 0.20.4 " ,
3
+ "version" : " 0.20.5 " ,
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 >net8.0</TargetFramework >
5
- <AssemblyVersion >0.20.4 .0</AssemblyVersion >
5
+ <AssemblyVersion >0.20.5 .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 >0.20.4 </ReleaseVersion >
21
+ <ReleaseVersion >0.20.5 </ReleaseVersion >
22
22
<WarningLevel >4</WarningLevel >
23
23
<ServerGarbageCollection >true</ServerGarbageCollection >
24
24
<GarbageCollectionAdaptationMode >1</GarbageCollectionAdaptationMode >
You can’t perform that action at this time.
0 commit comments