Skip to content

Releases: GZTimeWalker/GZCTF

[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

[release] Version: 0.11.3

17 Sep 16:44
b056259
Compare
Choose a tag to compare
Pre-release
  • 修复:日志未写入数据库
  • 修复:确认页面的多次请求
  • 文档&依赖:更新

Full Changelog: v0.11.1...v0.11.3

[release] Version: 0.11.0

13 Sep 18:58
fff3b68
Compare
Choose a tag to compare
Pre-release
  • 修复:docker swarm 部署问题
  • 更新:分布式多实例部署时的 SignalR Scale-Out、数据保护 Key 共享、全局配置重载
  • 更新:一些字段的长度范围
  • 更新:使用可选的 redis 作为分布式缓存,如果需要 SignalR Scale-Out 支持,则 redis 必选

Full Changelog: v0.10.2...v0.11.0

[release] Version: 0.10.1

11 Sep 15:50
e484459
Compare
Choose a tag to compare
Pre-release
  • 修复:部分样式问题
  • 修复:注册策略为管理员激活时的前端错误
  • 修复:行内公式渲染错误
  • 修复:部分容器操作问题
  • 修复:比赛结束后提交及 flag 相关问题
  • 修复:flag leet 算法问题
  • 添加:可选为比赛开启练习模式:结束后仍然可以开启容器和校验 flag

Full Changelog: v0.10.0...v0.10.1

[release] Version: 0.10.0

10 Sep 08:35
1a03601
Compare
Choose a tag to compare
Pre-release
  • 新增:赛事隐藏、删除
  • 新增:docker / docker swarm / k8s 后端的镜像仓库认证
  • 更新:积分榜颜色分类
  • 更新:部分样式错误

Full Changelog: v0.9.2...v0.10.0

[release] Version: 0.9.2

09 Sep 02:57
5e72ca1
Compare
Choose a tag to compare
Pre-release

What's Changed

  • docs: more convenient to use by @Konano in #34
  • tests: add integration tests by @hez2010 in #35
  • deps: email sender base on MailKit
  • feat: email domain filter
  • build: use local fonts

New Contributors

Full Changelog: v0.9.1...v0.9.2