Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Nov 23, 2024
1 parent 1a8e8f6 commit c1cffd4
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 36 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,55 @@

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

---
## [1.0.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.25.0-patch.1..v1.0.0) - 2024-11-23

### ⛰️ Features

- **(admin)** edit team division - ([326d20](https://github.com/GZTimeWalker/GZCTF/commit/326d20)) by **GZTime**
- **(captcha)** add hash pow captcha - ([8ea621](https://github.com/GZTimeWalker/GZCTF/commit/8ea621)) by **GZTime**
- **(challenge)** disable blood bonus for challenges - ([59b953](https://github.com/GZTimeWalker/GZCTF/commit/59b953)) by **GZTime**
- design time DbContext factory - ([a4edc4](https://github.com/GZTimeWalker/GZCTF/commit/a4edc4)) by **GZTime**

### 🐛 Bug Fixes

- **(captcha)** not initialized on initial load - ([6750d5](https://github.com/GZTimeWalker/GZCTF/commit/6750d5)) by **GZTime**
- **(date)** wrong date format - ([9a5b43](https://github.com/GZTimeWalker/GZCTF/commit/9a5b43)) by **GZTime**
- **(frontend)** cannot set bonus to 0 via input - ([e3527b](https://github.com/GZTimeWalker/GZCTF/commit/e3527b)) by **GZTime**
- **(game)** join game without division - ([42df97](https://github.com/GZTimeWalker/GZCTF/commit/42df97)) by **GZTime**
- **(scoreboard)** filter out banned team - ([75c05c](https://github.com/GZTimeWalker/GZCTF/commit/75c05c)) by **GZTime**
- **(style)** animation not works on safari - ([bab710](https://github.com/GZTimeWalker/GZCTF/commit/bab710)) by **GZTime**
- **(worker)** class failed to init after release build - ([07296c](https://github.com/GZTimeWalker/GZCTF/commit/07296c)) by **GZTime**
- filter out flags for dynamic container challenge - ([e28ad0](https://github.com/GZTimeWalker/GZCTF/commit/e28ad0)) by **Steven He**
- unable to delete a game - ([3a2300](https://github.com/GZTimeWalker/GZCTF/commit/3a2300)) by **Steven He**

### 🎨 Styling

- **(captcha)** refactor animation - ([9b351d](https://github.com/GZTimeWalker/GZCTF/commit/9b351d)) by **GZTime**
- **(game)** update layout for i18n - ([336c19](https://github.com/GZTimeWalker/GZCTF/commit/336c19)) by **GZTime**
- **(pow)** do not reverse animation - ([12217b](https://github.com/GZTimeWalker/GZCTF/commit/12217b)) by **GZTime**

### 🚀 Performances

- **(guid)** Use `Guid.CreateVersion7` instead of Ulid - ([00fff6](https://github.com/GZTimeWalker/GZCTF/commit/00fff6)) by **GZTime**
- **(query)** update RecalculateAcceptedCount - ([5e80ea](https://github.com/GZTimeWalker/GZCTF/commit/5e80ea)) by **GZTime**
- reduce style api usage - ([2aedee](https://github.com/GZTimeWalker/GZCTF/commit/2aedee)) by **GZTime**
- always load flags later - ([b4b57e](https://github.com/GZTimeWalker/GZCTF/commit/b4b57e)) by **GZTime**
- use async query while deleting games - ([88abdb](https://github.com/GZTimeWalker/GZCTF/commit/88abdb)) by **Steven He**
- Bulk update - ([9525c1](https://github.com/GZTimeWalker/GZCTF/commit/9525c1)) by **Steven He**

### 🔨 Refactor

- **(frontend)** use polymorphic components for links & tidy up - ([cd0aaf](https://github.com/GZTimeWalker/GZCTF/commit/cd0aaf)) by **GZTime**
- rename 'Organization' to 'Division' globally - ([248e6c](https://github.com/GZTimeWalker/GZCTF/commit/248e6c)) by **GZTime**

---
## [0.25.0-patch.1](https://github.com/GZTimeWalker/GZCTF/compare/v0.25.0..v0.25.0-patch.1) - 2024-11-16

### 🐛 Bug Fixes

- **(favicon)** get from blob storage - ([b7a146](https://github.com/GZTimeWalker/GZCTF/commit/b7a146)) by **GZTime**

---
## [0.25.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.5-patch.1..v0.25.0) - 2024-11-15

Expand Down
8 changes: 4 additions & 4 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ GZ::CTF は ASP.NET Core を基づいたオープンソース CTF プラット
- ゲーム中の審判監視、提出とメインイベントのログ
- チャレンジに対するトラフィック **TCP over WebSocket プロキシ転送**、トラフィック キャプチャの設定ができます
- Redis ベースのクラスター キャッシュ、PGSQL をデータベースとして使用
- ローカルディスクおよび**オブジェクトストレージ(MinIO、S3など**に基づくストレージバックエンド
- ローカルディスクおよび**オブジェクトストレージ(MinIO、S3 など**に基づくストレージバックエンド
- グローバル設定でプラットフォームタイトルと他の情報を設定可能
- **ダークモード**、多言語、カスタムテーマのサポート
- **ウェブサイトのフッター****ファビコン**SEO向け**HTMLの説明**のカスタマイズ可能
- **ウェブサイトのフッター****ファビコン**SEO 向け**HTML の説明**のカスタマイズ可能
- マトリクスと分散トレーシングのサポート
- その他...

Expand All @@ -87,7 +87,7 @@ GZ::CTF は ASP.NET Core を基づいたオープンソース CTF プラット
- 日本語 (ja-JP):完全対応、[Steve](http://github.com/hez2010) による翻訳
- インドネシア語 (id-ID):完全対応、[Rio](https://github.com/riodrwn) による翻訳
- 韓国語 (ko-KR):完全対応、 [Sy2n0](https://github.com/Sy2n0), [kimjw0427](https://github.com/kimjw0427), [LittleDev0617](https://github.com/LittleDev0617), [Jungwoong Kim](https://github.com/jungwngkim), [blluv](https://github.com/blluv) による翻訳
- ロシア語 (ru-RU):翻訳中、[FazaN](https://github.com/CyberFazaN) による翻訳
- ロシア語 (ru-RU):完全対応、 [FazaN](https://github.com/CyberFazaN) による翻訳

### 機械および AI による翻訳

Expand Down Expand Up @@ -157,7 +157,7 @@ GZ::CTF は ASP.NET Core を基づいたオープンソース CTF プラット
- **蘇州市職業大学 2023 年冬季新人戦 [SVUCTF-WINTER-2023](https://github.com/SVUCTF/SVUCTF-WINTER-2023)**
- **北京航空航天大学 BUAACTF 2024**
- **曲阜師範大学第 1 回“曲 star”サイバーセキュリティスキルコンテスト**
- **成都理工大学第4回、第5回情報セキュリティ・コンペティション DinoCTF**
- **成都理工大学第 4 回、第 5 回情報セキュリティ・コンペティション DinoCTF**

_順番は順位との関係はありません。追加ための PR は大歓迎。_

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Currently, the platform supports multiple languages, and the translation progres
- Japanese (ja-JP): Fully supported, translated by [Steve](https://github.com/hez2010)
- Indonesian (id-ID): Fully supported, translated by [Rio](https://github.com/riodrwn)
- Korean (ko-KR): Fully supported, translated by [Sy2n0](https://github.com/Sy2n0), [kimjw0427](https://github.com/kimjw0427), [LittleDev0617](https://github.com/LittleDev0617), [Jungwoong Kim](https://github.com/jungwngkim) and [blluv](https://github.com/blluv)
- Russian (ru-RU): Work in progress, translated by [FazaN](https://github.com/CyberFazaN)
- Russian (ru-RU): Fully supported, translated by [FazaN](https://github.com/CyberFazaN)

### Translated by Machine and AI

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GZ::CTF 是一个基于 ASP.NET Core 的开源 CTF 平台。
- 日语 (ja-JP):完全支持,由 [Steve](https://github.com/hez2010) 翻译
- 印度尼西亚语 (id-ID):完全支持,由 [Rio](https://github.com/riodrwn) 翻译
- 韩语 (ko-KR):完全支持,由 [Sy2n0](https://github.com/Sy2n0), [kimjw0427](https://github.com/kimjw0427), [LittleDev0617](https://github.com/LittleDev0617), [Jungwoong Kim](https://github.com/jungwngkim)[blluv](https://github.com/blluv) 翻译
- 俄语 (ru-RU):翻译进行中,由 [FazaN](https://github.com/CyberFazaN) 翻译
- 俄语 (ru-RU):完全支持,由 [FazaN](https://github.com/CyberFazaN) 翻译

### 由机器和 AI 翻译

Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chroma-js": "^2.4.4",
"@types/katex": "^0.16.7",
"@types/node": "^22.9.2",
"@types/node": "^22.9.3",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
58 changes: 29 additions & 29 deletions src/GZCTF/ClientApp/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1cffd4

Please sign in to comment.