Changelog History
Page 2
-
v3.2.0 Changes
August 04, 2019๐ฑ โญ๏ธ New Features
- โ Added ability to change pixel tolerance level.
- ๐ Improved algorithm to make it faster.
- ๐ Improved JavaDocs.
- Researched JPEG images, all work as expected.
-
v3.1.1 Changes
June 04, 2019๐ฑ ๐ Bug Fixes
- ๐ Fixed #113: RED (not equals) and GREEN (ignored) areas are not shown at result image at the same time
-
v3.1.0 Changes
June 04, 2019๐ฑ โญ๏ธ New Features
โ Added the ability to draw excluded areas on the result image. Rectangles with the differences drawing RED color. Rectangles of the excluded areas - GREEN color.
๐ Fixed root problem on the algorithm.
โ Added returning this for setters in ImageComparison and ComparisonResult.
๐ renamed image1 => expected and image2 => actual.
โ Added writeResultTo() for ComparisonResult.
-
v3.0.1 Changes
June 01, 2019๐ฑ ๐ Bug Fixes
- ๐ Fixed #98: the Ignored area was not actually ignored.
-
v3.0.0 Changes
May 29, 2019๐ฑ โญ๏ธ New Features
- โ Added ComparisonResult as a returning value for comparing. It contains:
- image1
- image2
- ComparisonState, with conditions MATCH, MISMATCH, SIZE_MISMATCH
- Result image, only if ComparisonState is MISMATCH. When it is MATCH or SIZE_MISMATCH no needs to create result image.
- โ added minimalRectangleSize and maximalRectangleCount(sorted by rectangle size).
- โ Added more tests to cover more test cases.
- ๐จ Refactored CommandLineUsage, moved main() method to separated class.(@ak98neon)
- โ Added ExcludedAreas functionality, which helps to exclude some parts of the image.(@mkytolai)
๐ฑ โค๏ธ Contributors
I'd like to say thank you for your contributions๐ฑ
Reviewers
- โ Added ComparisonResult as a returning value for comparing. It contains:
-
v2.2.0 Changes
May 14, 2019๐ฑ โญ๏ธ New Features
- โ Added ability to customize rectangle line width(@mkytolai).
- ๐ Moved the main method from Image Comparison to own class(@ak98neon).
- โ Added Code of Conduct and Contributing pages(@romankh3).
- โ Added Point model(@romankh3).
๐ฑ ๐ Bug Fixes
- Made non-static threshold field(@ak98neon).
๐ฑ โค๏ธ Contributors
I'd like to thank all the contributors who helped to improve it: -
v2.1.0 Changes
April 15, 2019๐ฑ โญ๏ธ New Features
- Published the project to JCenter, MavenCentral
- โก๏ธ Update packages related to
groupId
.
๐ฑ ๐ Bug Fixes
๐ All the bugs were successfully fixed on
2.0.2
version.๐ฑ โค๏ธ Contributors
I'd like to say thank @renatoathaydes! He helped me to publish
image-comparison
. -
v2.0.2 Changes
๐ fixed bug #11(finally!!)
๐ fixed bug #43
-
v2.0.1 Changes
- ๐ fixed bug #21
-
v2.0 Changes
- use as a library