Skip to content

Commit

Permalink
release: bump version to v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Nov 30, 2024
1 parent 6774823 commit 1b9f21d
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 156 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

---
## [1.0.4](https://github.com/GZTimeWalker/GZCTF/compare/v1.0.3..v1.0.4) - 2024-11-30

### ⛰️ Features

- **(team)** allow transfer when team locked - ([e0cb62](https://github.com/GZTimeWalker/GZCTF/commit/e0cb62)) by **GZTime**

### 🐛 Bug Fixes

- cannot delete a challenge if any flag is present - ([36482b](https://github.com/GZTimeWalker/GZCTF/commit/36482b)) by **Steven He**

### 🚀 Performances

- improve flags addition and removal performance - ([4ca568](https://github.com/GZTimeWalker/GZCTF/commit/4ca568)) by **Steven He**

---
## [1.0.3](https://github.com/GZTimeWalker/GZCTF/compare/v1.0.2..v1.0.3) - 2024-11-26

Expand All @@ -11,6 +26,7 @@ All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will b
- **(i18n)** use English for API document - ([39eb32](https://github.com/GZTimeWalker/GZCTF/commit/39eb32)) by **Steven He**
- **(scoreboard)** record user emails & download only participants - ([014954](https://github.com/GZTimeWalker/GZCTF/commit/014954)) by **GZTime**
- **(scoreboard)** export user email in scoreboard table - ([75d7e3](https://github.com/GZTimeWalker/GZCTF/commit/75d7e3)) by **GZTime**
- **(style)** add useForeground hook for dynamic title color based on image - ([2003fe](https://github.com/GZTimeWalker/GZCTF/commit/2003fe)) by **GZTime**
- use Scalar to replace Swagger - ([657fcc](https://github.com/GZTimeWalker/GZCTF/commit/657fcc)) by **Steven He**

### 🎨 Styling
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 @@ -5,7 +5,7 @@
<IsPackable>false</IsPackable>
<CollectCoverage>true</CollectCoverage>
<Configurations>Debug;Release</Configurations>
<ReleaseVersion>1.0.3</ReleaseVersion>
<ReleaseVersion>1.0.4</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 = 1.0.3
version = 1.0.4
EndGlobalSection
EndGlobal
10 changes: 5 additions & 5 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-google-recaptcha-v3": "^1.10.1",
"react-i18next": "^15.1.2",
"react-i18next": "^15.1.3",
"react-pdf": "^9.1.1",
"react-router": "^7.0.1",
"swr": "^2.2.5"
Expand All @@ -58,7 +58,7 @@
"@babel/eslint-parser": "^7.25.9",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@eslint/js": "^9.16.0",
"@kainstar/vite-plugin-i18next-loader": "^1.0.3",
"@nabla/vite-plugin-eslint": "^2.0.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
Expand All @@ -73,7 +73,7 @@
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.7.8",
"babel-plugin-prismjs": "^2.1.0",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"eslint-plugin-oxlint": "^0.13.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
Expand All @@ -86,7 +86,7 @@
"postcss-simple-vars": "^7.0.1",
"prettier": "~3.4.1",
"prettier-plugin-sort-json": "^4.0.0",
"rollup": "^4.27.4",
"rollup": "^4.28.0",
"swagger-typescript-api": "^13.0.23",
"tslib": "^2.8.1",
"typescript": "5.7.2",
Expand Down
Loading

0 comments on commit 1b9f21d

Please sign in to comment.