Skip to content

Commit 9c5fee5

Browse files
committed
Update ChangeLog
1 parent 7b40d3d commit 9c5fee5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

ChangeLog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,30 @@ Version 8.3.0DEV
2929
- Add direct button to public page for registering when enabled.
3030
- Scale batch size of judge tasks dynamically.
3131
- 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.
3256

3357
Version 8.2.0 - 6 March 2023
3458
----------------------------

0 commit comments

Comments
 (0)