Skip to content

Releases: byWulf/jigsawlutioner

Add more specific exceptions

05 Feb 08:48
Compare
Choose a tag to compare

Added the following exceptions to be able to distinguish between different parsing errors:

  • CutOffPieceException
  • NoAreaFoundException

Both are extending from BorderParsingException, so no breaking change :)

2.3.3

21 Aug 12:56
Compare
Choose a tag to compare

Fixed report loading so there are every time the exact steps executed and no steps skipped

Full Changelog: 2.3.2...2.3.3

2.3.2

21 Aug 09:12
Compare
Choose a tag to compare

Fixed bug in FillBlanksWithSinglePiecesStrategy, where a detached group was manipulated instead of the correct group from the solution

2.3.1

21 Aug 07:08
Compare
Choose a tag to compare

Reverts a breaking change in PuzzleSolverInterface

Better performance for big puzzles

20 Aug 22:29
f641f01
Compare
Choose a tag to compare

Improved speed by using amphp/parallel and improved quality of the last step "adding simple pieces to the biggest group"

Piece Recognizer

03 Jun 11:53
9faa51c
Compare
Choose a tag to compare
Merge pull request #8 from byWulf/feature/piece-recognizer

Add piece recognizer service

2.1.0

30 Apr 08:15
10ed89e
Compare
Choose a tag to compare
Merge pull request #7 from byWulf/feature/add-overlay-to-image-after-…

jigsawlutioner 2.0.1

24 Apr 18:13
2725082
Compare
Choose a tag to compare
Merge pull request #6 from byWulf/feature/improve-single-piece-solving

Add another step for single piece solving when only one piece is left

jigsawlutioner 2.0

23 Apr 14:03
5cac260
Compare
Choose a tag to compare
Merge pull request #5 from byWulf/feature/improve-code-coverage-part2

Add more unittests

1.0.0

13 Mar 12:26
Compare
Choose a tag to compare
Update dependencies