Skip to content

Releases: jubalh/nudoku

4.0.1

06 May 15:02
Compare
Choose a tag to compare
  • Add macOS CI (pr #60)
  • Fix variable scope (pr #59)
  • Fix typo in Changelog

Thanks @chenrui333 !

4.0.0

28 Apr 14:24
Compare
Choose a tag to compare
  • Add Turkish translation (pr #57)
  • Add undo feature (pr #58)

Thanks to @oersen and @bennyE31!

3.0.0

21 Dec 10:45
Compare
Choose a tag to compare
  • Fix build failure with ncurses 6.3
  • Add call to PKG_PROG_PKG_CONFIG and pkg-check ncurses libs #46
  • Fix build with musl
  • Add highlighting of user input #56
  • Fix toggling marks removing solution #51

2.1.0

20 Nov 09:51
Compare
Choose a tag to compare
Release 2.1.0

* Use actual terminal background color (instead of black) as background color (pr #31)
* Define minimum gettext version instead of exact one (pr #32)
* Require gettext 0.20
* Add Japanese translation (pr #40)
* Minor code change

2.0.0

30 Jul 10:09
Compare
Choose a tag to compare
  • Translation support
  • Added translations for:
    • Spanish
    • German
    • Russian
  • Refactoring and code cleanup
  • Add color difference between provided numbers and the ones entered by the
    user
  • Output sudoku PDFs (-p/-n option)
  • Output sudoku PNG (-i option)
  • Fix duplicate fields in sudoku generation (pr #28)

1.0.0

19 Apr 10:14
Compare
Choose a tag to compare
  • Add 'mark' command to highlight the currently selected number in all othre
    cells. Thanks to James Warnock.
  • Redesign commands display.
  • Display how many hints a person used when the puzzle is solved.
  • Update maintainer email and man page.
  • Code cleanup

debianapolis

07 Jun 15:48
Compare
Choose a tag to compare
Release 0.2.5

Use game section for manpage.
Clarify install instructions for openSUSE.
Version bump to 0.2.5

0.2.4

26 Aug 09:42
Compare
Choose a tag to compare

Fix array out of bound in validity_check.

0.2.3

21 Aug 16:30
Compare
Choose a tag to compare
set version 0.2.3

0.2.2

19 Aug 18:20
Compare
Choose a tag to compare

Add manpage.
User can provide sudokus of his own.
Major code cleanup.
Provide hints based on the users board.
Improve feedback for "check" to let the user know if his sudoku is right so far.