Skip to content

Release v1.5.0

Latest

Choose a tag to compare

@sepehr-rs sepehr-rs released this 26 Sep 16:02
242e86b

What's New ?

  • Note addition popover now stays open unless the user presses the Done button.
  • Fixed a bug that made blocks untouchable after completion.
    — thanks to @devforgely
  • Added Diagonal Sudoku support!
  • Added Preferences. Users can now disable/enable cell highlighting based on the sudoku variant they're playing.
  • Added Casual Mode. When on, entries are checked against the solution. When off, only rule violations are flagged.
  • Updated the About section.

📦 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