|
What's
new
|
Droid 6.8.1 offers the following improvements:
- #1148 Improvement: Update the internal database to the latest version
- #1148 Improvement: Drop support for Java versions below 21. Updated the bundled java version to 21.0.5
- #1151 Improvement: Replace javax.xml with jakarta.xml. This will allow us to upgrade other libraries to later versions
For a full list of the included changes with this version, please check the changelog
on github
Droid 6.8.0 offers the following features, improvements and bugfixes:
- Feature: Export Templates - Ability to customise the Droid CSV export by defining templates
- #932 Improvement: Prompt for a new profile creation on closing the preferences dialog
- #938 Improvement: The Windows distributable now includes a 64 bit JRE
- #1063 Improvement: Updated commons-httpclient dependecy used for signature download
- #561 Bugfix: On Windows, when a profile is closed, the associated profile folder is not deleted
- #1072 Bugfix: Empty columns are not populated with a blank when a file has more than one format identification
- #1011 Bugfix: Mismatch in the format name between GUI and API when identification method is 'Container'
- #1100 Bugfix: Cancelling the preferences dialog still makes changes to the preferences
- #1072 Bugfix: Fewer elements in data row when exporting profiles per file when some of them have more than one identification
For a full list of the included changes with this version, please check the changelog
on github
Droid 6.7.0 offers the following fixes and improvements:
- #898 Improvement: Sigtool uses the version of java bundled with Droid on the Windows OS
- #938 Improvement: Internal API result includes whether there is an extension mismatch in identification
- #861 Improvement: CSV export has column headers when there is more than one PUID per file
- #952 Improvement: SHA512 is available as an option for checksums
- #977 Improvement: Added an `About Droid` dialog to the GUI
- Improvement: Moved to using a different zip library for opening the zip archives
- #953 Bugfix: On CLI, -At and -Wt options without any arguments do not analyse archives or web archives
For a full list of the included changes with this version, please check the changelog
on github
Droid 6.6.1 offers the following fixes and improvements:
- #898 Bugfix: Use backslash on Windows OS in no profile output
- #900 Bugfix: Failure to consistently output HASH column in CSV
- Updated to use latest version of Java 11 bundled JRE
- #886 Bugfix: Terminology corrected on the preferences dialog
Droid 6.6.0 offers the following new features:
- Updated the bundled JRE to a newer version
- Improvement to ?? signature pattern
- Ability to specify columns to export with the -co option, e.g. -co NAME PUID
- Configure CSV to only quote if there is a comma in a field, use the -qc option
- The GUI export dialog also includes column and quoting configuration options.
- Write a profile straight to a CSV file, not writing to a database, using the -o output option, e.g. -o "/home/user/results.csv"
- Write a profile straight to the console, by not specifying an output file or a profile to write to.
- Ability to filter profiles written to CSV file or console just as for an export.
- Ability to filter a more than one extensions, e.g. -F "file_ext any doc docx xls xlsx".
- Filter files before they are identified on file metadata (name, extension, last modified, size), using the -ff and -FF filter options.
- Set both binary and container signature files to use to override profile defaults.
- Update profile defaults for both binary and container signature files
- Fix for inverted syntax when the bytes or ranges are inverted
- Introduced semantic versioning
- Improved consistency across profile and no profile mode
- File paths inside an archive are included in the export, consistent with the no-profile mode
- Introduced internal API for making DROID easier to use as a dependency
- Code refactoring
- Bug fixes
For a full list of the included changes with this version, please check the changelog
on github