Skip to content

0.4.0 - Released!

Compare
Choose a tag to compare
@puffyCid puffyCid released this 15 Sep 01:44
· 99 commits to main since this release
43cb173

v0.4.0 - 2023-09-14

Added

  • Basic support for Windows PropertyStores
  • Exposed several nom parsers to JavaScript (Deno) runtime
  • Recycle Bin parser
  • Initial idea for embedded server
  • Support for parsing all Windows shortcut (LNK) extra properties
  • Initial benchmarking tests
  • Linux logon parser

Changed

  • Github Actions support for macOS ARM binaries in nightly and stable relases

Fixed

  • Added some error handling when calling JS runtime functions
  • Bug when parsing ESE pages and not parsing the last page

Dependencies

  • Updated dependencies to latest version
  • Added axum and redb for server and database storage
  • Added xml2json-rs crate for better xml to json parsing