Skip to content

Releases: GZTimeWalker/GZCTF

[release] Version: 0.12.8.2

17 Oct 17:21
3c16e28
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix: toggle isEnabled will clear FlagTemplate
  • style: update blockquote
  • add: challenge title
  • feat: custom slogan
  • Remove extra closing tags by @deepsource-autofix in #47
  • Remove true from boolean attribute by @deepsource-autofix in #48
  • Drop redundant type when declaration's LHS mentions it by @deepsource-autofix in #46
  • Add .deepsource.toml by @deepsource-autofix in #49
  • Format code with prettier and dotnet-format by @deepsource-autofix in #50
  • Convert string interpolations with missing arguments to literals by @deepsource-autofix in #45

New Contributors

  • @deepsource-autofix made their first contribution in #47

Full Changelog: v0.12.8.1...v0.12.8.2

[release] Version: 0.12.8

03 Oct 16:17
745ca06
Compare
Choose a tag to compare
Pre-release

Full Changelog: v0.12.7...v0.12.8

[release] Version: 0.12.7

29 Sep 11:33
ff63926
Compare
Choose a tag to compare
Pre-release
  • 新增:容器存储限制
  • 更新:增强水印

Full Changelog: v0.12.6...v0.12.7

[release] Version: 0.12.6

28 Sep 17:38
ea11ec3
Compare
Choose a tag to compare
Pre-release
  • 更新:积分榜显示、分组时间线、队伍分组排名
  • 优化:一堆显示效果
  • 新增:可下载全部提交数据
  • 更新:K8s 网络策略防止 pod 互访
  • 更新:一些文档内容

Full Changelog: v0.12.5...v0.12.6

[release] Version: 0.12.5

25 Sep 10:52
9bbd8a4
Compare
Choose a tag to compare
Pre-release
  • 修复:积分榜无法正常导出
  • 添加:现在可以导出全部比赛提交
  • 修复:一些小问题

Full Changelog: v0.12.4.1...v0.12.5

[release] Version: 0.12.4

24 Sep 09:35
a33d872
Compare
Choose a tag to compare
Pre-release
  • 修复:文章编辑页面显示问题
  • 更新:比赛监控-提交页面可查看题目名称,flag 显示效果更好
  • 更新:更新积分榜相关样式
  • 修复:赛题详情页面的 placeholder 更新频繁

Full Changelog: v0.12.3...v0.12.4

[release] Version: 0.12.2

23 Sep 17:06
63d86fc
Compare
Choose a tag to compare
Pre-release

What's Changed

  • 整活:placeholder
  • 更新:修复 leet 可能导致的 flag 注入题目的问题
  • 更新:优化哈希计算,防止加重 GC 负担

Full Changelog: v0.12.1...v0.12.2

[release] Version: 0.12.1

23 Sep 10:21
0d3c6c7
Compare
Choose a tag to compare
Pre-release
  • 修复:一系列前端及显示问题

Full Changelog: v0.12.0...v0.12.1

[release] Version: 0.12.0

21 Sep 22:52
db69574
Compare
Choose a tag to compare
Pre-release
  • 更新:现在可以在手机端完成注册、看文章、编辑文章、组队、编辑资料、报名了
  • 修复:现在可以用微信浏览器、小米浏览器、360浏览器等打开网页而不白屏了
  • 修复:修复一些配置逻辑小问题
  • 修复:将两个 Index 设置为 Unique

Full Changelog: v0.11.5...v0.12.0

[release] Version: 0.11.4

20 Sep 05:11
74513ee
Compare
Choose a tag to compare
Pre-release
  • 更新配置格式ContainerProvider

    "ContainerProvider": {
      "Type": "Docker", // or "Kubernetes"
        "PublicEntry": "ctf.example.com", // or "xxx.xxx.xxx.xxx"
        "DockerConfig": { // optional
           "SwarmMode": false,
           "Uri": "unix:///var/run/docker.sock"
        }
     },
  • 新增配置项:

    "DisableRateLimit": false,
  • 添加特权容器选项

Full Changelog: v0.11.3...v0.11.4