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