Skip to content

Releases: FherStk/AutoCheck

2025.12.19-1

19 Dec 09:34
8786840

Choose a tag to compare

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

31 Mar 10:30
7d61ca3

Choose a tag to compare

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:

v2024.10.09-1

09 Oct 06:34
c842bf6

Choose a tag to compare

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

15 Jul 08:11
da19be1

Choose a tag to compare

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

14 May 08:22

Choose a tag to compare

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

12 May 12:06

Choose a tag to compare

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

04 Mar 09:40
1c356dd

Choose a tag to compare

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 SourceCode copy detector has been upgraded, now uses JPlag v4.2 (instead of the v3.0 version).
  • New parameters for the copy_detector YAML script node:
    • mode: The copy detection matching mode, allowed values are:
      • DEFAULT: values above the threshold will compute as a potential copy.
      • AUTO: a median will be automatically computed using all the matching values and the threshold will 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.
    • sensibility: The copy detection sensibility, lower values increases the probability of false positives. | !!int -1
  • The threshold parameters 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

11 Feb 16:10
036fe1c

Choose a tag to compare

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

15 Dec 21:00

Choose a tag to compare

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

12 Dec 11:21

Choose a tag to compare

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).