Skip to content

Commit

Permalink
release: bump version to v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 2, 2024
1 parent 9f17d42 commit c22578d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 7 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,28 @@
All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.

---
## [0.23.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.22.0..v0.23.0) - 2024-08-31
## [0.24.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.23.0..v0.24.0) - 2024-09-02

### ⛰️ Features

- **(cache)** de-bounced the slow cache update request - ([0383fe](https://github.com/GZTimeWalker/GZCTF/commit/0383fe)) by **GZTime**
- **(mail)** only exit when `EmailConfirmationRequired` enabled - ([d4a525](https://github.com/GZTimeWalker/GZCTF/commit/d4a525)) by **GZTime**
- empty strings can disable SMTP - ([ae9e26](https://github.com/GZTimeWalker/GZCTF/commit/ae9e26)) by **GZTime**

### 🐛 Bug Fixes

- **(mail)** wrong validation condition - ([0b084b](https://github.com/GZTimeWalker/GZCTF/commit/0b084b)) by **GZTime**

### 🎨 Styling

- **(challenge)** update solved style - ([9f17d4](https://github.com/GZTimeWalker/GZCTF/commit/9f17d4)) by **GZTime**
- **(challenge)** update challenge items - ([c9931b](https://github.com/GZTimeWalker/GZCTF/commit/c9931b)) by **GZTime**
- **(color)** adjust placeholder pages - ([331e9e](https://github.com/GZTimeWalker/GZCTF/commit/331e9e)) by **GZTime**
- **(scoreboard)** update item modal - ([1d2c24](https://github.com/GZTimeWalker/GZCTF/commit/1d2c24)) by **GZTime**
- remove all sx - ([23fd9c](https://github.com/GZTimeWalker/GZCTF/commit/23fd9c)) by **GZTime**

---
## [0.23.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.22.0..v0.23.0) - 2024-09-01

### ⛰️ Features

Expand All @@ -12,6 +33,7 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b

### 🐛 Bug Fixes

- **(backend)** The challenges are not sorted correctly - ([b782ed](https://github.com/GZTimeWalker/GZCTF/commit/b782ed)) by **GZTime**
- **(frontend)** pagination calculation (#323) - ([6191f4](https://github.com/GZTimeWalker/GZCTF/commit/6191f4)) by **LilRan**
- incorrect scoreboard - ([84b510](https://github.com/GZTimeWalker/GZCTF/commit/84b510)) by **GZTime**

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.23.0",
"version": "0.24.0",
"private": true,
"scripts": {
"dev": "next",
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.Test/GZCTF.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackable>false</IsPackable>
<CollectCoverage>true</CollectCoverage>
<Configurations>Debug;Release;GenAPI</Configurations>
<ReleaseVersion>0.23.0</ReleaseVersion>
<ReleaseVersion>0.24.0</ReleaseVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Global
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.23.0
version = 0.24.0
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "0.23.0",
"version": "0.24.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/GZCTF/GZCTF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyVersion>0.23.0.0</AssemblyVersion>
<AssemblyVersion>0.24.0.0</AssemblyVersion>
<Description>GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)</Description>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand All @@ -18,7 +18,7 @@
<SpaProxyServerUrl>http://localhost:63000</SpaProxyServerUrl>
<SpaProxyLaunchCommand>npm run dev -- --host</SpaProxyLaunchCommand>
<Configurations>Debug;Release</Configurations>
<ReleaseVersion>0.23.0</ReleaseVersion>
<ReleaseVersion>0.24.0</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<ServerGarbageCollection>true</ServerGarbageCollection>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
Expand Down

0 comments on commit c22578d

Please sign in to comment.