All Versions
21
Latest Version
Avg Release Cycle
37 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v4.4.0 Changes
- added #205 ability to change rectangle color.
-
v4.3.1 Changes
- ๐ Fixed bug #201 - problem with comparing totally different pictures.
-
v4.3.0 Changes
September 08, 2020๐ฑ โญ๏ธ New Features
- #192: Include rectangles with difference in comparison results (@akondas)
- ๐ Improved and added missing tests (@AnthonyJungmann, @romankh3)
๐ฑ ๐ Bug Fixes - #196 [BUG] Set 0.0 difference percent for MISMATCH (@romankh3)
๐ฑ โค๏ธ Contributors
I'd like to say thank you for your contributions:- @akondas for a new feature
- โ @AnthonyJungmann for a missing tests
- @dmiroshnyk for finding a bug with differencePercent
-
v4.2.1 Changes
April 17, 2020 -
v4.2.0 Changes
March 11, 2020New Features
- #175: added the ability to ignore some percent of differences for comparison.
Contributors
I'd like to say thank you for your contributions- @jeffradom for your idea of a new feature for image-comparison
-
v4.1.0 Changes
January 29, 2020๐ New Features
- #167 fill excluded rectangles with transparent green(@MrMisterG)
Contributors
I'd like to say thank you for your contributions:
- @MrMisterG - for proposing new feature and developing it with respect to the development process.
-
v4.0.1 Changes
January 11, 2020๐ฑ โญ๏ธ New Features
- #154: migrated to JUnit 5(@Wandmalfarbe)
๐ฑ ๐ Bug Fixes
- ๐ #165: fixed bug with maximal rectangle count(@Hexronimo)
๐ฑ โค๏ธ Contributors
I'd like to say thank you for your contributions:- @Wandmalfarbe for providing the solution for #154
- @Hexronimo for finding a bug #165
-
v4.0.0 Changes
December 09, 2019๐ฑ โญ๏ธ New Features
- ๐จ refactored drawRectangles method due to SRP.
- โก๏ธ optimized isDifferentPixels to improve the algorithm.
- ๐ moved to Apache License 2.0
- โ removed Point and used java.awt.Point instead
- โ added Gradle.yml for GitHub actions
- โ removed commandLine usage
- ๐ renamed ComparisonResult to ImageComparisonResult
- ๐ renamed ComparisonState to ImageComparisonState
- โ added own RuntimeException for wrapping checked exception
- โ added Gitter chat for communication.
๐ฑ โค๏ธ Contributors
๐ @mw79, @xSAVIKx - thanks for ideas, which you provided for this release. -
v3.3.1 Changes
November 04, 2019 -
v3.3.0 Changes
September 02, 2019๐ฑ โญ๏ธ New Features
- โ Added option to get the pixels difference percentage between images in case of SIZE_MISMATCH.(@KhaldAttya)
- โ Added configuration part to README.md.
๐ฑ ๐ Bug Fixes
๐ฑ โค๏ธ Contributors
I'd like to say thank you for your contributions:๐ฑ Reviewers