Skip to content

v0.1.1

Compare
Choose a tag to compare
@flamusdiu flamusdiu released this 08 Nov 18:57
· 156 commits to main since this release

v0.1.1 Updates (#4)

  • Version bump to 0.1.1

  • Updating type hints + Minor changes

Plugins:

  • Moved the "register_seekers" function. I hope this will align more
    on the intent of the function

Type hints are being updated after the inital fix for iTunes

  • Renamed main application class + other Changes

  • The main application class "XLEAPP" renamed to a more generic
    name "Application"

  • web_icons.py changed to for readabilty.

  • Artifact class changes

    • Added data_save_folder property to artifact classes.
      • This gives a quick reference on the export directory each
        artifact should save in.
      • It is recommended not to save outside this folder when exporting
        data from an extraction.
    • Updated copyfile function to use the new data_save_folder
      property. This function provides a direct way to export data
      from an artifact to the export folder. It is the preferred
      method to use on an artifact to save data.
  • Removed tests\ from .gitignore

TODO: Add tests suite

  • Ensure --artifacts as at least one value

  • Minor fixes

  • Fixed report naming for html files.

  • Fixed artifact naming for navigation list

  • Fixed process.log on how paths are outputted. Before, the file
    did not show all files looked at.

  • Fixed for files returned back to an artifact if several regex are
    used with return_on_first_hit as True.