-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added changelog for the initial release
- Loading branch information
ThreePlanetsSoftware
committed
Oct 23, 2017
1 parent
73f292e
commit fd34e57
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
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,42 @@ | ||
Version 1.0.0 (October 23 2017) | ||
------------- | ||
Initial public release of SQLite Miner. Includes the following features: | ||
- Reading individual SQLite database with the --file= option | ||
- Recursively searching a directory for SQLite databases using the --dir= option | ||
- Decompressing compressed files using IO::AnyUncompress with the --decompress option | ||
- Exporting identified blobs using the --export option | ||
- Printing basic usage with --help | ||
- Changing the output directory using the --output= option | ||
- Verbose output using the --verbose option | ||
- VERY verbose output using the --very-verbose option | ||
- The following filetypes: | ||
7ZIP | ||
BZIP | ||
GZIP | ||
LZ4 | ||
RAR | ||
RAR_5.0 | ||
ZIP | ||
ZIP_EMPTY | ||
ZIP_SPAN | ||
ZLIB_LOW | ||
ZLIB | ||
ZLIB_MAX | ||
BPLIST | ||
XML | ||
BMP | ||
JPEG_RAW | ||
JPEG_JFIF | ||
JPEG_EXIF | ||
GIF | ||
PNG | ||
WEBP | ||
MP3 | ||
MP3_ID3 | ||
OGG | ||
WAV | ||
FLAC | ||
RTF | ||
iNote | ||
DALVIK_EXECUTABLE |