@@ -29,6 +29,30 @@ Version 8.3.0DEV
29
29
- Add direct button to public page for registering when enabled.
30
30
- Scale batch size of judge tasks dynamically.
31
31
- Rename room to location for teams.
32
+ - Add option to upload contest problemset document.
33
+ - Improve on the advice for rejuding on config changes, only when relevant
34
+ advice to start a rejudging, similar for updating the scoreboard cache.
35
+ - For interactive problems: add explicit statement to when one of sides of
36
+ the interactions ran closed their output.
37
+ - Allow importing a (generic) contest warning which is displayed on the scoreboard.
38
+ - Added option in the dj_setup_database to make dumps, useful before major
39
+ upgrades and during the contest before problem imports.
40
+ - Fixed some bugs to become OpenAPI spec compliant again.
41
+ - Prevent a race condition leading to two submissions receiving the same
42
+ colour balloon.
43
+ - Compile executables with `-std=gnu++20` now.
44
+ - Record the testcase directory for judging runs, this makes investigating
45
+ easier.
46
+ - Set default C/C++ standards in configure script, we intend to ship all
47
+ scripts free of warnings/errors.
48
+ - Respect basic authentication in the URL for the import-contest when .netrc
49
+ exists.
50
+ - Fix CORS header for API to make extending with other tools easier.
51
+ - Fix eventfeed when SQL commits happen out of order to send all events.
52
+ - Lazy load the team pictures for the scoreboard, to prevent spamming access
53
+ log with HTTP404s
54
+ - Make TLE detection more robust for interactive problems.
55
+ - Added option for ICPC online scoreboard with no rank displays.
32
56
33
57
Version 8.2.0 - 6 March 2023
34
58
----------------------------
0 commit comments