Skip to content

Releases: FherStk/AutoCheck

2026.06.28-1

Choose a tag to compare

@FherStk FherStk released this 28 Jun 13:35
20ed614

Upgraded to .NET v10 and also for Ubuntu 26.04.
All libraries, tools and dependencies have been also upgraded.

2025.12.19-1

Choose a tag to compare

@FherStk FherStk released this 19 Dec 09:34

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

Choose a tag to compare

@FherStk FherStk released this 31 Mar 10:30

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

Choose a tag to compare

@FherStk FherStk released this 09 Oct 06:34

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

Choose a tag to compare

@FherStk FherStk released this 15 Jul 08:11

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

Choose a tag to compare

@FherStk FherStk released this 14 May 08:22

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

Choose a tag to compare

@FherStk FherStk released this 12 May 12:06

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

Choose a tag to compare

@FherStk FherStk released this 04 Mar 09:40

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

Choose a tag to compare

@FherStk FherStk released this 11 Feb 16:10

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

Choose a tag to compare

@FherStk FherStk released this 15 Dec 21:00

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