Skip to content

Releases: UnnamedH/SudokuSolver

v0.1.2

29 Sep 12:20
Compare
Choose a tag to compare

Changelog:

  • Add so that when the number on the current position is the same as the selected number, that number is deleted
  • Fixed error checking algorithm, where the errored positions would stay highlighted even when the number was overwritten

Mostly QoL changes!! Enjoy!

Full Changelog: v0.1.1...v0.1.2

v0.1.1

18 Sep 10:42
Compare
Choose a tag to compare

Changelog:

  • Import now clears old board instead of weird overwriting
  • Import/Export read/write order should be now fixed to be as described
  • Error checking refined (checks board errors on import)
  • Export now exports only default values of the board and not the whole board (used to export solved board)
  • Export and Import dialogs now improved for better QoL

1st Release Sudoku Solver

13 Sep 20:32
6dcc8fa
Compare
Choose a tag to compare

This is the first release!!!

Enjoy the first release of this app and don't forget to give your feedback!