OnlineJudge/docs/data.json

47 lines
1.5 KiB
JSON
Raw Normal View History

2017-12-24 07:36:15 +00:00
{
"update": [
2018-03-28 04:51:03 +00:00
{
2018-05-05 08:26:12 +00:00
"version": "2018-05-25",
2018-05-05 14:36:25 +00:00
"level": "Important",
2018-05-05 08:26:12 +00:00
"title": "Update at 2018-05-05",
"details": [
"Fix a bug that user is logged out when re-creating container",
2018-05-05 14:36:25 +00:00
"<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>"
2018-05-05 08:26:12 +00:00
]
},
{
"version": "2018-03-27",
2018-03-28 04:51:03 +00:00
"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"
]
},
2018-03-23 11:56:24 +00:00
{
2018-05-05 08:26:12 +00:00
"version": "2018-03-23",
2018-03-23 11:56:24 +00:00
"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"
]
},
2017-12-24 07:36:15 +00:00
{
2018-05-05 08:26:12 +00:00
"version": "2018-01-04",
2018-01-02 12:05:33 +00:00
"level": "Recommend",
"title": "Update at 2018-01-04",
2017-12-24 07:36:15 +00:00
"details": [
"Fix some issues under IE/Edge",
"Add backend error reporter",
"New email template",
"A more flexible throttling function",
"Add admin dashboard (this page)",
2017-12-24 07:36:15 +00:00
"Other bugs and enhancements"
]
}
]
}