Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
Create CHANGELOG.md
  • Loading branch information
jklepsercyber committed Jan 26, 2022
1 parent 4f17179 commit c5543f2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# CHANGELOG

## 1.0.1

Features:

- add `-v, --verbose` command to display additional text output (non-critical warnings).
- `-v, --version` rebinded to `-z, --version`.
- Remove `-s, --silent` command, since additional text output now suppressed by default.
- KAPE target changed to reflect `-s` removal.
- add Velocidex/Velociraptor target (Thank you to Eduardo Mattos!).

Improvements/Fixes:
- In Third Section, the double check for valid data now verifies one `\x00` byte exists per Windows-1252 character in a 4-byte sequence. This clears up some cases where invalid data could be picked up.
- Display "InvalidFile" error for files determined to not be DetectionHistory files.
- Display "WARNING:" by non-critical warnings for clarity.
- Display filepath where DetectionHistory file found.
- More documentation on example commands and warnings.

## 1.0

Features:

- Initial release!! :)

0 comments on commit c5543f2

Please sign in to comment.