Skip to content

Releases: manuel-freire/ac2

Mar 2023

02 Mar 10:21
Compare
Choose a tag to compare
  • Fixed an NPE breaking analyisis when a test that requires tokenization finds files that it does not know how to tokenize
  • Added expedited version managament with maven versions plugin

feb 2023

13 Feb 21:09
b760843
Compare
Choose a tag to compare
  • Fixed bugs due to a hasty previous release.
  • Some users requested being able to launch tests on submissions without any graphical interface; the new CommandLineMain does just that.
  • Duplicate submissions now leave an Annotation in whichever Submission is chosen to represent them, instead of only being visible as a warning in the log tab.
  • Updated lexer code, in preparation for automatic source-alignment. This would be on a per-language basis, since choosing what to align is language-dependent.

feb 2022

01 Feb 21:38
Compare
Choose a tag to compare
  • Added support for Pascal (thanks to freely-available antl4 grammars)
  • Updated Java support, should now go up to JDK 17 (thanks to freely-available antl4 grammars)
  • Fixed several vulnerabilities in dependencies, by updating said dependencies. Note that junrar may still be vulnerable - updating it is not as simple as changing pom versions.
  • Cleaned up README.md, some odd documentation
  • File header cleanup, now pointing to this repository
  • Better logging: now only displays logs at or above selected priority

may 2020

18 May 15:26
Compare
Choose a tag to compare
  • General cleanup, and now more accessible for those that would otherwise not look at log files.
  • Updated to log4j2, to avoid unpatched issues with (unmaintained) log4j
  • Default test help links to quickstart wiki page, which opens with default browser.

jul 2019

12 Jul 13:15
Compare
Choose a tag to compare

Dependency update to address compression-library vulnerabilities

nov 2017

09 Oct 11:01
Compare
Choose a tag to compare

Supports drag&drop of sources; fixes localization issues

may 2017

04 May 14:11
Compare
Choose a tag to compare

Logging improvements

v2.0.2

04 Oct 18:05
Compare
Choose a tag to compare
  • Added unlimited archive nesting depth
  • Fixed per-submission filters
  • Other bugfixes (see commits)

v2.0.1

03 Oct 15:05
Compare
Choose a tag to compare
  • Improved usability: window titles now identify release
  • Fixed many i18n bugs
  • Described most tests

v2.0

30 Sep 14:06
Compare
Choose a tag to compare
  • Based on 1.9, but ported to use Maven and Antlr4
  • Added support for Java 8, CPP 14