Skip to content

Commit ff8a9e1

Browse files
committed
release: bump version to v1.8.4
1 parent 23ccfb0 commit ff8a9e1

6 files changed

Lines changed: 24 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.
44

5+
---
6+
## [1.8.4](https://github.com/GZTimeWalker/GZCTF/compare/v1.8.3..v1.8.4) - 2026-04-25
7+
8+
### 🐛 Bug Fixes
9+
10+
- **(captcha)** reset Turnstile token after form submission to prevent reuse - ([e53141](https://github.com/GZTimeWalker/GZCTF/commit/e53141)) by **GZTime**
11+
- **(division)** ensure inviteCode is always set in model - ([850ef3](https://github.com/GZTimeWalker/GZCTF/commit/850ef3)) by **GZTime**
12+
13+
### 🎨 Styling
14+
15+
- **(badge)** temporary fix Badge styles in mantine v9 - ([a807ee](https://github.com/GZTimeWalker/GZCTF/commit/a807ee)) by **GZTime**
16+
- **(recent_game)** use Text instead of Badge - ([009430](https://github.com/GZTimeWalker/GZCTF/commit/009430)) by **GZTime**
17+
- **(traffic)** improve layout of Traffic & Challenge items - ([25a44f](https://github.com/GZTimeWalker/GZCTF/commit/25a44f)) by **GZTime**
18+
19+
### 🔨 Refactor
20+
21+
- **(deps)** upgrade mantine to v9 - ([e2bcd1](https://github.com/GZTimeWalker/GZCTF/commit/e2bcd1)) by **GZTime**
22+
523
---
624
## [1.8.3](https://github.com/GZTimeWalker/GZCTF/compare/v1.8.2..v1.8.3) - 2026-03-15
725

src/GZCTF.Integration.Test/GZCTF.Integration.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<IsTestProject>true</IsTestProject>
88
<CollectCoverage>true</CollectCoverage>
99
<Configurations>Debug;Release</Configurations>
10-
<ReleaseVersion>1.8.3</ReleaseVersion>
10+
<ReleaseVersion>1.8.4</ReleaseVersion>
1111
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1212
<WarningLevel>4</WarningLevel>
1313
</PropertyGroup>

src/GZCTF.Test/GZCTF.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<IsPackable>false</IsPackable>
66
<CollectCoverage>true</CollectCoverage>
77
<Configurations>Debug;Release</Configurations>
8-
<ReleaseVersion>1.8.3</ReleaseVersion>
8+
<ReleaseVersion>1.8.4</ReleaseVersion>
99
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1010
<WarningLevel>4</WarningLevel>
1111
</PropertyGroup>

src/GZCTF.slnx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
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.3" />
22+
<Property Name="version" Value="1.8.4" />
2323
</Properties>
2424
</Solution>

src/GZCTF/ClientApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gzctf-client",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

src/GZCTF/GZCTF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
5-
<AssemblyVersion>1.8.3.0</AssemblyVersion>
5+
<AssemblyVersion>1.8.4.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>
@@ -18,7 +18,7 @@
1818
<SpaProxyServerUrl>http://localhost:63000</SpaProxyServerUrl>
1919
<SpaProxyLaunchCommand>npm run dev -- --host</SpaProxyLaunchCommand>
2020
<Configurations>Debug;Release</Configurations>
21-
<ReleaseVersion>1.8.3</ReleaseVersion>
21+
<ReleaseVersion>1.8.4</ReleaseVersion>
2222
<WarningLevel>4</WarningLevel>
2323
<ServerGarbageCollection>true</ServerGarbageCollection>
2424
<AcceptNPOIOSMFLicense>true</AcceptNPOIOSMFLicense>

0 commit comments

Comments
 (0)