1
1
DOMjudge Programming Contest Judging System
2
2
3
- Version 8.1.0 - DEV
4
- -------------------
3
+ Version 8.1.0 - 1 June 2022
4
+ ---------------------------
5
5
- Document that minimum PHP version is now 7.4.0.
6
6
- Add support for PHP 8.1.
7
7
- Upgrade Symfony to 5.4 LTS and upgrade other library dependencies.
@@ -10,6 +10,27 @@ Version 8.1.0 - DEV
10
10
supported by `date`.
11
11
- Dropped the presentation-error verdict, databases from before DOMjudge 5.0
12
12
will be altered to replace the verdict with wrong-answer.
13
+ - Changed API import to give admin users a team.
14
+ - Balloon users can now be created via the API.
15
+ - Shadow mode will now fix missing data by reading from the primary CCS.
16
+ - Fixed cgroup naming for docker to prevent sharing the same container.
17
+ - Removed python2 in the chroot, remove python3 in favor of pypy3 in chroot.
18
+ - Added support for sentry for logging.
19
+ - Added default external IDs on all places.
20
+ - Fixed medals on scoreboard for filtered scoreboards.
21
+ - Dropped old balloons CLI.
22
+ - Reimplementation of runpipe for interactive problems.
23
+ - Individual files can now be removed from executables.
24
+ - Added mysql socket option, for when port/IP is not used.
25
+ - Added support for accounts.{yaml,json} for import script.
26
+ - Added support for judgeremaining for problems.
27
+ - Add option to delete existing testcases/attachments/other data when
28
+ importing a problem.
29
+ - Dropped support for ICPC results HTML export feature.
30
+ - Balloon runners can now always see the frozen scoreboard.
31
+ - Custom CSS can now be used for the login page.
32
+ - Removed option to use multiple timezones in same contest.
33
+ - Fixed kotlin compile script for modern versions.
13
34
14
35
Version 8.0.0 - 30 January 2022
15
36
-------------------------------
0 commit comments