-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
37 additions
and
39 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## 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 AMR 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters