Recent Releases of forensicsim

forensicsim - v0.8.5

What's Changed

  • fix: parsing error origin_file attribute by @lxndrblz in https://github.com/lxndrblz/forensicsim/pull/90

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.8.4...v0.8.5

- Python
Published by github-actions[bot] over 1 year ago

forensicsim - v0.8.4

What's Changed

  • fix: Python version of release workflow by @lxndrblz in https://github.com/lxndrblz/forensicsim/pull/87

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.8.3...v0.8.4

- Python
Published by github-actions[bot] over 1 year ago

forensicsim - v0.8.3

What's Changed

  • Added dev container by @lxndrblz in https://github.com/lxndrblz/forensicsim/pull/80
  • Switched chromedb to cclchromiumreader by @lxndrblz in https://github.com/lxndrblz/forensicsim/pull/81
  • Fixed a JSON decode error by @lxndrblz in https://github.com/lxndrblz/forensicsim/pull/76
  • Fixed a string formatting error in Autopsy by @lxndrblz in https://github.com/lxndrblz/forensicsim/pull/84

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.8.2...v0.8.3

- Python
Published by lxndrblz over 1 year ago

forensicsim - v0.8.2

What's Changed

  • fix: filter condition dump script by @lxndrblz in https://github.com/lxndrblz/forensicsim/pull/68
  • feat: check diff in 'build.yaml' ๐Ÿ‘ฝ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/69
  • feat: remove outdated datasets by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/72
  • fix: resolves Autopsy error when running module by @lxndrblz in https://github.com/lxndrblz/forensicsim/pull/74

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.8.0...v0.8.2

- Python
Published by github-actions[bot] about 2 years ago

forensicsim - v0.8.1

What's Changed

  • Remove filtering of Level DB dump script @lxndrblz https://github.com/lxndrblz/forensicsim/pull/68

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.8.0...v0.8.1

- Python
Published by github-actions[bot] about 2 years ago

forensicsim - v0.8.0

What's Changed

  • Automatic release notes by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/57
  • chore: bump version number by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/58
  • feat: improve handling of IndexedDB databases and restructure code by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/36
  • chore: update version to 0.8.0 by @lxndrblz in https://github.com/lxndrblz/forensicsim/pull/66

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.7.1...v0.8.0

- Python
Published by github-actions[bot] about 2 years ago

forensicsim - v0.7.1

What's Changed

  • chore: update version information by @lxndrblz in https://github.com/lxndrblz/forensicsim/pull/52
  • ci: add autoupdate functionality to pre-commit ci by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/53
  • ci: create automatic releases for tagged commits๐Ÿ™ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/54
  • feat: add code owners file ๐Ÿฅท by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/55
  • ci: fix typo in release tags ๐Ÿ™ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/56

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.7.0...v0.7.1

- Python
Published by github-actions[bot] about 2 years ago

forensicsim - v0.7.0

What's Changed

  • chore(deps-dev): update click requirement from ~=8.0.1 to ~=8.1.7 by @dependabot in https://github.com/lxndrblz/forensicsim/pull/49
  • chore(deps-dev): update beautifulsoup4 requirement from ~=4.9.3 to ~=4.12.2 by @dependabot in https://github.com/lxndrblz/forensicsim/pull/48
  • chore(deps-dev) do not fix dependency versions by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/50
  • chore: Create codeql.yml by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/51
  • refactor: implement dataclass-based parser๐Ÿงผ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/30

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.6.0...v0.7.0

- Python
Published by lxndrblz about 2 years ago

forensicsim - v0.6.0

What's Changed

  • refactor: link to cclchromeindexeddb as external dependencyโš’๏ธ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/39
  • chore(deps): update click requirement from ~=8.0.1 to ~=8.1.7 by @dependabot in https://github.com/lxndrblz/forensicsim/pull/41
  • chore(deps): update beautifulsoup4 requirement from ~=4.9.3 to ~=4.12.2 by @dependabot in https://github.com/lxndrblz/forensicsim/pull/42
  • chore(deps): update colorama requirement from ~=0.4.4 to ~=0.4.6 by @dependabot in https://github.com/lxndrblz/forensicsim/pull/43
  • chore(deps): update chardet requirement from ~=4.0.0 to ~=5.2.0 by @dependabot in https://github.com/lxndrblz/forensicsim/pull/44
  • feat: add zip for autopsy to release ๐Ÿ—œ๏ธ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/40
  • refactor!: organize project in source layout to make easily installable ๐Ÿ†• by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/45
  • chore: bump version number ๐Ÿ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/47

New Contributors

  • @dependabot made their first contribution in https://github.com/lxndrblz/forensicsim/pull/41

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.5.3...v0.6.0

- Python
Published by KarelZe about 2 years ago

forensicsim - v0.5.3

What's Changed

  • refactor: move datasets to submodule + extend build action by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/34
  • refactor: replace argparse with click and pyfiglet with const ๐Ÿชฅ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/35
  • chore: removed LevelDB Scout by @lxndrblz in https://github.com/lxndrblz/forensicsim/pull/37
  • Feat: Update datasets paths for build โš’๏ธ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/38

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.5.2...v0.5.3

- Python
Published by KarelZe about 2 years ago

forensicsim - v0.5.2

What's Changed

  • refactor: add ruff formatter to pre-commit ๐Ÿ–Œ๏ธ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/28
  • fix: correct status in build badge๐Ÿ“จ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/29
  • feat: add gh action for build ๐Ÿ™ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/31
  • refactor: remove 'test.py' โŒ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/33
  • fix: remove setuptools dependency โŒ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/32

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.5.1...v0.5.2

- Python
Published by KarelZe about 2 years ago

forensicsim - v0.5.1

What's Changed

  • Skip databases without the dbid_no defined by @xambroz in https://github.com/lxndrblz/forensicsim/pull/18
  • fix: update lisence badge ๐Ÿ… by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/21
  • refactor: Replace travis-ci with github action ๐Ÿ™ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/22
  • feat: add pre-commit hooks ๐Ÿช by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/23
  • fix: path of dist/ ๐Ÿ™ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/24
  • fix: path of dist/ ๐Ÿ™ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/25
  • fix: add exe to github release๐Ÿ™ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/26
  • fix: update indentation ๐Ÿงผ by @KarelZe in https://github.com/lxndrblz/forensicsim/pull/27

New Contributors

  • @xambroz made their first contribution in https://github.com/lxndrblz/forensicsim/pull/18
  • @KarelZe made their first contribution in https://github.com/lxndrblz/forensicsim/pull/21

Full Changelog: https://github.com/lxndrblz/forensicsim/compare/v0.5.0...v0.5.1

- Python
Published by KarelZe about 2 years ago

forensicsim - v0.5.0

Fixed an issue where certain records could not be decoded if they contained encodings other than UTF-8.

- Python
Published by lxndrblz about 4 years ago

forensicsim - v0.4.0

Added an improved output for entries that could not be decoded.

- Python
Published by lxndrblz about 4 years ago

forensicsim - v0.3.0

Added support for Microsoft Teams 2.0 extraction.

- Python
Published by lxndrblz over 4 years ago

forensicsim - v0.2.0

- Python
Published by lxndrblz over 4 years ago

forensicsim - v0.1.1

- Python
Published by lxndrblz over 4 years ago

forensicsim - v0.1.0

- Python
Published by lxndrblz over 4 years ago