Skip to content

Commit

Permalink
release: bump version to v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Aug 31, 2024
1 parent 2c7f99f commit 9cf86b5
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 11 deletions.
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

### ⛰️ Features

- add OSINT and Pentest tags - ([1d991f](https://github.com/GZTimeWalker/GZCTF/commit/1d991f)) by **GZTime**
- allow bypassing certificate verification for SMTP - ([1d49ed](https://github.com/GZTimeWalker/GZCTF/commit/1d49ed)) by **Steven He**

### 🐛 Bug Fixes

- **(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**

### 🔨 Refactor

- **(scoreboard)** split queries (#325) - ([609de5](https://github.com/GZTimeWalker/GZCTF/commit/609de5)) by **GZTime**

---
## [0.22.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.21.3-patch.1..v0.22.0) - 2024-08-23

Expand Down Expand Up @@ -497,6 +514,10 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b
- std number - ([1e25cb](https://github.com/GZTimeWalker/GZCTF/commit/1e25cb)) by **GZTime**
- disabled button when create team (#192) - ([95fb32](https://github.com/GZTimeWalker/GZCTF/commit/95fb32)) by **GZTime**

### 🔨 Refactor

- i18n for account pages - ([a575f9](https://github.com/GZTimeWalker/GZCTF/commit/a575f9)) by **GZTime**

### 📦 Other Changes

- **(feat)** database sink - ([22cf84](https://github.com/GZTimeWalker/GZCTF/commit/22cf84)) by **GZTime**
Expand All @@ -510,7 +531,6 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b
- add i18n support for theme config - ([c002d0](https://github.com/GZTimeWalker/GZCTF/commit/c002d0)) by **Steven He**
- adding ja to locales config - ([561be8](https://github.com/GZTimeWalker/GZCTF/commit/561be8)) by **Steven He**
- adding Japanese docs - ([643855](https://github.com/GZTimeWalker/GZCTF/commit/643855)) by **Steven He**
- i18n for account pages - ([a575f9](https://github.com/GZTimeWalker/GZCTF/commit/a575f9)) by **GZTime**
- make some type error - ([0eedda](https://github.com/GZTimeWalker/GZCTF/commit/0eedda)) by **Aether Chen**
- add more useTranslation() - ([4d0670](https://github.com/GZTimeWalker/GZCTF/commit/4d0670)) by **Aether Chen**
- add i18n.config.js - ([f4f5ba](https://github.com/GZTimeWalker/GZCTF/commit/f4f5ba)) by **Aether Chen**
Expand Down Expand Up @@ -1305,9 +1325,12 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b
- typo - ([9525d1](https://github.com/GZTimeWalker/GZCTF/commit/9525d1)) by **GZTimeWalker**
- query warning - ([a06afe](https://github.com/GZTimeWalker/GZCTF/commit/a06afe)) by **GZTime**

### 📦 Other Changes
### 🧪 Tests

- add integration tests (#35) - ([9062a8](https://github.com/GZTimeWalker/GZCTF/commit/9062a8)) by **Steve**

### 📦 Other Changes

- use local fonts - ([01c8c2](https://github.com/GZTimeWalker/GZCTF/commit/01c8c2)) 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.22.0",
"version": "0.23.0",
"private": true,
"scripts": {
"dev": "next",
Expand Down
4 changes: 3 additions & 1 deletion docs/pages/config/appsettings.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ Here is a complete example of configuration:
"Password": "",
"Smtp": {
"Host": "localhost",
"Port": 587
"Port": 587,
"BypassCertVerify": false
}
},
"XorKey": "<Random Key Str>",
Expand Down Expand Up @@ -222,6 +223,7 @@ Here we can configure the information of email sending server. If you use email
- **UserName:** SMTP Server username
- **Password:** SMTP Server password
- **Smtp:** SMTP Server address and port
- **BypassCertVerify:** Whether to bypass the certificate verification of the SMTP server

<Callout type="info">

Expand Down
4 changes: 3 additions & 1 deletion docs/pages/config/appsettings.ja.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ import { Callout } from "nextra-theme-docs";
"Password": "",
"Smtp": {
"Host": "localhost",
"Port": 587
"Port": 587,
"BypassCertVerify": false
}
},
"XorKey": "<Random Key Str>",
Expand Down Expand Up @@ -222,6 +223,7 @@ GZCTF はメトリクスと分散トレーシングをサポートしていま
- **UserName:** SMTP サーバーのユーザー名
- **Password:** SMTP サーバーのパスワード
- **Smtp:** SMTP サーバーのアドレスとポート
- **BypassCertVerify:** 証明書の検証をバイパスするかどうか

<Callout type="info">

Expand Down
4 changes: 3 additions & 1 deletion docs/pages/config/appsettings.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ import { Callout } from "nextra-theme-docs";
"Password": "",
"Smtp": {
"Host": "localhost",
"Port": 587
"Port": 587,
"BypassCertVerify": false
}
},
"XorKey": "<Random Key Str>",
Expand Down Expand Up @@ -222,6 +223,7 @@ GZCTF 支持测量和分布式追踪。您可以配置您想要使用的提供
- **UserName:** SMTP 服务器用户名
- **Password:** SMTP 服务器密码
- **Smtp:** SMTP 服务器地址和端口
- **BypassCertVerify:** 是否跳过证书验证

<Callout type="info">

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.22.0</ReleaseVersion>
<ReleaseVersion>0.23.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.22.0
version = 0.23.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.22.0",
"version": "0.23.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.22.0.0</AssemblyVersion>
<AssemblyVersion>0.23.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.22.0</ReleaseVersion>
<ReleaseVersion>0.23.0</ReleaseVersion>
<WarningLevel>4</WarningLevel>
<ServerGarbageCollection>true</ServerGarbageCollection>
<GarbageCollectionAdaptationMode>1</GarbageCollectionAdaptationMode>
Expand Down

0 comments on commit 9cf86b5

Please sign in to comment.