Releases: VolumeGraphics/havocompare
Releases · VolumeGraphics/havocompare
0.3.0
0.3.0-beta1
First beta release of the new havocompare feature set
- Allow RGBA image comparison
- Add file metadata comparison
- Add external checking
0.2.4
- 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
bump pdf-extract crate to 0.6.4 to fix panic behaviour
0.2.2
- 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
0.2.0
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
- 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
0.1.4
- Add multiple includes and excludes - warning, this will break yamls from 0.1.3 and earlier
- Remove all
unwrap
andexpect
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
Fixed broken jsonschema
Removed unwrap and expect in productive code paths
Fixed clippy lints