All Versions
21
Latest Version
Avg Release Cycle
37 days
Latest Release
-

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

    ๐Ÿฑ :octocat: Reviewers

  • 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