Releases: rladstaetter/sudokufx
Releases · rladstaetter/sudokufx
SudokuFX with JavaCV
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
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
With the help of ScalaFix this release is now warning - free.
Contains configuration for Scalafix together with autofix.
Resurrection Release
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
This maintenance release features an update to the current Admob engine.
Sudoku Capturer 1.8
Improved algorithm implementation
Sudoku Capturer 1.7
- General code cleanup
- Updated dependency to OpenCV to 3.1
Sudoku Capturer 1.6
- removed OpenCV Manager, now using static library approach