Skip to content

Commit

Permalink
Merge branch 'GZTimeWalker:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kengwang authored Aug 21, 2024
2 parents ec0f2b8 + d22fe41 commit 79faf5f
Show file tree
Hide file tree
Showing 15 changed files with 310 additions and 439 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

---
## [0.21.3](https://github.com/GZTimeWalker/GZCTF/compare/v0.21.2..v0.21.3) - 2024-08-16

### ⛰️ Features

- Add zstd compression support - ([4ae144](https://github.com/GZTimeWalker/GZCTF/commit/4ae144)) by **Steven He**
- Enable response compression for more scenarios - ([bda153](https://github.com/GZTimeWalker/GZCTF/commit/bda153)) by **Steven He**

### 🐛 Bug Fixes

- **(server)** remove unnecessary mimetypes - ([acf84c](https://github.com/GZTimeWalker/GZCTF/commit/acf84c)) by **GZTime**

---
## [0.21.2](https://github.com/GZTimeWalker/GZCTF/compare/v0.21.1..v0.21.2) - 2024-08-15

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.21.2",
"version": "0.21.3",
"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.21.2</ReleaseVersion>
<ReleaseVersion>0.21.3</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.21.2
version = 0.21.3
EndGlobalSection
EndGlobal
12 changes: 6 additions & 6 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "0.21.2",
"version": "0.21.3",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -28,15 +28,15 @@
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@microsoft/signalr": "^8.0.7",
"chroma-js": "2.6.1-0",
"chroma-js": "^2.6.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.12",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"embla-carousel": "^8.1.8",
"embla-carousel-autoplay": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"i18next": "^23.12.6",
"i18next": "^23.14.0",
"i18next-browser-languagedetector": "^8.0.0",
"katex": "^0.16.11",
"lz-string": "^1.5.0",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chroma-js": "^2.4.4",
"@types/katex": "^0.16.7",
"@types/node": "22.3.0",
"@types/node": "22.4.1",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -76,7 +76,7 @@
"eslint": "^9.9.0",
"eslint-plugin-oxlint": "^0.7.2",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
"form-data": "~4.0.0",
"globals": "^15.9.0",
"lodash": "^4.17.21",
Expand All @@ -85,7 +85,7 @@
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "~3.3.3",
"rollup": "^4.20.0",
"rollup": "^4.21.0",
"swagger-typescript-api": "^13.0.21",
"tslib": "^2.6.3",
"typescript": "5.5.4",
Expand Down
Loading

0 comments on commit 79faf5f

Please sign in to comment.