Skip to content

Version 0.2.1

Latest
Compare
Choose a tag to compare
@flamusdiu flamusdiu released this 15 Nov 14:54
· 154 commits to main since this release
  • Added a few more helper functions:

    • deep_get() - helps search dictionaries for values
    • filter_strings_in_files() - removes unprintable strings from a
      file
  • Artifact changes

    • copyfile() now accepts a :obj:bytes object to save. This
      recommended method to save files when processing an
      artifact.
    • You can modify the report tile of an artifact by setting the
      :attr:self.report_title on the artifact. The default title
      is the :attr:self.name attribute.
  • Report changes

    • :func:nav() macro has an additional argument for the artifact
      name. This helps with setting the artifacts as "active" on
      their respective reports
    • The device tab on the report propertly spaces out the words based
      on camel case ("PhoneVersion" -> "Phone Version") when displayed
      on the report.