Skip to content

Releases: jubalh/nudoku

8.0.1

Choose a tag to compare

@jubalh jubalh released this 08 Jul 12:57

What's Changed

  • Update Turkish translation by @oersen in #90
  • Terminate save game loading when the input is too long by @dirkmueller in #89
  • Revise Ukrainian localization in uk.po by @denmoth in #91

New Contributors

Full Changelog: 8.0.0...8.0.1

8.0.0

Choose a tag to compare

@jubalh jubalh released this 16 Apr 19:11

What's Changed

New Contributors

Full Changelog: 0.7.0...8.0.0

0.7.0

Choose a tag to compare

@jubalh jubalh released this 20 Jan 10:19

6.0.0

Choose a tag to compare

@jubalh jubalh released this 20 Aug 10:01

What's Changed

New Contributors

Full Changelog: 5.0.0...6.0.0

5.0.0

Choose a tag to compare

@jubalh jubalh released this 27 Aug 07:12
  • Add Ukrainian translation (pr #62)
  • Don't create ambiguous games (#50, pr #63)
  • Allow to pause game (#47, pr #65)

Thanks @merv1n34k !

Full Changelog: 4.0.1...5.0.0

4.0.1

Choose a tag to compare

@jubalh jubalh released this 06 May 15:02
  • Add macOS CI (pr #60)
  • Fix variable scope (pr #59)
  • Fix typo in Changelog

Thanks @chenrui333 !

4.0.0

Choose a tag to compare

@jubalh jubalh released this 28 Apr 14:24
  • Add Turkish translation (pr #57)
  • Add undo feature (pr #58)

Thanks to @oersen and @bennyE31!

3.0.0

Choose a tag to compare

@jubalh jubalh released this 21 Dec 10:45
  • 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

Choose a tag to compare

@jubalh jubalh released this 20 Nov 09:51
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

Choose a tag to compare

@jubalh jubalh released this 30 Jul 10:09
  • 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)