Releases: GZTimeWalker/GZCTF
Version: 0.24.5
0.24.5 - 2024-10-27
⛰️ Features
- (backend) use tarball to send files in stream - (e4521b) by GZTime
🐛 Bug Fixes
- (container) check if image is valid - (a5e2a2) by GZTime
Changelog: https://github.com/GZTimeWalker/GZCTF/blob/HEAD/CHANGELOG.md
Commits: v0.24.4...v0.24.5
Version: 0.24.4
0.24.4 - 2024-10-17
⛰️ Features
- (i18n) add es-ES (MT) - (cd6727) by GZTime
- (i18n) show note message when switch - (ee72f9) by GZTime
- (i18n) add zh-TW - (5110ea) by GZTime
🐛 Bug Fixes
- (admin) overflow on review page - (f057e1) by GZTime
- (challenge) title overflow - (295dbc) by GZTime
- (frontend) missing css vars may cause
NaNem
in media query - (d08f36) by GZTime - (instance) extend button not disable when destroy container - (4944b5) by GZTime
- (theme) sync theme colors between tabs - (38cbbe) by GZTime
- Fix wrong port color in light mode - (4e0566) by Kengwang
🎨 Styling
- (slide) update slide style on mobile - (dc759e) by GZTime
Changelog: https://github.com/GZTimeWalker/GZCTF/blob/HEAD/CHANGELOG.md
Commits: v0.24.3...v0.24.4
Version: 0.24.3
0.24.3 - 2024-10-10
⛰️ Features
- (notice) trim before submit - (cab285) by GZTime
- (scoreboard) show organization in scoreboard - (a20062) by GZTime
- (scoreboard) add team search - (5c8771) by GZTime
🐛 Bug Fixes
- (deps) failed to use
colors-generator
- (a6108a) by GZTime
Changelog: https://github.com/GZTimeWalker/GZCTF/blob/HEAD/CHANGELOG.md
Commits: v0.24.2...v0.24.3
Version: 0.24.2
0.24.2 - 2024-09-24
⛰️ Features
- (timeline) show all when finished - (010653) by GZTime
🐛 Bug Fixes
- (i18n) wrong key for post page - (f0a736) by GZTime
- (team create) only create one team (#330) - (81b1e1) by Kood
- (captcha) cache not flush - (3dffb0) by GZTime
🔨 Refactor
- rename tag into category - (4238c5) by GZTime
Changelog: https://github.com/GZTimeWalker/GZCTF/blob/HEAD/CHANGELOG.md
Commits: v0.24.2...v0.24.2
Version: 0.24.1
0.24.1 - 2024-09-08
⛰️ Features
- (cache) single flight cache update - (484aa0) by GZTime
- (k8s) use ServiceAccount if in cluster and no config provided (#328) - (4e4947) by Light
- log cache request time - (7db780) by GZTime
🐛 Bug Fixes
- (style) unexpected font weight - (b0e171) by GZTime
- (mail) cannot use sender name - (d5dcef) by GZTime
🎨 Styling
- (admin) nowrap for challenge edit page - (e92d8c) by GZTime
- (font) fix missing weight for IBM Plex Sans - (5b23a7) by GZTime
- (font) use variable font SUSE - (83d028) by GZTime
Changelog: https://github.com/GZTimeWalker/GZCTF/blob/HEAD/CHANGELOG.md
Commits: v0.24.0...v0.24.1
Version: 0.24.0
0.24.0 - 2024-09-02
Important
PERFORMANCE UPDATED
The scoreboard calculation has been optimized.
For a specific game we have tested:
- Memory usage: 8GiB -> 200MiB
- Response size: 15MiB -> 4.2MiB (600KiB after compression)
- Cache size: 1,874,746B -> 1,727,854B
- Calculation time: ~30 seconds -> ~3 seconds
(2500+ teams, 100+ challenges, ~80000 solves)
CHANGES
- You can use OSINT and Pentest as challenge tag.
- The algorithm of the team hash has been updated.
- Modified and beautified many many styles.
- You can now use
[CLEET]
to generate flags with special symbols.
⛰️ Features
- (cache) de-bounced the slow cache update request - (0383fe) by GZTime
- (challenge) add complex leet table - (520025) by GZTime
- (mail) only exit when
EmailConfirmationRequired
enabled - (d4a525) by GZTime - add
SenderName
option - (f6ce31) by GZTime - empty strings can disable SMTP - (ae9e26) by GZTime
🐛 Bug Fixes
- (challenge) incorrect z-index - (61e8b1) by GZTime
- (mail) wrong validation condition - (0b084b) by GZTime
🎨 Styling
- (challenge) update solved style - (9f17d4) by GZTime
- (challenge) update challenge items - (c9931b) by GZTime
- (color) adjust placeholder pages - (331e9e) by GZTime
- (scoreboard) update item modal - (1d2c24) by GZTime
- remove all sx - (23fd9c) by GZTime
Changelog: https://github.com/GZTimeWalker/GZCTF/blob/HEAD/CHANGELOG.md
Commits: v0.23.0...v0.24.0
Version: 0.23.0
0.23.0 - 2024-08-31
Important
PERFORMANCE UPDATED
The scoreboard calculation has been optimized.
For a specific game we have tested:
- Memory usage: 8GiB -> 200MiB
- Response size: 15MiB -> 4.2MiB (600KiB after compression)
- Cache size: 1,874,746B -> 1,727,854B
- Calculation time: ~30 seconds -> ~3 seconds
(2500+ teams, 100+ challenges, ~80000 solves)
CHALLENGE TAGS
We have added new tags to the challenges.
Now you can use OSINT and Pentest.
OTHERS
The algorithm of the team hash has been updated.
⛰️ Features
- add OSINT and Pentest tags - (1d991f) by GZTime
- allow bypassing certificate verification for SMTP - (1d49ed) by Steven He
🐛 Bug Fixes
- (frontend) pagination calculation (#323) - (6191f4) by LilRan
- incorrect scoreboard - (84b510) by GZTime
🔨 Refactor
Changelog: https://github.com/GZTimeWalker/GZCTF/blob/HEAD/CHANGELOG.md
Commits: v0.22.0...v0.23.0
Version: 0.22.0
0.22.0 - 2024-08-23
💥 BREAK CHANGES
- (BREAK) modified the team hash algorithm - (883c2b) by GZTime
🐛 Bug Fixes
- (challenge) show loading when scoreboard is not ready - (254177) by GZTime
- (challenge) return api promise - (d22fe4) by GZTime
- (challenge) mutate on instance update - (62b0f5) by GZTime
- (monitor/submission) wrong dependence for useEffect (#321) - (985fe1) by Kengwang
🎨 Styling
- (overlay) use blur loading overlay - (1c4c37) by GZTime
Changelog: https://github.com/GZTimeWalker/GZCTF/blob/HEAD/CHANGELOG.md
Commits: v0.21.3...v0.22.0
Version: 0.21.3
0.21.3 - 2024-08-16
⛰️ Features
- Add zstd compression support - (4ae144) by Steven He
- Enable response compression for more scenarios - (bda153) by Steven He
🐛 Bug Fixes
- (server) remove unnecessary mimetypes - (acf84c) by GZTime
Changelog: https://github.com/GZTimeWalker/GZCTF/blob/HEAD/CHANGELOG.md
Commits: v0.21.2...v0.21.3
Version: 0.21.2
0.21.2 - 2024-08-15
🐛 Bug Fixes
- (frontend) wrong badge width after mantine upgrade - (bff428) by GZTime
- clarify "hidden" vs "private" - (ff8b55) by GZTime
🚀 Performances
- (checker) use db queries to search for cheating - (1276d0) by GZTime
Changelog: https://github.com/GZTimeWalker/GZCTF/blob/HEAD/CHANGELOG.md
Commits: v0.21.1...v0.21.2