Skip to content

Releases: VolumeGraphics/havocompare

0.3.0

06 Jun 07:11
9dba1a0
Compare
Choose a tag to compare

What's new:

  • RGBA image comparison
  • External tools support
  • Metadata comparison support
  • ...

See changelog in readme.md

0.3.0-beta1

20 Mar 13:51
83072c4
Compare
Choose a tag to compare
0.3.0-beta1 Pre-release
Pre-release

First beta release of the new havocompare feature set

  • Allow RGBA image comparison
  • Add file metadata comparison
  • Add external checking

0.2.4

13 Mar 08:11
8616fda
Compare
Choose a tag to compare
  • add check for row lines of both compared csv files, and throw error if they are unequal
  • Add deletion by cell
  • Simplify report sub-folders creation: sub-folders are now created temporarily in the temp folder instead of in the current working folder
  • Change report row numbering to always start with 0, so row deletion is more understandable
  • fix floating point value comparison of non-displayable diff values

0.2.3

17 Feb 11:08
1ec16b2
Compare
Choose a tag to compare

bump pdf-extract crate to 0.6.4 to fix panic behaviour

0.2.2

27 Jan 08:24
cbb3d47
Compare
Choose a tag to compare
  • Include files which has error and can't be compared to the report
  • Fixed a bug which caused the program exited early out of rules-loop, and not processing all

0.2.1

25 Jan 10:42
c9df40a
Compare
Choose a tag to compare

Updated dependencies to better maintained versions

0.2.0

23 Jan 08:50
383797d
Compare
Choose a tag to compare

What's Changed

  • Deletion of columns will no longer really delete them but replace every value with "DELETED"
  • Expose config struct to library API
  • Fixed a bug regarding wrong handling of multiple empty lines
  • Reworked CSV reporting to have an interleaved and more compact view
    • Display the relative path of compared files instead of file name in the report index.html
    • Made header-extraction fallible but uncritical - can now always be enabled
  • Wrote a completely new csv parser:
    • Respects escaping with ''
    • Allows string-literals containing unescaped field separators (field1, "field2, but as literal", field3)
    • Allows multi-line string literals with quotes
  • CSVs with non-rectangular format will now fail

0.1.5-RC1

22 Dec 09:18
0ff1e4c
Compare
Choose a tag to compare
0.1.5-RC1 Pre-release
Pre-release
  • Deletion of columns will no longer really delete them but replace every value with "DELETED"
  • Expose config struct to library API
  • Fixed a bug regarding wrong handling of multiple empty lines
  • Multiple includes and excludes per rule
  • Remove any unwrap / expect from library code path
  • Add functionality to run on given config struct

0.1.4

12 Dec 08:11
e9258d2
Compare
Choose a tag to compare

0.1.4

  • Add multiple includes and excludes - warning, this will break yamls from 0.1.3 and earlier
  • Remove all unwrap and expect in the library code in favor of correct error propagation
  • Add preprocessing options for CSV files
  • Refined readme.md
  • fix unique key creation in the report generation
  • Add PDF-Text compare

0.1.4-RC3

09 Dec 08:54
f2d1bcb
Compare
Choose a tag to compare

Fixed broken jsonschema
Removed unwrap and expect in productive code paths
Fixed clippy lints