Releases: romankh3/image-comparison
Releases · romankh3/image-comparison
New Release
What's Changed
- #209 - always initialize rectangles by @dve in #210
- Circleci project setup by @romankh3 in #213
- Update README.md - fix code example by @grimsa in #236
- #212: updated metrics in GitHub by @romankh3 in #214
- added circle ci by @romankh3 in #237
- add two test cases and relavent pictures for solving issue #211 by @Cheese-Bar in #219
- Implement simpleComparison() and create load tests for issue #119 and #174 by @Hannnnnnn404 in #220
New Contributors
- @dve made their first contribution in #210
- @grimsa made their first contribution in #236
- @Cheese-Bar made their first contribution in #219
- @Hannnnnnn404 made their first contribution in #220
Full Changelog: v4.4.0...v4.5.0
v4.4.0
v4.3.1
v4.3.0
⭐️ 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
v4.2.0
v4.1.0
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
⭐️ 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
⭐️ 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.