1
0

CHANGELOG.md 973 B

Changelog

Unreleased

[0.1.3] - unknown

  • Add PAL20L8, 20R4, 20R6, 20R8 and 12H6 support
  • Check that the output path is not pointing to an existing file nor to a directory
  • Tweaked log levels

[0.1.2] - 2020-09-28

  • Rewrite of PAL analisys algorithm
  • Generate a JSON containing the RAW analisys results of the PAL. Table generation will be offloaded.

Removed

  • Currently no longer saves the state every 5 minutes
  • Espresso tables are no longer being generated by this tool, instead a JSON containing all the state changes is produced

[0.0.5] - 2020-08-15

Added

  • Check whether a restored partial dump belongs to a different PAL type

[0.0.4] - 2020-08-13

Added

  • Support for some combinatorial PAL devices

[0.0.3] - 2020-08-12

Added

  • Started tracking changes in a changelog :-P

Changed

  • New algorithm to search paths between MacroStates in graph

Deprecated

  • Nothing

Removed

  • Nothing

Fixed