Skip to content

Release v1.6.1

Choose a tag to compare

@sepehr-rssepehr-rs released this 24 Feb 14:33
· 35 commits to main since this release
3bb3bb2

What's New ?

  • Resolved issues with the Diagonal Sudoku variant for smoother gameplay, thanks to @RachaelsDen!
  • Added automatic saving of your preferences.
  • Enhanced the user interface, thanks to @bertob and @ignapk for their helpful reviews!
  • Refreshed the game's icon for a cleaner look, thanks to @jimmac!
  • Added German translation, thanks to @tronta!
  • And many more improvements and fixes!

📦 Installation

The recommended way to install Sudoku is through Flathub:

Download on Flathub

flatpak install flathub io.github.sepehr_rs.Sudoku

🤖 Building from Source

You can build from source using meson:

meson builddir --prefix=/usr/local
sudo ninja -C builddir install