Skip to content

SPAT v1.1.0

Compare
Choose a tag to compare
@Jellix Jellix released this 28 Jun 17:25
· 153 commits to master since this release
36254f5

Official 1.1.0 release

CHANGELOG

  • GNATStudio plug-in spat.py (#1, #43, #45, #46)
  • --raw option for script use. (#1, #43, #45, #46)
  • --details options now also accepts an optional level argument (1, 2, f) (#35, #47)

Known issues:

  • Output of suggest option is completely broken (it was considered experimental, after all).

    Not only is it invalid (there is an extraneous quote character after the steps parameter. (#48, #49)), I found a major bug when inserting the data into the returned data structure that effectively means that random proof data will be inserted for random files, rendering the whole output useless. This will be fixed in the course of doing the fix for #50.