mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-16 17:26:38 +00:00
173 lines
5.6 KiB
JSON
173 lines
5.6 KiB
JSON
{
|
||
"update": [
|
||
{
|
||
"version": "2021-09-28",
|
||
"level": "Recommend",
|
||
"title": "2021-09-28",
|
||
"details": [
|
||
"修复 Golang 编译运行的一些问题",
|
||
"支持 JavaScript 语言,注意,升级后需要按照 <a href='https://opensource.qduoj.com/#/onlinejudge/guide/update_compile_options'>文档</a>来 reset_languages,如果有自定义配置将会被重置,需要先备份。",
|
||
"增加了一些语言的编辑器语法高亮配置"
|
||
]
|
||
},
|
||
{
|
||
"version": "2021-08-07",
|
||
"level": "Recommend",
|
||
"title": "2021-08-07",
|
||
"details": [
|
||
"升级 gcc、g++ 编译器到 9.4 版本",
|
||
"导入用户的时候支持导入真实姓名",
|
||
"修复前端 katex 配置的一些问题",
|
||
"修复编辑器无法显示表格的问题",
|
||
"增加了一些语言的编辑器语法高亮配置"
|
||
]
|
||
},
|
||
{
|
||
"version": "2020-07-09",
|
||
"level": "Recommend",
|
||
"title": "2020-07-09",
|
||
"details": [
|
||
"Add Golang language to judge server",
|
||
"Fix some frontend bugs"
|
||
]
|
||
},
|
||
{
|
||
"version": "2019-09-22",
|
||
"level": "Recommend",
|
||
"title": "2019-09-22",
|
||
"details": [
|
||
"Fix bugs in contest password verification",
|
||
"Do not delete test case files when contest is deleted",
|
||
"Update some compiler runtime config"
|
||
]
|
||
},
|
||
{
|
||
"version": "2019-04-05",
|
||
"level": "Recommend",
|
||
"title": "2019-04-05",
|
||
"details": [
|
||
"Fix bugs in Free Problem Set parser"
|
||
]
|
||
},
|
||
{
|
||
"version": "2019-04-03",
|
||
"level": "Important",
|
||
"title": "2019-04-03",
|
||
"details": [
|
||
"Fix bugs in judge server scheduler"
|
||
]
|
||
},
|
||
{
|
||
"version": "2019-03-25",
|
||
"level": "Recommend",
|
||
"title": "2019-03-25",
|
||
"details": [
|
||
"Update Django to version 2.1 and Python to version 3.7",
|
||
"Replace celery with dramatiq",
|
||
"Add problem file IO Mode",
|
||
"You can add attachments in all editor",
|
||
"You can upload source code file in submission editor",
|
||
"Frontend and UI improvements",
|
||
"Fixed a lot of bugs"
|
||
]
|
||
},
|
||
{
|
||
"version": "2018-12-15",
|
||
"level": "Recommend",
|
||
"title": "Update at 2018-12-15",
|
||
"details": [
|
||
"Fix bugs when root user is renamed",
|
||
"Use more secure ssl ciphers",
|
||
"Fix minor bugs in rejudge function and fps related api",
|
||
"Frontend and UI improvements"
|
||
]
|
||
},
|
||
{
|
||
"version": "2018-09-07",
|
||
"level": "Recommend",
|
||
"title": "Update at 2018-09-07",
|
||
"details": [
|
||
"Fix Problem title overflow, by @queensferryme",
|
||
"Fix the pagination in problem export page",
|
||
"Add a gadget to reset code to problem template",
|
||
"Support for contest submissions download (accepted answer only)",
|
||
"Progress is preserved when uploading files",
|
||
"UI improvements"
|
||
]
|
||
},
|
||
{
|
||
"version": "2018-08-15",
|
||
"level": "Important",
|
||
"title": "Update at 2018-08-15",
|
||
"details": [
|
||
"<span style=\"color: red;\">Fix some vulnerabilities, by @andyliu24 @plusls</span>",
|
||
"Add export and import problem function (beta), if you have any question, please <a href='https://docs.onlinejudge.me/#/onlinejudge/guide/qq_group'>give us feedback</a>"
|
||
]
|
||
},
|
||
{
|
||
"version": "2018-07-15",
|
||
"level": "Recommend",
|
||
"title": "Update at 2018-07-15",
|
||
"details": [
|
||
"Add Traditional Chinese, by <a href='https://github.com/QingdaoU/OnlineJudgeFE/pull/27'>xdavidwu</a>",
|
||
"Fix a bug in the navigation bar",
|
||
"Move language switch to profile settings page"
|
||
]
|
||
},
|
||
{
|
||
"version": "2018-06-02",
|
||
"level": "Recommend",
|
||
"title": "Update at 2018-06-02",
|
||
"details": [
|
||
"Add Simple Chinese, by <a href='https://github.com/QingdaoU/OnlineJudgeFE/issues/22'>hirCodd</a>",
|
||
"Integrate with katex",
|
||
"Update libraries to latest version",
|
||
"The first page in management is changed to dashboard"
|
||
]
|
||
},
|
||
{
|
||
"version": "2018-05-25",
|
||
"level": "Important",
|
||
"title": "Update at 2018-05-05",
|
||
"details": [
|
||
"Fix a bug that user is logged out when re-creating container",
|
||
"<span style=\"color: red;\">Fix a bug that JudgeServer may use a lot of memory and then getting stuck(Please update docker-compose.yml at first)</span>"
|
||
]
|
||
},
|
||
{
|
||
"version": "2018-03-27",
|
||
"level": "Important",
|
||
"title": "Update at 2018-03-27",
|
||
"details": [
|
||
"<span style=\"color: red;\">Fix some bugs about problem submission statistics</span>",
|
||
"Fix some bugs that may cause 'compile error' when submitted code contains unicode characters"
|
||
]
|
||
},
|
||
{
|
||
"version": "2018-03-23",
|
||
"level": "Recommend",
|
||
"title": "Update at 2018-03-23",
|
||
"details": [
|
||
"Fix a bug about Java language memory usage",
|
||
"Update Java to version 1.8",
|
||
"[important] Google analytics is added with developer's account, it is only used for statistics",
|
||
"Problem export and import function will be released in next week",
|
||
"Other bugs and enhancements"
|
||
]
|
||
},
|
||
{
|
||
"version": "2018-01-04",
|
||
"level": "Recommend",
|
||
"title": "Update at 2018-01-04",
|
||
"details": [
|
||
"Fix some issues under IE/Edge",
|
||
"Add backend error reporter",
|
||
"New email template",
|
||
"A more flexible throttling function",
|
||
"Add admin dashboard (this page)",
|
||
"Other bugs and enhancements"
|
||
]
|
||
}
|
||
]
|
||
}
|