File tree Expand file tree Collapse file tree 6 files changed +34
-26
lines changed Expand file tree Collapse file tree 6 files changed +34
-26
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
+ ## [ 1.4.3] ( https://github.com/GZTimeWalker/GZCTF/compare/v1.4.2..v1.4.3 ) - 2025-07-22
7
+
8
+ ### ⛰️ Features
9
+
10
+ - ** (charts)** add MemberContributionPie component - ([ a462cc] ( https://github.com/GZTimeWalker/GZCTF/commit/a462cc ) ) by ** GZTime**
11
+ - ** (shiki)** synchronized rendering of markdown as wasm engine is not used - ([ a8f326] ( https://github.com/GZTimeWalker/GZCTF/commit/a8f326 ) ) by ** GZTime**
12
+
5
13
---
6
14
## [ 1.4.2] ( https://github.com/GZTimeWalker/GZCTF/compare/v1.4.1..v1.4.2 ) - 2025-07-03
7
15
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.4.2 </ReleaseVersion >
8
+ <ReleaseVersion >1.4.3 </ReleaseVersion >
9
9
<EnablePreviewFeatures >True</EnablePreviewFeatures >
10
10
<WarningLevel >4</WarningLevel >
11
11
</PropertyGroup >
Original file line number Diff line number Diff line change 39
39
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
40
40
EndGlobalSection
41
41
GlobalSection (MonoDevelopProperties ) = preSolution
42
- version = 1.4.2
42
+ version = 1.4.3
43
43
EndGlobalSection
44
44
EndGlobal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gzctf-client" ,
3
- "version" : " 1.4.2 " ,
3
+ "version" : " 1.4.3 " ,
4
4
"private" : true ,
5
5
"type" : " module" ,
6
6
"scripts" : {
48
48
"react" : " ^19.1.0" ,
49
49
"react-dom" : " ^19.1.0" ,
50
50
"react-error-boundary" : " ^6.0.0" ,
51
- "react-i18next" : " ^15.6.0 " ,
51
+ "react-i18next" : " ^15.6.1 " ,
52
52
"react-pdf" : " ^10.0.1" ,
53
53
"react-router" : " ^7.7.0" ,
54
54
"shiki" : " ^3.8.1" ,
64
64
"@types/react" : " ^19.1.8" ,
65
65
"@types/react-dom" : " ^19.1.6" ,
66
66
"@vitejs/plugin-react-oxc" : " ^0.3.0" ,
67
- "axios" : " ^1.10 .0" ,
67
+ "axios" : " ^1.11 .0" ,
68
68
"babel-plugin-prismjs" : " ^2.1.0" ,
69
69
"oxlint" : " ^1.8.0" ,
70
70
"postcss" : " ^8.5.6" ,
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >net9.0</TargetFramework >
5
- <AssemblyVersion >1.4.2 .0</AssemblyVersion >
5
+ <AssemblyVersion >1.4.3 .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.4.2 </ReleaseVersion >
21
+ <ReleaseVersion >1.4.3 </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