Skip to content

Commit

Permalink
Added changelog for the initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreePlanetsSoftware committed Oct 23, 2017
1 parent 73f292e commit fd34e57
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions changelog.txt
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
PDF
RTF
iNote
DALVIK_EXECUTABLE

0 comments on commit fd34e57

Please sign in to comment.