Releases: FherStk/AutoCheck
2025.12.19-1
Current versions:
AutoCheck.Test: v2.26.0 | AutoCheck.Docs: v2.26.0 | AutoCheck.Core: v2.26.0 | AutoCheck.Cli: v2.6.0 | AutoCheck.Web: v1.6.0
List of changes:
- Bugfix for the run.sh and run.bat files on cli.
2025.03.31-1
Current versions:
AutoCheck.Test: v2.26.0 | AutoCheck.Docs: v2.26.0 | AutoCheck.Core: v2.26.0 | AutoCheck.Cli: v2.6.0 | AutoCheck.Web: v1.6.0
List of changes:
- Upgraded to .NET8, the latest LTS version: https://learn.microsoft.com/es-es/dotnet/core/whats-new/dotnet-8/overview
- All dependencies have also been upgraded.
v2024.10.09-1
Current versions:
AutoCheck.Test: v2.25.0 | AutoCheck.Docs: v2.25.0 | AutoCheck.Core: v2.25.2 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- Security issue fixed: System.Text.Json upgraded from 8.0.4 to 8.0.5.
v2024.07.15-1
Current versions:
AutoCheck.Test: v2.25.0 | AutoCheck.Docs: v2.25.0 | AutoCheck.Core: v2.25.1 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- Security issue fixed: System.Text.Json upgraded from 8.0.0 to 8.0.4.
v2024.05.14-1
Current versions:
AutoCheck.Test: v2.25.0 | AutoCheck.Docs: v2.25.0 | AutoCheck.Core: v2.25.1 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- Security issue fixed: Npgsql upgraded from 6.0.0 to 8.0.3.
v2023.05.12-1
Current versions:
AutoCheck.Test: v2.25.0 | AutoCheck.Docs: v2.25.0 | AutoCheck.Core: v2.25.0 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- New script named 'permissions-recuperacio'
v2023.03.04-1
Current versions:
AutoCheck.Test: v2.25.0 | AutoCheck.Docs: v2.25.0 | AutoCheck.Core: v2.25.0 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- The
SourceCodecopy detector has been upgraded, now uses JPlag v4.2 (instead of the v3.0 version). - New parameters for the
copy_detectorYAML script node:mode: The copy detection matching mode, allowed values are:- DEFAULT: values above the
thresholdwill compute as a potential copy. - AUTO: a median will be automatically computed using all the matching values and the
thresholdwill be used as a margin error (computed as(1-median) * threshold), so only the matching values over the margin error will compute as a potential copy.
- DEFAULT: values above the
sensibility: The copy detection sensibility, lower values increases the probability of false positives. |!!int -1
- The
thresholdparameters now changes its behaviour as previously described. - Using a copy detector will display the current (or calculated) threshold at the output.
- Several bug fixes and improvements.
v2023.02.11-1
Current versions:
AutoCheck.Test: v2.24.0 | AutoCheck.Docs: v2.24.0 | AutoCheck.Core: v2.24.0 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- New DMOJ connector. Allows in/out operations with any DMOJ instance (needs the API token within the config file
/core/config/dmoj_token.txt). - Several bug fixes and improvements.
v2022.12.15-1
Current versions:
AutoCheck.Test: v2.23.0 | AutoCheck.Docs: v2.23.0 | AutoCheck.Core: v2.23.1 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- The permissions script has been updated (scores has been changed).
v2022.12.12-1
Current versions:
AutoCheck.Test: v2.23.0 | AutoCheck.Docs: v2.23.0 | AutoCheck.Core: v2.23.1 | AutoCheck.Cli: v2.5.0 | AutoCheck.Web: v1.5.1
List of changes:
- Patched a security issue with Newtonsoft.Json (from 13.0.1 to 13.0.2).