Skip to content

6.8.0

Latest
Compare
Choose a tag to compare
@sparkhi sparkhi released this 26 Jun 13:53
· 1 commit to master since this release
66a929e

This release offers the following features, improvements and bugfixes

Features

  • Feature: Export Templates - Ability to customise the Droid CSV export by defining templates

Improvements

  • #932 Improvement: Prompt for a new profile creation on closing the preferences dialog
  • #938 Improvement: The Windows distributable now includes a 64 bit Java 17 JRE
  • #1063 Improvement: Updated commons-httpclient dependecy used for signature download
  • Updated documentation for CSV columns in export
  • Increased the default maximum memory to 1024MB in startup scripts

Fixes

  • #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 Fewer elements in data row when exporting profiles per file when some of them have more than one identification

Additional Changes

What's Changed

  • Merging changes from 6.7.0 into master by @sparkhi in #1002
  • build(deps): bump jaxws-ri from 4.0.0 to 4.0.1 by @dependabot in #981
  • Added a suppression for derby database by @sparkhi in #1038
  • build(deps): bump com.mycila:license-maven-plugin from 4.1 to 4.3 by @dependabot in #1008
  • build(deps): bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.0.0-M7 to 3.2.3 by @dependabot in #1033
  • build(deps): bump commons-logging:commons-logging from 1.2 to 1.3.0 by @dependabot in #1039
  • build(deps-dev): bump commons-io:commons-io from 2.11.0 to 2.15.1 by @dependabot in #1026
  • build(deps): bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 in /droid-parent by @dependabot in #1001
  • build(deps): bump org.owasp:dependency-check-maven from 8.1.2 to 9.0.7 by @dependabot in #1037
  • build(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #974
  • build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #1044
  • build(deps): bump commons-codec:commons-codec from 1.15 to 1.16.0 by @dependabot in #1042
  • build(deps): bump commons-cli:commons-cli from 1.5.0 to 1.6.0 by @dependabot in #1045
  • build(deps): bump log4j2.version from 2.20.0 to 2.22.1 by @dependabot in #1048
  • build(deps): bump org.apache.poi:poi from 5.2.3 to 5.2.5 by @dependabot in #1049
  • build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.3.1 by @dependabot in #1052
  • Issue 932 prompt for new profile creation by @sparkhi in #1053
  • closing the profile database when profile closes by @sparkhi in #1057
  • Updated to use 64 bit JRE by @sparkhi in #1058
  • Add CLI examples to README by @marhop in #1056
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #1055
  • Issue 1011 format name difference between api and UI by @sparkhi in #1064
  • Made the org.tukaani dependency explicit by @sparkhi in #1070
  • Issue 1011 format name difference between api and UI by @sparkhi in #1075
  • Migrated the signature file download client from obsolete version to current by @sparkhi in #1086
  • Implementation for the export template work. by @sparkhi in #1081
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0-M7 to 3.2.3 by @dependabot in #1034
  • build(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #1088
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3 by @dependabot in #1047
  • build(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.6.8 to 1.9.0 by @dependabot in #1089
  • build(deps): bump com.sun.xml.ws:jaxws-ri from 4.0.1 to 4.0.2 by @dependabot in #1090
  • Updated the version number in line with potential release by @sparkhi in #1092
  • Added tooltip text and removed the text prompt from config dialog by @sparkhi in #1096
  • build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 by @dependabot in #1097
  • UI minor bugs by @sparkhi in #1101
  • A small correction when the changes do not affect "new profile creation" by @sparkhi in #1102
  • Include new pronom signature files by @sparkhi in #1103
  • Java 17 JRE bundled for the Windows build by @sparkhi in #1108
  • Export dialog minimum size reduced and tooltip made multiline by @sparkhi in #1110
  • Improved the validation error messages on export template parsing by @sparkhi in #1113
  • Updated to latest JRE, increased max memory and updated docs to reflect the changes by @sparkhi in #1115

New Contributors

Full Changelog: droid-6.7.0...droid-6.8.0