Skip to content

Releases: FherStk/AutoCheck

v2.22.2

13 Feb 16:46
d50c0b4
Compare
Choose a tag to compare

List of changes:

  • Several bugfixes and improvements.

v2.22.1

11 Feb 14:27
5006239
Compare
Choose a tag to compare

List of changes:

  • The web client app won't mix log outputs anymore when being used from different browsers at the same time.
  • Several bugfixes and improvements.

v2.22.0

10 Feb 22:23
113bb3f
Compare
Choose a tag to compare

List of changes:

  • The web client app will display the log as soon is available, as the terminal app is doing.
  • The web client app will display the current YAML script target data as default fields values.
  • Several bugfixes and improvements.

v2.21.0

09 Feb 12:04
f13088c
Compare
Choose a tag to compare

List of changes:

  • Added missing documentation for setup and teardown YAML nodes.
  • New init and end options within batch in order to run code just once at the beginning or at the end of a YAML script execution.
  • Non-existing vars can be used for creating another vars, but must exist when requested.
  • New Replace and Store methods for the TextStream connector.
  • The TextStream connector can be requested without instantiation.
  • The log generation has been improved in order to increase the log refresh ratio within the terminal client app.
  • Several bugfixes and improvements.

Breaking Changes:

  • When using AutoCheck as an API, the Script class events has been reduced to just two: one for receiving the log information and another one for receiving progression information (just the current step, no progression % is supported yet).
  • The single mode YAML script options setup and teardown has been replaced by init and end.

v2.20.1

03 Feb 00:08
153de7d
Compare
Choose a tag to compare

List of changes:

  • Internal changes in order to improve timeouts and killing hanged processes when executing shell commands.
  • RunCommand method within Shell has been renamed to Run which has no effect from YAML scripting side.
  • Several bugfixes and improvements.

v2.20.0

01 Feb 22:30
8968baf
Compare
Choose a tag to compare

List of changes:

  • The Google Drive connector provides a new method to copy a remote folder content (only files will be copied, not recursive yet).
  • New APP_UTILS_NAME, APP_UTILS_PATH and CURRENT_DIR_SEPARATOR vars available within YAML scripts.
  • Several bugfixes and improvements.

Breaking changes:

  • ZIP connector has been renamed to Compressed because now supports also RAR files.

v2.19.1

01 Feb 10:01
08d0e31
Compare
Choose a tag to compare

List of changes:

  • The Google Drive connector won't fail anymore when uploading from a file containing invalid links, it will continue with the next link found instead of aborting.
  • Several bugfixes and improvements.

v2.19.0

01 Feb 00:08
cca526a
Compare
Choose a tag to compare

List of changes:

  • A command output can now be compared using a regular expression, in order to count the amount of matches.
  • The source code copy detector now runs in parallel and stores all the results (and not only the first 30).
  • The mineseeker YAML script has been updated.
  • Several bugfixes and improvements.

v2.18.0

30 Jan 13:25
bad8566
Compare
Choose a tag to compare

List of changes:

  • The web client application allows the execution of remote scripts.
  • Several bugfixes and improvements.

v2.17.1

29 Jan 10:45
1930d06
Compare
Choose a tag to compare

List of changes:

  • Fixes for the mineseeker YAML script, including improvements on the copy detection mechanism.
  • Several bugfixes and improvements.