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

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

    ๐Ÿฑ โค๏ธ Contributors
    I'd like to say thank you for your contributions:

  • v4.2.1 Changes

    April 17, 2020

    ๐Ÿฑ ๐Ÿž Bug Fixes
    ๐Ÿ‘ image-comparison became better:

    • ๐Ÿ›  Fixed bug #180 - problem with ImageComparisonUtil.readFromResources method.

    ๐Ÿฑ โค๏ธ Contributors
    I'd like to say thank you for your contributions:

    • @mrgoroua - thank you for your report a new bug.
  • v4.2.0 Changes

    March 11, 2020

    New 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

    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

    ๐Ÿฑ ๐Ÿž Bug Fixes

    ๐Ÿฑ โค๏ธ Contributors
    I'd like to say thank you for your contributions:

  • 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

    ๐Ÿฑ ๐Ÿž Bug Fixes

    • #134: If the image is different in a line in 1 px, ComparisonState is always MATCH(@grigaman)
    • #136: deepCopy method throws IllegalArgumentException on shared BufferedImage(@grigaman)

    ๐Ÿฑ โค๏ธ Contributors

    I'd like to say thank you for your contributions:

  • 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

    • 0๏ธโƒฃ #89: Fixed NPE for default run from the command line(@KyryloKh)

    ๐Ÿฑ โค๏ธ Contributors
    I'd like to say thank you for your contributions:

    ๐Ÿฑ :octocat: Reviewers