Skip to content

Latest commit

 

History

History
65 lines (36 loc) · 3.09 KB

CHANGELOG.md

File metadata and controls

65 lines (36 loc) · 3.09 KB

0.0.3-alpha.1 (2024-04-16)

⚠ BREAKING CHANGES

  • online_judge: 比赛管理的API结构
  • online_judge: 修改比赛管理的API结构
  • online_judge: 比赛管理的API结构
  • online_judge: 将OJ相关配置从ccf_parser移动到online_judge内

Features

  • 用户鉴权 (8e6d02b)
  • oj: 实现oj的用户管理 (7e94ec6)
  • online_judge: 比赛管理 (ede3426)
  • online_judge: 比赛管理的API结构 (9a93548)
  • online_judge: 从OJ获取题目 (574d45e)
  • online_judge: 将OJ相关配置从ccf_parser移动到online_judge内 (2623008)

Bug Fixes

  • online_judge: 获取解密apikey失败的问题 (882c497)

Code Refactoring

  • online_judge: 比赛管理的API结构 (a55fdaa)
  • online_judge: 修改比赛管理的API结构 (ea283c9)

0.0.2-beta.1 (2024-04-12)

Features

  • judge: JudgingResult新增计算属性sum_score (f8312bf)

Bug Fixes

  • ccf_parser: 错误的CKPT参数将会被自动修正 (e6979a7)
  • judge: 自动清理评测过程中产生的编译结果 (9a7ed6c)
  • manager: 从release下载ITED (68d8f31)

0.0.2-alpha.1 (2024-04-10)

⚠ BREAKING CHANGES

  • judge: 多线程评测
  • judge: 评测采用生成器形式

Features

  • judge: 多线程评测 (25604f1)
  • judge: 评测采用生成器形式 (f59293d)
  • manager: 自动下载最新的ITED (db09c1d)

Bug Fixes

  • judge: 测试点的CRLF和LF不兼容 (27c3f04)
  • manager: 兼容生成器形式的评测 (fcf0def)