chore: bump version and fix boost button

This commit is contained in:
2026-02-19 06:54:25 +01:00
parent b25d3f4015
commit 4782d20493
6 changed files with 76 additions and 7 deletions

View File

@@ -446,6 +446,7 @@ export function solvePuzzle(rowHints, colHints, onProgress, initialGrid = null,
lookaheadUsed: maxDepth > 0,
iterations,
maxDepth,
backtracks
backtracks,
solution: grid
};
}