Skip to content

Commit 3f8afff

Browse files
authored
Version v1.2.0
New Features & UI Changes : You can now remove your last added note with Backspace. Delete button now removes all notes in a cell. Clue cells are now less transparent than entry cells for better readability. How to Play has been reworked for clarity. Sudoku dialogs now have smoother transitions. Fixed: Arrow directions were reversed in RTL (right-to-left) contexts.
2 parents e724b36 + c15d662 commit 3f8afff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2254
-279
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
max-line-length = 88
33
ignore = E402, W503
44
exclude = .flatpak-builder
5+
builtins = _

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ cover/
4747

4848
# Translations
4949
*.mo
50-
*.pot
5150

5251
# Django stuff:
5352
*.log

CONTRIBUTING.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Contributing to Sudoku
2+
Thank you for your interest in contributing to Sudoku! This guide will help you contribute to making Sudoku a better application for the community.
3+
4+
Note 1: The key words MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT, RECOMMENDED, MAY, and OPTIONAL in this document are to be interpreted as described in [RFC 2119]"
5+
6+
Note 2: By contributing to Sudoku, you MUST comply with the GNOME Code of Conduct (COC).
7+
8+
## Raising an Issue
9+
10+
We RECOMMENDED that you follow the project's ISSUE TEMPLATE when reporting bugs or requesting features to help us gather the necessary information. However, if you don't use the template, please make sure to include:
11+
12+
- A clear and descriptive title
13+
- Steps to reproduce the issue
14+
- Expected versus actual behavior
15+
- Screenshots or logs if applicable
16+
- Your environment (e.g., OS, Sudoku version)
17+
18+
## Pull Requests
19+
20+
- You MAY consider opening an issue before sending PR to avoid conflicts
21+
- MUST fork the repository from the `dev` branch
22+
- Create your feature branch off `dev`.
23+
- When ready, submit your Pull Request (PR) to merge into the `dev` branch.
24+
- Make sure your code follows the project's coding standards and includes relevant tests if applicable
25+
- Ensure your PR description clearly explains the changes and purpose
26+
27+
# Translation
28+
- MUST fork the repository from the `dev` branch.
29+
- Create your feature branch off `dev`.
30+
- When your changes are ready, open a Pull Request targeting the dev branch.
31+
32+
Thanks for helping make Sudoku better!

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
[license-image]: https://img.shields.io/github/license/sepehr-rs/sudoku.svg?style=for-the-badge
33
[issues-url]: https://github.com/sepehr-rs/Sudoku/issues
44
[issues-image]: https://img.shields.io/github/issues/sepehr-rs/Sudoku?style=for-the-badge
5+
[flathub-url]: https://flathub.org/apps/io.github.sepehr_rs.Sudoku
6+
[flathub-image]: https://img.shields.io/flathub/v/io.github.sepehr_rs.Sudoku?logo=flathub&style=for-the-badge
7+
[installs-image]: https://img.shields.io/flathub/downloads/io.github.sepehr_rs.Sudoku?style=for-the-badge
8+
[persian-gnome-badge]: https://gnome-fa.github.io/assets/badges/persian-gnome.svg
9+
[persian-gnome-url]: https://gnome_fa.t.me/
510

611
<div align="center">
712
<img src="data/icons/hicolor/scalable/apps/io.github.sepehr_rs.Sudoku.svg" width="128" height="128">
@@ -10,8 +15,13 @@
1015

1116
**Solve puzzles in style**
1217

18+
[![Persian GNOME][persian-gnome-badge]][persian-gnome-url]
19+
20+
1321
[![License][license-image]][license-url]
22+
[![Flathub][flathub-image]][flathub-url]
1423
[![Issues][issues-image]][issues-url]
24+
[![Installs][installs-image]][flathub-url]
1525

1626

1727
<img src="data/screenshots/sudoku-dark.png">
@@ -40,7 +50,7 @@ You can clone and run from GNOME Builder.
4050

4151
## Contribute
4252
We need your help to make Sudoku better!
43-
There are lots of features that can be added, and we would love to see your contributions.
53+
There are lots of features that can be added, and we would love to see your contributions. Please read our [contribution guidelines](CONTRIBUTING.md) for further info.
4454

4555
If you want to contribute to this project, you can fork the repository and submit a pull request. You can also report a bug or request a feature by opening an issue.
4656

1.35 MB
Loading
1.34 MB
Loading
1.35 MB
Loading
1.34 MB
Loading
1.47 MB
Loading
1.48 MB
Loading

0 commit comments

Comments
 (0)