Skip to content

v4.0.1

Compare
Choose a tag to compare
@17451k 17451k released this 13 Dec 16:48
· 50 commits to master since this release

Changes:

  • Introduce clade-file-graph script to create a file graph (using Graphviz) based on input and output of intercepted commands. The nodes of the graph can be filtered using several command line options
  • Introduce clade-pid-graph script to create a pid graph based on ids and parent ids of intercepted commands. Previously this functionality was available through PidGraph.as_picture configuration option
  • Fix an issue with printing .pdf files that visualise large LN commands
  • Add -mcpu to the list of options supported by CIF
  • Add ability to extend list of options supported by CIF via configuration
  • Remove base_print configuration preset.
  • Small speed optimisations