From 3f29051b2ca99714af0cbc8151b3bd251463c3e4 Mon Sep 17 00:00:00 2001 From: GZTime Date: Fri, 15 Nov 2024 17:48:45 +0800 Subject: [PATCH] release: bump version to v0.25.0 --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++++- src/GZCTF.Test/GZCTF.Test.csproj | 2 +- src/GZCTF.sln | 2 +- src/GZCTF/ClientApp/package.json | 2 +- src/GZCTF/GZCTF.csproj | 4 ++-- 5 files changed, 36 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1485a207..bb61f5c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,37 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file. --- -## [0.24.5](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.4..v0.24.5) - 2024-10-27 +## [0.25.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.5-patch.1..v0.25.0) - 2024-11-15 + +### ⛰️ Features + +- **(chal)** challenge id & name in url hash - ([b27873](https://github.com/GZTimeWalker/GZCTF/commit/b27873)) by **GZTime** +- **(i18n)** fix date format in some locale - ([66677e](https://github.com/GZTimeWalker/GZCTF/commit/66677e)) by **GZTime** + +### 🐛 Bug Fixes + +- **(api)** return expected model instead of task - ([8f766b](https://github.com/GZTimeWalker/GZCTF/commit/8f766b)) by **GZTime** +- **(storage)** use `Exists` only for files - ([29fa27](https://github.com/GZTimeWalker/GZCTF/commit/29fa27)) by **GZTime** +- **(style)** unexpected ellipses - ([7bf435](https://github.com/GZTimeWalker/GZCTF/commit/7bf435)) by **GZTime** +- **(tar)** wrong stream is used in writer - ([4270b7](https://github.com/GZTimeWalker/GZCTF/commit/4270b7)) by **GZTime** + +### 🎨 Styling + +- **(icon)** scoreboard download button - ([c11ae8](https://github.com/GZTimeWalker/GZCTF/commit/c11ae8)) by **GZTime** + +### 🔨 Refactor + +- **(storage)** support different storage backends - ([9d2a89](https://github.com/GZTimeWalker/GZCTF/commit/9d2a89)) by **GZTime** + +--- +## [0.24.5-patch.1](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.5..v0.24.5-patch.1) - 2024-10-31 + +### 🐛 Bug Fixes + +- **(frontend)** error when set to invalid color - ([db012a](https://github.com/GZTimeWalker/GZCTF/commit/db012a)) by **GZTime** + +--- +## [0.24.5](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.4..v0.24.5) - 2024-10-28 ### ⛰️ Features diff --git a/src/GZCTF.Test/GZCTF.Test.csproj b/src/GZCTF.Test/GZCTF.Test.csproj index 44401d7b6..6bed033a6 100644 --- a/src/GZCTF.Test/GZCTF.Test.csproj +++ b/src/GZCTF.Test/GZCTF.Test.csproj @@ -6,7 +6,7 @@ false true Debug;Release;GenAPI - 0.24.5 + 0.25.0 True 4 diff --git a/src/GZCTF.sln b/src/GZCTF.sln index ef9218e85..b76fd921e 100644 --- a/src/GZCTF.sln +++ b/src/GZCTF.sln @@ -40,6 +40,6 @@ Global SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.24.5 + version = 0.25.0 EndGlobalSection EndGlobal diff --git a/src/GZCTF/ClientApp/package.json b/src/GZCTF/ClientApp/package.json index 997e4f15c..e211eb600 100644 --- a/src/GZCTF/ClientApp/package.json +++ b/src/GZCTF/ClientApp/package.json @@ -1,6 +1,6 @@ { "name": "gzctf-client", - "version": "0.24.5", + "version": "0.25.0", "private": true, "type": "module", "scripts": { diff --git a/src/GZCTF/GZCTF.csproj b/src/GZCTF/GZCTF.csproj index bb8f3d021..c7e1074b2 100644 --- a/src/GZCTF/GZCTF.csproj +++ b/src/GZCTF/GZCTF.csproj @@ -2,7 +2,7 @@ net8.0 - 0.24.5.0 + 0.25.0.0 GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP) enable enable @@ -18,7 +18,7 @@ http://localhost:63000 npm run dev -- --host Debug;Release - 0.24.5 + 0.25.0 4 true 1