Skip to content

Releases: rladstaetter/sudokufx

SudokuFX with JavaCV

17 Aug 15:15
Compare
Choose a tag to compare

This release is more or less a complete rewrite with many improvements:

  • SudokuFX uses JavaCV
  • got rid of overcomplicated usage of Scala Future's
  • improved image recognition by tweaking used templates
  • improved visual appearance by a smarter approach to overlaying empty cells with numbers, not replacing them
  • better memory and CPU utilisation
  • Changed versioning scheme to use revision / changelist
  • Upgrade to JavaFX 15-ea+4
  • Upgrade to Scala 2.13.3
  • many other small improvements and bug fixes ...

Java11 Support

25 Apr 22:30
Compare
Choose a tag to compare

From this release on SudokuFX uses Java11.

Enforcer rules in the main pom.xml make sure that the correct Java version is used.

Scalafix SudokuFX Release

23 Apr 21:06
Compare
Choose a tag to compare

With the help of ScalaFix this release is now warning - free.

Contains configuration for Scalafix together with autofix.

Resurrection Release

19 Apr 20:30
Compare
Choose a tag to compare

Resurrects project, updates dependencies, makes it easier to start and work with. Android code is not affected by this effort, it is still the same code as some years ago. JavaFx GUI has some new features to debug algorithm.

Sudoku Capturer 1.9

20 Jul 21:02
Compare
Choose a tag to compare

This maintenance release features an update to the current Admob engine.

Sudoku Capturer 1.8

12 Jun 14:02
Compare
Choose a tag to compare

Improved algorithm implementation

Sudoku Capturer 1.7

06 Jan 14:26
Compare
Choose a tag to compare
  • General code cleanup
  • Updated dependency to OpenCV to 3.1

Sudoku Capturer 1.6

23 Jun 20:43
Compare
Choose a tag to compare
  • removed OpenCV Manager, now using static library approach